Lintian Fixes - xsoldier

Ready changes

Summary

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 16540b1..78e639d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+xsoldier (1:1.8-7) UNRELEASED; urgency=medium
+
+  * Set debhelper-compat version in Build-Depends.
+  * Set field Upstream-Name in debian/copyright.
+  * Drop unnecessary dependency on dh-autoreconf.
+  * Use canonical URL in Vcs-Browser.
+  * Update standards version to 4.6.1, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sun, 04 Sep 2022 09:20:35 -0000
+
 xsoldier (1:1.8-6) unstable; urgency=medium
 
   [ Sebastien CHAVAUX ]
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 90058ac..cc78d99 100644
--- a/debian/control
+++ b/debian/control
@@ -2,18 +2,18 @@ Source: xsoldier
 Section: games
 Priority: optional
 Maintainer: Sebastien CHAVAUX <seb95.scou@gmail.com>
-Build-Depends: debhelper (>= 11~),
+Build-Depends: debhelper-compat (= 11),
                libsdl-image1.2-dev,
                libsdl1.2-dev,
                libx11-dev,
                libxpm-dev,
                x11proto-core-dev,
 Build-Conflicts: autoconf2.13, automake1.4
-Standards-Version: 4.3.0
+Standards-Version: 4.6.1
 Rules-Requires-Root: binary-targets
 Homepage: http://www.interq.or.jp/libra/oohara/xsoldier/index.html
 Vcs-Git: https://salsa.debian.org/debian/xsoldier.git
-Vcs-Browser: https://salsa.debian.org/debian/xsoldier.git
+Vcs-Browser: https://salsa.debian.org/debian/xsoldier
 
 Package: xsoldier
 Architecture: any
diff --git a/debian/copyright b/debian/copyright
index fa4d864..b5aa77b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,6 +3,7 @@ Source: http://www.educ.info.kanagawa-u.ac.jp/~s945750
  .
  Now the upstream webpage is
  http://www.interq.or.jp/libra/oohara/xsoldier/index.html
+Upstream-Name: xsoldier
 
 Files: *
 Copyright: 1997 Yuusuke HASHIMOTO <hachi@surfline.ne.jp>
diff --git a/debian/rules b/debian/rules
index 1550ef5..90421fb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
-	dh $@ --with autoreconf
+	dh $@
 
 override_dh_auto_configure:
 	dh_auto_configure -- \

Run locally

More details

Full run details