Lintian Fixes - libxi

Ready changes

Summary

Failed fixers:

See the worker log for details.

Diff

diff --git a/debian/changelog b/debian/changelog
index 65b5ea5..ae5ba2f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,10 @@ libxi (2:1.8-2) UNRELEASED; urgency=medium
     + Build-Depends: Drop versioned constraint on asciidoc, libx11-dev,
       libxext-dev, libxfixes-dev, xorg-sgml-doctools and xutils-dev.
     + libxi-dev: Drop versioned constraint on xorg-sgml-doctools in Depends.
+  * Bump debhelper from old 12 to 13.
+    + debian/rules: Drop --fail-missing argument to dh_missing, which is now the
+      default.
+  * Update standards version to 4.6.2, no changes needed.
 
  -- Timo Aaltonen <tjaalton@debian.org>  Mon, 14 Feb 2022 16:41:51 +0200
 
diff --git a/debian/control b/debian/control
index ac00fd7..61077d3 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-compat (= 12),
+ debhelper-compat (= 13),
  quilt,
  x11proto-dev (>= 2021.5),
  libx11-dev,
@@ -19,7 +19,7 @@ Build-Depends:
  xorg-sgml-doctools,
  xsltproc,
  w3m,
-Standards-Version: 4.5.0
+Standards-Version: 4.6.2
 Vcs-Git: https://salsa.debian.org/xorg-team/lib/libxi.git
 Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libxi
 Homepage: https://www.x.org/
diff --git a/debian/rules b/debian/rules
index e38efe0..8dab372 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,9 +24,6 @@ override_dh_install:
 	find $(CURDIR)/debian/tmp -name "*.xml" -type f -delete
 	dh_install
 
-override_dh_missing:
-	dh_missing --fail-missing
-
 override_dh_strip:
 	dh_strip -p$(PACKAGE) --dbgsym-migration="$(PACKAGE)-dbg (<< 2:1.7.8-1~)"
 	dh_strip -N$(PACKAGE)

Run locally

More details

Full run details