Lintian Fixes - xtrans

Ready changes

Summary

Failed fixers:

See the worker log for details.

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 9d2df04..18f1466 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,12 @@ xtrans (1.4.0-2) UNRELEASED; urgency=medium
   * Remove constraints unnecessary since buster:
     + Build-Depends: Drop versioned constraint on xmlto, xorg-sgml-doctools and
       xutils-dev.
+  * Bump debhelper from old 12 to 13.
+    + debian/rules: Drop --fail-missing argument to dh_missing, which is now the
+      default.
+  * Fix day-of-week for changelog entry 0.2+cvs.20050513-1.
+  * Update standards version to 4.6.1, no changes needed.
+  * Update standards version to 4.6.2, no changes needed.
 
  -- Debian Janitor <janitor@jelmer.uk>  Wed, 20 Jul 2022 09:36:48 -0000
 
@@ -273,4 +279,4 @@ xtrans (0.2+cvs.20050513-1) breezy; urgency=low
 
   * First xtrans release.
 
- -- Daniel Stone <daniel.stone@ubuntu.com>  Sun, 13 May 2005 00:12:17 +1000
+ -- Daniel Stone <daniel.stone@ubuntu.com>  Fri, 13 May 2005 00:12:17 +1000
diff --git a/debian/control b/debian/control
index e98ce4e..fe9fc2c 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Uploaders: Cyril Brulebois <kibi@debian.org>
 Build-Depends:
- debhelper-compat (= 12),
+ debhelper-compat (= 13),
  quilt,
  automake,
  xutils-dev,
@@ -12,7 +12,7 @@ Build-Depends:
  xmlto,
  xorg-sgml-doctools,
  w3m,
-Standards-Version: 4.5.0
+Standards-Version: 4.6.2
 Vcs-Git: https://salsa.debian.org/xorg-team/lib/xtrans.git
 Vcs-Browser: https://salsa.debian.org/xorg-team/lib/xtrans
 
diff --git a/debian/rules b/debian/rules
index fafcfa1..056ede0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,9 +17,6 @@ override_dh_auto_configure:
 override_dh_auto_install:
 	dh_auto_install --destdir=debian/tmp
 
-override_dh_missing:
-	dh_missing --fail-missing
-
 %:
 	dh $@ --with quilt \
 		--builddirectory=build/

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

Run locally

More details

Full run details