Lintian Fixes - xserver-xorg-input-synaptics

Ready changes

Diff

diff --git a/debian/changelog b/debian/changelog
index 9381be1..02ab6ed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,10 @@ xserver-xorg-input-synaptics (1.9.2-2) UNRELEASED; urgency=medium
       and xutils-dev.
     + xserver-xorg-input-synaptics: Drop versioned constraint on
       kde-config-touchpad in Breaks.
+  * 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.
 
  -- Debian Janitor <janitor@jelmer.uk>  Mon, 03 Oct 2022 09:09:05 -0000
 
diff --git a/debian/control b/debian/control
index 47b131f..cb5e73f 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Uploaders: maximilian attems <maks@debian.org>
 Build-Depends:
- debhelper-compat (= 12),
+ debhelper-compat (= 13),
  libx11-dev,
  libxext-dev,
  libxi-dev,
@@ -15,7 +15,7 @@ Build-Depends:
  quilt,
  xutils-dev,
  libxtst-dev,
-Standards-Version: 4.5.0
+Standards-Version: 4.6.2
 Vcs-Git: https://salsa.debian.org/xorg-team/driver/xserver-xorg-input-synaptics.git
 Vcs-Browser: https://salsa.debian.org/xorg-team/driver/xserver-xorg-input-synaptics
 
diff --git a/debian/rules b/debian/rules
index fa3e2c3..a284c68 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,6 +23,3 @@ override_dh_auto_configure:
 
 override_dh_auto_test:
 	dh_auto_test -- VERBOSE=1
-
-override_dh_missing:
-	dh_missing --fail-missing

Run locally

More details

Full run details