Lintian Fixes - qtsystems-opensource-src

Ready changes

Summary

Diff

diff --git a/debian/changelog b/debian/changelog
index 0147193..cd0806d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,12 @@
+qtsystems-opensource-src (5.0~git20190103.e3332ee+dfsg1-6) UNRELEASED; urgency=medium
+
+  * Trim trailing whitespace.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Fri, 11 Aug 2023 04:43:29 -0000
+
 qtsystems-opensource-src (5.0~git20190103.e3332ee+dfsg1-5) unstable; urgency=medium
 
-  * debian/control: 
+  * debian/control:
     + Add udev/libudev as B-D
 
  -- Marius Gripsgard <marius@ubports.com>  Sat, 07 Jan 2023 21:02:19 +0100
diff --git a/debian/control b/debian/control
index 3a4039b..bf28dae 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
 Uploaders: Debian UBports Team <team+ubports@tracker.debian.org>,
            Timo Jyrinki <timo@debian.org>,
            Mike Gabriel <sunweaver@debian.org>,
-Build-Depends: debhelper-compat (= 12),
+Build-Depends: debhelper-compat (= 13),
                dbus-test-runner,
                libqt5sql5-sqlite (>= 5.5.1~),
                pkg-kde-tools,
@@ -17,7 +17,7 @@ Build-Depends: debhelper-compat (= 12),
                libudev-dev [linux-any],
                udev [linux-any],
                libx11-dev,
-Standards-Version: 4.6.1
+Standards-Version: 4.6.2
 Rules-Requires-Root: no
 Homepage: https://www.qt.io/developers
 Vcs-Git: https://salsa.debian.org/qt-kde-team/qt/qtsystems.git
diff --git a/debian/rules b/debian/rules
index 453195f..817b8b0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,22 +43,14 @@ override_dh_auto_install:
 	# Remove superfluous qmake .pro file
 	rm -f debian/tmp/usr/lib/*/qt5/examples/examples.pro
 
-override_dh_missing:
-	dh_missing --fail-missing
-
 override_dh_auto_test:
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	mkdir -p $(CURDIR)/debian/test-home/
 	env CURDIR=$(CURDIR) \
 	    HOME=$(CURDIR)/debian/test-home \
 	    XDG_DATA_HOME=$(CURDIR)/debian/test-home/.local/share \
 	    LD_LIBRARY_PATH=$(CURDIR)/lib \
 	    dbus-test-runner --keep-env --bus-type=both -m 600 -t debian/run-tests.sh
-endif
 
 override_dh_clean:
 	rm -Rfv $(CURDIR)/debian/test-home/
 	dh_clean
-
-get-orig-source:
-	uscan --noconf --force-download --rename --download-current-version --destdir=..

Run locally

More details

Full run details

Historical runs