[neon/qt/qtfeedback/Neon/release] debian: Bump debhelper from old 12 to 13.

Debian Janitor null at kde.org
Fri Jul 15 11:38:48 BST 2022


Git commit b77e97dbd40c4bbcf82941f90ae10a15b06366bb by Debian Janitor.
Committed on 12/04/2022 at 12:42.
Pushed by jriddell into branch 'Neon/release'.

Bump debhelper from old 12 to 13.
+ Drop check for DEB_BUILD_OPTIONS containing "nocheck", since debhelper now does this.
+ debian/rules: Drop --fail-missing argument to dh_missing, which is now the default.

Changes-By: lintian-brush
Fixes: lintian: package-uses-old-debhelper-compat-version
See-also: https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html

M  +1    -1    debian/control
M  +0    -5    debian/rules

https://invent.kde.org/neon/qt/qtfeedback/commit/b77e97dbd40c4bbcf82941f90ae10a15b06366bb

diff --git a/debian/control b/debian/control
index 23353f7..c8ce588 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Debian UBports Team <team+ubports at tracker.debian.org>,
            Timo Jyrinki <timo at debian.org>,
            Mike Gabriel <sunweaver at debian.org>,
-Build-Depends: debhelper-compat (= 12),
+Build-Depends: debhelper-compat (= 13),
                libpulse-dev,
                libqt5gui5,
                pkg-kde-tools,
diff --git a/debian/rules b/debian/rules
index 7159fd6..020f234 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,9 +30,6 @@ override_dh_auto_configure:
 	cd src/feedback/ && perl /usr/lib/qt5/bin/syncqt.pl -module QtFeedback -version $(QT_MODULE_VERSION) -outdir $(CURDIR) -builddir $(CURDIR) $(CURDIR) && cd - 1>/dev/null
 	dh_auto_configure
 
-override_dh_missing:
-	dh_missing --fail-missing
-
 override_dh_auto_install:
 	dh_auto_install
 
@@ -60,12 +57,10 @@ override_dh_auto_install:
 	rm -rfv debian/tmp/usr/share/qt5/doc/qtfeedback/
 
 override_dh_auto_test:
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	# Copy missing qmldir file to have tests running successfully
 	cp -a src/imports/feedback/qmldir qml/QtFeedback/
 	cd tests ; qmake ; make
 	cd tests ; xvfb-run -a make check QML2_IMPORT_PATH=../../../qml QT_PLUGIN_PATH=$(CURDIR)/plugins LD_LIBRARY_PATH=$(CURDIR)/lib
-endif
 
 get-orig-source:
 	uscan --noconf --force-download --rename --download-current-version --destdir=..



More information about the Neon-commits mailing list