Lintian Fixes - xfonts-utils

Ready changes

Summary

Failed fixers:

See the worker log for details.

Diff

diff --git a/debian/changelog b/debian/changelog
index ca119c9..5a64fcb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,14 @@ xfonts-utils (1:7.7+7) UNRELEASED; urgency=medium
       x11proto-core-dev with replacement x11proto-dev.
     + Build-Depends: Replace dependency on transitional package
       x11proto-fonts-dev with replacement x11proto-dev.
+  * Trim trailing whitespace.
+  * 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.
+  * Use canonical URL in Vcs-Git.
+  * Drop unnecessary dh arguments: --parallel
 
  -- Debian Janitor <janitor@jelmer.uk>  Sat, 23 Jul 2022 20:08:42 -0000
 
@@ -206,7 +214,7 @@ xfonts-utils (1:1.0.1-1) unstable; urgency=low
 
 xfonts-utils (1:1.0.0-6) unstable; urgency=medium
 
-  * Put x11-common back to Depends and unversion it to avoid the unholy 
+  * Put x11-common back to Depends and unversion it to avoid the unholy
     wrath of vorlon. Urgency still medium for the fixes in -5
 
  -- David Nusinow <dnusinow@debian.org>  Tue, 13 Jun 2006 00:28:14 -0400
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 04cf26e..acf3c49 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Build-Depends:
- debhelper (>= 9),
+ debhelper-compat (= 13),
  pkg-config,
  quilt,
  autotools-dev,
@@ -14,7 +14,7 @@ Build-Depends:
  xutils-dev,
  x11proto-dev,
 Standards-Version: 3.9.2
-Vcs-Git: https://salsa.debian.org/xorg-team/font/xfonts-utils
+Vcs-Git: https://salsa.debian.org/xorg-team/font/xfonts-utils.git
 Vcs-Browser: https://salsa.debian.org/xorg-team/font/xfonts-utils
 
 Package: xfonts-utils
diff --git a/debian/rules b/debian/rules
index 8fd9b1d..8d7da81 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@
 SUBDIRS = bdftopcf mkfontdir mkfontscale font-util fonttosfnt
 
 %:
-	dh $@ --with autotools-dev,quilt --parallel
+	dh $@ --with quilt
 
 STAMP_DIR = stampdir
 
@@ -47,9 +47,6 @@ override_dh_auto_install:
 		cd ..; \
 	done
 
-override_dh_install:
-	dh_install --fail-missing
-
 override_dh_installxfonts:
 	# we don't actually install any fonts
 
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)

Run locally

More details

Full run details

Historical runs