[neon/extras/skrooge/Neon/release] debian: bump dh compat to 13
Pino Toscano
null at kde.org
Mon Aug 15 13:57:21 BST 2022
Git commit 58f63eb823c61aee411a6d8dc02fbca6575d441d by Pino Toscano.
Committed on 06/12/2020 at 13:28.
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/skrooge/commit/58f63eb823c61aee411a6d8dc02fbca6575d441d
diff --git a/debian/changelog b/debian/changelog
index e9c4df7..20371fa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ skrooge (2.24.6-0r1) UNRELEASED; urgency=medium
[ Pino Toscano ]
* New upstream release.
* Bump Standards-Version to 4.5.1, no changes required.
+ * 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 now
-- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org> Sun, 06 Dec 2020 14:23:44 +0100
diff --git a/debian/control b/debian/control
index d63dd41..f8f5abe 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: Mark Purcell <msp at debian.org>
Build-Depends: cmake (>= 2.8.0),
- debhelper-compat (= 12),
+ debhelper-compat (= 13),
extra-cmake-modules (>= 1.7.0),
qtbase5-dev (>= 5.7.0),
qtbase5-private-dev (>= 5.7.0),
diff --git a/debian/rules b/debian/rules
index 990640a..3fc0a6d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,8 +16,5 @@ override_dh_auto_install:
# remove .so symlinks, useless without headers
find debian/tmp -name '*.so' -type l -print -delete
-override_dh_missing:
- dh_missing --fail-missing
-
override_dh_python3:
dh_python3 -p skrooge-common /usr/share/skrooge
More information about the Neon-commits
mailing list