[neon/extras/kreport/Neon/release] debian: bump dh compat to 13
Pino Toscano
null at kde.org
Thu Sep 8 15:43:54 BST 2022
Git commit de5d5ff9fc03c6ec1184b35d81d63d1c05c27e79 by Pino Toscano.
Committed on 22/11/2020 at 13:12.
Pushed by jriddell into branch 'Neon/release'.
bump dh compat to 13
M +4 -0 debian/changelog
D +0 -1 debian/compat
M +1 -1 debian/control
M +0 -3 debian/rules
https://invent.kde.org/neon/extras/kreport/commit/de5d5ff9fc03c6ec1184b35d81d63d1c05c27e79
diff --git a/debian/changelog b/debian/changelog
index bd77477..2985ea0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,10 @@ kreport (3.2.0-2) UNRELEASED; urgency=medium
[ Pino Toscano ]
* Change the python3 build dependency to python3:any, as Python is needed
only as build tool.
+ * Bump the debhelper compatibility to 13:
+ - switch the debhelper build dependency to debhelper-compat 13
+ - remove debian/compat
+ - stop passing --fail-missing to dh_missing, as it is the default now
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Wed, 20 Nov 2019 22:17:53 +0100
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 54cc47b..95501aa 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
Uploaders: Pino Toscano <pino at debian.org>
Build-Depends: cmake (>= 3.0),
- debhelper (>= 11~),
+ debhelper-compat (= 13),
extra-cmake-modules (>= 1.8.0),
libkf5config-dev (>= 5.16.0),
libkf5coreaddons-dev (>= 5.16.0),
diff --git a/debian/rules b/debian/rules
index 2d3e2a9..3df5772 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,4 @@ export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
override_dh_auto_configure:
dh_auto_configure -Skf5 -- -DBUILD_TESTING=OFF -DPython_ADDITIONAL_VERSIONS=3
-override_dh_missing:
- dh_missing --fail-missing
-
.PHONY: override_dh_auto_test
More information about the Neon-commits
mailing list