Lintian Fixes - xserver-xorg-input-evdev

Ready changes

Summary

Failed fixers:

See the worker log for details.

Diff

diff --git a/debian/changelog b/debian/changelog
index 27608c9..59647a2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+xserver-xorg-input-evdev (1:2.10.6-3) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * 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.1, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Wed, 14 Sep 2022 03:42:34 -0000
+
 xserver-xorg-input-evdev (1:2.10.6-2) unstable; urgency=medium
 
   * Migrate to dbgsym package.
@@ -579,7 +589,7 @@ xserver-xorg-input-evdev (1:1.1.2-2) unstable; urgency=low
 
   [ Drew Parsons ]
   * Upstream patch 1-add-inotify-architectures.patch enables building
-    for hppa, mips (from git upstream) and m68k (thanks Geert Uytterhoeven). 
+    for hppa, mips (from git upstream) and m68k (thanks Geert Uytterhoeven).
     Closes: #387922, #388639.
   * Install upstream ChangeLog. Closes: #370300.
   * Exclude evdev_drv.la from dh_install.
diff --git a/debian/control b/debian/control
index e47b7ec..248f66e 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),
  pkg-config,
  quilt,
  xserver-xorg-dev (>= 2:1.15.99),
@@ -13,7 +13,7 @@ Build-Depends:
  libudev-dev,
  libmtdev-dev,
  libevdev-dev (>= 1.2.2+dfsg-1~),
-Standards-Version: 4.5.0
+Standards-Version: 4.6.1
 Homepage: https://www.x.org
 Vcs-Git: https://salsa.debian.org/xorg-team/driver/xserver-xorg-input-evdev.git
 Vcs-Browser: https://salsa.debian.org/xorg-team/driver/xserver-xorg-input-evdev
diff --git a/debian/rules b/debian/rules
index c2d0d25..fc8e214 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,9 +13,6 @@ override_dh_install:
 	find debian/tmp -name '*.la' -delete
 	dh_install
 
-override_dh_missing:
-	dh_missing --fail-missing
-
 # That's a plugin, use appropriate warning level:
 override_dh_shlibdeps:
 	dh_shlibdeps -- --warnings=6

Run locally

More details

Full run details