Lintian Fixes - xutils-dev

Ready changes

Summary

Failed fixers:

See the worker log for details.

Diff

diff --git a/debian/changelog b/debian/changelog
index f70ca9e..23f6837 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,16 @@ xutils-dev (1:7.7+7) UNRELEASED; urgency=medium
 
   * Remove constraints unnecessary since buster:
     + Build-Depends: Drop versioned constraint on dpkg-dev.
+  * Update lintian override info format in d/xutils-dev.lintian-overrides on
+    line 1.
+  * Drop use of autotools-dev debhelper.
+  * Upgrade to newer source format 3.0 (native).
+  * Bump debhelper from deprecated 9 to 13.
+    + debian/rules: Drop --fail-missing argument, now the default.
+  * Set debhelper-compat version in Build-Depends.
+  * Update Vcs-* headers from URL redirect.
+  * Use canonical URL in Vcs-Git.
+  * Drop unnecessary dh arguments: --parallel
 
  -- Debian Janitor <janitor@jelmer.uk>  Sun, 24 Jul 2022 01:55:18 -0000
 
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 0de30a2..a843991 100644
--- a/debian/control
+++ b/debian/control
@@ -3,15 +3,15 @@ Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Build-Depends:
- debhelper (>= 9),
+ debhelper-compat (= 13),
  autotools-dev,
  pkg-config,
  quilt,
  x11proto-dev,
  autoconf,
 Standards-Version: 3.9.6
-Vcs-Git: https://anonscm.debian.org/git/pkg-xorg/app/xutils-dev.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-xorg/app/xutils-dev.git
+Vcs-Git: https://salsa.debian.org/xorg-team/app/xutils-dev.git
+Vcs-Browser: https://salsa.debian.org/xorg-team/app/xutils-dev
 
 Package: xutils-dev
 Architecture: any
diff --git a/debian/rules b/debian/rules
index 7740113..a5b8624 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,7 @@ ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
 endif
 
 %:
-	dh $@ --with quilt,autotools-dev --parallel
+	dh $@ --with quilt
 
 override_dh_auto_configure: $(foreach dir, $(SUBDIRS), configure-$(dir)-stamp)
 
@@ -51,9 +51,6 @@ override_dh_auto_install:
 override_dh_installdocs:
 	dh_installdocs debian/versions
 
-override_dh_install:
-	dh_install --fail-missing
-
 override_dh_auto_clean: $(addprefix clean-, $(SUBDIRS))
 
 .PHONY: clean-%
@@ -66,5 +63,3 @@ get-tarballs: $(addprefix get-tarball-,$(SUBDIRS))
 .PHONY: get-tarball-%
 get-tarball-%:
 	uscan --no-conf --download --no-symlink --destdir . --package $* --upstream-version $(shell awk -F = '/^PACKAGE_VERSION=/ { print $$2 }' < $*/configure || echo 0) --watchfile debian/watch.$* || test $$? = 1
-
-# vim:set ai noet sw=8 ts=8 tw=80:
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..89ae9db
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (native)
diff --git a/debian/xutils-dev.lintian-overrides b/debian/xutils-dev.lintian-overrides
index 13c51c0..c26b897 100644
--- a/debian/xutils-dev.lintian-overrides
+++ b/debian/xutils-dev.lintian-overrides
@@ -1 +1 @@
-extra-license-file usr/lib/X11/config/bsd.cf
+extra-license-file [usr/lib/X11/config/bsd.cf]

Run locally

More details

Full run details

Historical runs