Lintian Fixes - xf86-input-multitouch

Ready changes

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index 125154b..0d234db 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+xf86-input-multitouch (1.0~rc3-3) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+  * Use secure URI in Homepage field.
+  * Bump debhelper from old 11 to 13.
+    + debian/rules: Drop --fail-missing argument, now the default.
+  * Set debhelper-compat version in Build-Depends.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sat, 15 Jul 2023 01:13:31 -0000
+
 xf86-input-multitouch (1.0~rc3-2) unstable; urgency=medium
 
   [ Helmut Grohne ]
@@ -64,4 +74,3 @@ xf86-input-multitouch (1.0~rc2-1) unstable; urgency=low
   * Initial release (Closes: #603534).
 
  -- Nobuhiro Iwamatsu <iwamatsu@debian.org>  Fri, 12 Nov 2010 05:31:37 +0900
-
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index b4de394..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-11
diff --git a/debian/control b/debian/control
index 62e3c76..c9ce5ae 100644
--- a/debian/control
+++ b/debian/control
@@ -2,14 +2,14 @@ Source: xf86-input-multitouch
 Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
 Section: x11
 Priority: optional
-Build-Depends: debhelper (>= 11),
+Build-Depends: debhelper-compat (= 13),
                pkg-config,
                xserver-xorg-dev (>= 2:1.9.4),
                libmtdev-dev (>= 1.0.11)
 Standards-Version: 4.1.3
 Vcs-Browser: https://salsa.debian.org/debian/xf86-input-multitouch
 Vcs-Git: https://salsa.debian.org/debian/xf86-input-multitouch.git
-Homepage: http://bitmath.org/code/multitouch/
+Homepage: https://bitmath.org/code/multitouch/
 
 Package: xserver-xorg-input-multitouch
 Architecture: linux-any
diff --git a/debian/rules b/debian/rules
index 53105db..f8e42ec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ override_dh_install:
 	install -m 644 debian/local/50-multitouch.conf \
 		debian/xserver-xorg-input-multitouch/usr/share/X11/xorg.conf.d
 
-	dh_install --fail-missing
+	dh_install
 
 override_dh_auto_build:
 	dh_auto_build -- CFLAGS="$(CFLAGS)"

Run locally

More details

Full run details

Historical runs