Lintian Fixes - libxxf86vm

Ready changes

Summary

Failed fixers:

See the worker log for details.

Diff

diff --git a/debian/changelog b/debian/changelog
index 7af47e7..69cab04 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+libxxf86vm (1:1.1.4-2) UNRELEASED; urgency=medium
+
+  * Bump debhelper from deprecated 9 to 13.
+    + debian/rules: Drop --fail-missing argument, now the default.
+  * Set debhelper-compat version in Build-Depends.
+  * Change priority extra to priority optional.
+  * Drop unnecessary dependency on dh-autoreconf.
+  * Use secure URI in Vcs control header Vcs-Git.
+  * Update Vcs-* headers from URL redirect.
+  * Use canonical URL in Vcs-Git.
+  * Remove field Priority on binary package libxxf86vm1-dbg that duplicates
+    source.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Fri, 09 Sep 2022 01:25:31 -0000
+
 libxxf86vm (1:1.1.4-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index ec63514..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-9
diff --git a/debian/control b/debian/control
index fc7617d..10dd3d3 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,7 @@ Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Build-Depends:
- debhelper (>= 9),
- dh-autoreconf,
+ debhelper-compat (= 13),
  libx11-dev (>= 1:0.99.2),
  x11proto-xf86vidmode-dev (>= 2.2.99.1),
  libx11-6 (>= 2:1.6),
@@ -13,8 +12,8 @@ Build-Depends:
  quilt,
  xutils-dev (>= 1:7.5+4),
 Standards-Version: 3.9.2
-Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxxf86vm
-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxxf86vm.git
+Vcs-Git: https://salsa.debian.org/xorg-team/lib/libxxf86vm.git
+Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libxxf86vm
 
 Package: libxxf86vm1
 Section: libs
@@ -37,7 +36,6 @@ Description: X11 XFree86 video mode extension library
 Package: libxxf86vm1-dbg
 Section: debug
 Architecture: any
-Priority: extra
 Depends: ${shlibs:Depends}, ${misc:Depends}, libxxf86vm1 (= ${binary:Version})
 Multi-Arch: same
 Description: X11 XFree86 video mode extension library (debug package)
diff --git a/debian/rules b/debian/rules
index b5b7bcf..cad68c5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ override_dh_auto_install:
 # Kill *.la files, and forget no-one:
 override_dh_install:
 	find debian/tmp -name '*.la' -delete
-	dh_install --fail-missing
+	dh_install
 
 # Debug package:
 override_dh_strip:
@@ -17,4 +17,4 @@ override_dh_strip:
 	dh_strip -N$(PACKAGE)
 
 %:
-	dh $@ --with quilt,autoreconf --builddirectory=build/
+	dh $@ --with quilt --builddirectory=build/

Run locally

More details

Full run details