[neon/backports-jammy/libaccounts-qt/Neon/unstable] debian: Bump debhelper from deprecated 9 to 12.

Debian Janitor null at kde.org
Thu Jun 22 01:22:16 BST 2023


Git commit efc37dcf3b846850a0f4ab2fd3a4a397f1b00595 by Debian Janitor.
Committed on 05/06/2020 at 10:34.
Pushed by carlosdem into branch 'Neon/unstable'.

Bump debhelper from deprecated 9 to 12.
+ debian/rules: Move --fail-missing argument to dh_missing.

Fixes: lintian: package-uses-deprecated-debhelper-compat-version
See-also: https://lintian.debian.org/tags/package-uses-deprecated-debhelper-compat-version.html

M  +2    -0    debian/changelog
M  +1    -1    debian/compat
M  +1    -1    debian/control
M  +4    -4    debian/rules

https://invent.kde.org/neon/backports-jammy/libaccounts-qt/-/commit/efc37dcf3b846850a0f4ab2fd3a4a397f1b00595

diff --git a/debian/changelog b/debian/changelog
index 2d76b9e..e6b48dc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 libaccounts-qt (1.15-3) UNRELEASED; urgency=low
 
   * Use secure copyright file specification URI.
+  * Bump debhelper from deprecated 9 to 12.
+    + debian/rules: Move --fail-missing argument to dh_missing.
 
  -- Debian Janitor <janitor at jelmer.uk>  Fri, 05 Jun 2020 10:33:31 -0000
 
diff --git a/debian/compat b/debian/compat
index ec63514..48082f7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+12
diff --git a/debian/control b/debian/control
index e8f8bf8..4c31719 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: libs
 Priority: optional
 Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Maximiliano Curia <maxy at debian.org>, Diane Trout <diane at debian.org>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 12~),
                libaccounts-glib-dev (>= 1.23),
                libglib2.0-dev,
                pkg-config,
diff --git a/debian/rules b/debian/rules
index 1d7925a..ad2fb59 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,15 +14,12 @@ override_dh_auto_configure:
 ddoverride_dh_auto_build-indep:
 	dh_auto_build -i -- docs
 
-override_dh_auto_install:
-	dh_auto_install
-
 
 override_dh_install:
 	find debian/tmp -name jquery.js -exec ln -sfv /usr/share/javascript/jquery/jquery.js {} \;
 	rm -f debian/tmp/usr/share/libaccounts-qt-tests/*
 	rm -f debian/tmp/usr/bin/*
-	dh_install --fail-missing
+	dh_install
 
 override_dh_auto_test:
 	# Disable unittests
@@ -34,3 +31,6 @@ override_dh_auto_clean:
 
 %:
 	dh $@
+
+override_dh_missing:
+	dh_missing --fail-missing



More information about the Neon-commits mailing list