[neon/backports-jammy/packagekit-qt/Neon/unstable] debian: Update dh compat level to 11
Matthias Klumpp
null at kde.org
Wed Mar 15 04:29:32 GMT 2023
Git commit bbccc6e7fe530a9bb3096db8a860ad91211b7f57 by Matthias Klumpp.
Committed on 21/01/2018 at 19:40.
Pushed by carlosdem into branch 'Neon/unstable'.
Update dh compat level to 11
M +1 -1 debian/compat
M +1 -1 debian/control
M +2 -2 debian/rules
https://invent.kde.org/neon/backports-jammy/packagekit-qt/commit/bbccc6e7fe530a9bb3096db8a860ad91211b7f57
diff --git a/debian/compat b/debian/compat
index ec63514..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+11
diff --git a/debian/control b/debian/control
index ff80eb4..d43ca00 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: libs
Priority: optional
Maintainer: Matthias Klumpp <mak at debian.org>
Build-Depends: cmake (>= 2.8),
- debhelper (>= 9),
+ debhelper (>= 11),
packagekit (>= 1.0),
pkg-config (>= 0.26),
pkg-kde-tools (>= 0.15.16),
diff --git a/debian/rules b/debian/rules
index 329ac58..73d2924 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,5 +8,5 @@ QPK_CONFIGURE_ARGS =
override_dh_auto_configure:
dh_auto_configure -- $(QPK_CONFIGURE_ARGS)
-override_dh_install:
- dh_install --list-missing
+override_dh_missing:
+ dh_missing --fail-missing
More information about the Neon-commits
mailing list