Lintian Fixes - xorg-server

Ready changes

Summary

Failed fixers:

See the worker log for details.

Diff

diff --git a/debian/changelog b/debian/changelog
index 93b489ca8..c2294d075 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+xorg-server (2:21.1.7-4) UNRELEASED; urgency=medium
+
+  * Bump debhelper from old 12 to 13.
+    + debian/rules: Drop --fail-missing argument to dh_missing, which is now the
+      default.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Tue, 20 Jun 2023 06:03:42 -0000
+
 xorg-server (2:21.1.7-3) unstable; urgency=medium
 
   * Enable DRI2 for the udeb build, needed in addition to DRM support
diff --git a/debian/control b/debian/control
index e9511072d..4018c9ec3 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),
  po-debconf,
  quilt,
  pkg-config,
diff --git a/debian/rules b/debian/rules
index febd81f72..1aa287660 100755
--- a/debian/rules
+++ b/debian/rules
@@ -139,7 +139,7 @@ override_dh_missing-indep:
 	dh_missing -i -X udeb/
 
 override_dh_missing-arch:
-	dh_missing --fail-missing
+	dh_missing
 
 override_dh_clean:
 	dh_clean

Run locally

More details

Full run details

Historical runs