[neon/extras/keurocalc/Neon/release] debian: bump dh compat to 13
Pino Toscano
null at kde.org
Thu Sep 8 11:16:37 BST 2022
Git commit ef1b0dbca9e1d5b3ce8f92b53f7bf1ecd4406151 by Pino Toscano.
Committed on 27/09/2021 at 13:20.
Pushed by jriddell into branch 'Neon/release'.
bump dh compat to 13
M +3 -0 debian/changelog
M +1 -1 debian/control
M +0 -3 debian/rules
https://invent.kde.org/neon/extras/keurocalc/commit/ef1b0dbca9e1d5b3ce8f92b53f7bf1ecd4406151
diff --git a/debian/changelog b/debian/changelog
index 5c15e3b..b0fdb92 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ keurocalc (1.3.0-4) UNRELEASED; urgency=medium
[ Pino Toscano ]
* CI: disable the blhc job.
+ * Bump the debhelper compatibility to 13:
+ - switch the debhelper-compat build dependency to 13
+ - stop passing --fail-missing to dh_missing, as it is the default behaviour
-- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org> Mon, 27 Sep 2021 15:17:12 +0200
diff --git a/debian/control b/debian/control
index 3f74a35..a3b0d15 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
Uploaders: Scarlett Moore <sgmoore at kde.org>
Build-Depends: cmake,
- debhelper-compat (= 12),
+ debhelper-compat (= 13),
extra-cmake-modules (>= 1.7.0-1~),
libkf5config-dev (>= 5.2.0-1~),
libkf5configwidgets-dev (>= 5.2.0-1~),
diff --git a/debian/rules b/debian/rules
index 1b5385e..6406e15 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,3 @@ export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
%:
dh $@ --with kf5
-
-override_dh_missing:
- dh_missing --fail-missing
More information about the Neon-commits
mailing list