[neon/extras/kmymoney/Neon/release-lts] debian: bump dh compat to 13
Pino Toscano
null at kde.org
Thu Apr 1 13:30:49 BST 2021
Git commit a9cdf225c778b106d04777fc08a667e5ee507fa0 by Pino Toscano.
Committed on 06/12/2020 at 17:48.
Pushed by jriddell into branch 'Neon/release-lts'.
bump dh compat to 13
M +4 -0 debian/changelog
M +1 -1 debian/control
M +0 -3 debian/rules
https://invent.kde.org/neon/extras/kmymoney/commit/a9cdf225c778b106d04777fc08a667e5ee507fa0
diff --git a/debian/changelog b/debian/changelog
index 6d0d6a6..7af589d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,9 @@
kmymoney (5.1.0-2) UNRELEASED; urgency=medium
+ [ Pino Toscano ]
+ * 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 18:47:50 +0100
diff --git a/debian/control b/debian/control
index 759a490..0d624bc 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: kde
Priority: optional
Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
Uploaders: Mark Purcell <msp at debian.org>
-Build-Depends: debhelper-compat (= 12), cmake, pkg-kde-tools (>= 0.15.16),
+Build-Depends: debhelper-compat (= 13), cmake, pkg-kde-tools (>= 0.15.16),
gettext,
extra-cmake-modules (>= 5.42.0~),
qtbase5-dev (>= 5.2.0~),
diff --git a/debian/rules b/debian/rules
index c260966..401b9f6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,4 @@ override_dh_auto_install:
rm -rf debian/tmp/usr/include/
find debian/tmp -name '*.so' -type l -delete
-override_dh_missing:
- dh_missing --fail-missing
-
.PHONY: override_dh_auto_test
More information about the Neon-commits
mailing list