Lintian Fixes - libxfont

Ready changes

Summary

Failed fixers:

See the worker log for details.

Diff

diff --git a/debian/changelog b/debian/changelog
index cddccf9..ef1c7ea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,11 @@ libxfont (1:2.0.6-2) UNRELEASED; urgency=medium
     + Build-Depends: Drop versioned constraint on xorg-sgml-doctools (>= 1:1.7).
     + libxfont-dev: Drop versioned constraint on libfontenc-dev (>= 1:1.0.1-1)
       in Depends.
+  * Bump debhelper from old 12 to 13.
+    + debian/rules: Drop --fail-missing argument to dh_missing, which is now the
+      default.
+  * Use canonical URL in Vcs-Git.
+  * Update standards version to 4.6.2, no changes needed.
 
  -- Debian Janitor <janitor@jelmer.uk>  Thu, 22 Dec 2022 23:51:13 -0000
 
diff --git a/debian/control b/debian/control
index 668d145..1174912 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Uploaders: Timo Aaltonen <tjaalton@debian.org>
 Build-Depends:
- debhelper-compat (= 12),
+ debhelper-compat (= 13),
  quilt,
  pkg-config,
  libfontenc-dev,
@@ -16,8 +16,8 @@ Build-Depends:
  xutils-dev,
 # devel-docs
  xmlto, xorg-sgml-doctools, w3m,
-Standards-Version: 4.5.0
-Vcs-Git: https://salsa.debian.org/xorg-team/lib/libxfont
+Standards-Version: 4.6.2
+Vcs-Git: https://salsa.debian.org/xorg-team/lib/libxfont.git
 Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libxfont
 
 Package: libxfont2
diff --git a/debian/rules b/debian/rules
index 7f5a2b1..eeb0c08 100755
--- a/debian/rules
+++ b/debian/rules
@@ -46,9 +46,6 @@ override_dh_install:
 	dh_install -a -N$(PACKAGE)-udeb --sourcedir=debian/tmp-main
 	dh_install    -p$(PACKAGE)-udeb --sourcedir=debian/tmp-udeb
 
-override_dh_missing:
-	dh_missing --fail-missing
-
 override_dh_makeshlibs:
 	dh_makeshlibs -V'libxfont2 (>= 1:2.0.1)' --add-udeb=$(PACKAGE)-udeb
 

Run locally

More details

Full run details