Lintian Fixes - triplea

Ready changes

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index b358b14..ca10487 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+triplea (1.9.0.0.7062-3) UNRELEASED; urgency=medium
+
+  * Use secure URI in Homepage field.
+  * Bump debhelper from old 11 to 13.
+  * Set debhelper-compat version in Build-Depends.
+  * Update Vcs-* headers from URL redirect.
+  * Use canonical URL in Vcs-Git.
+  * Remove unnecessary get-orig-source-target.
+  * Fix field name case in debian/control (Vcs-browser ⇒ Vcs-Browser).
+
+ -- Debian Janitor <janitor@jelmer.uk>  Tue, 30 May 2023 08:17:41 -0000
+
 triplea (1.9.0.0.7062-2) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index b4de394..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-11
diff --git a/debian/control b/debian/control
index 7a61f45..2d963b6 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.or
 Uploaders:
  Scott Howard <showard@debian.org>
 Build-Depends:
- debhelper (>= 11),
+ debhelper-compat (= 13),
  default-jdk,
  gradle-debian-helper,
  javahelper,
@@ -28,9 +28,9 @@ Build-Depends:
  openjfx,
  substance
 Standards-Version: 4.2.1
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/triplea.git
-Vcs-browser: https://anonscm.debian.org/git/pkg-java/triplea.git
-Homepage: http://www.triplea-game.org/
+Vcs-Git: https://salsa.debian.org/java-team/triplea.git
+Homepage: https://www.triplea-game.org/
+Vcs-Browser: https://salsa.debian.org/java-team/triplea
 
 Package: triplea
 Architecture: all
diff --git a/debian/rules b/debian/rules
index 5c9b19a..d197f97 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,3 @@
 override_dh_auto_build:
 	dh_auto_build
 	mv build/libs/triplea-*.jar build/libs/triplea.jar
-
-get-orig-source:
-	uscan --verbose --download-current-version --force-download --repack --compression xz

Run locally

More details

Full run details

Historical runs