[neon/extras/kxstitch/Neon/release] debian: bump dh compat to 13
Pino Toscano
null at kde.org
Thu Sep 8 16:49:47 BST 2022
Git commit a5d522d11850c747333219134b7260b5153d8b5f by Pino Toscano.
Committed on 25/02/2021 at 06:40.
Pushed by jriddell into branch 'Neon/release'.
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/kxstitch/commit/a5d522d11850c747333219134b7260b5153d8b5f
diff --git a/debian/changelog b/debian/changelog
index 7d5775b..9f52cea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,10 @@ kxstitch (2.2.0-3) UNRELEASED; urgency=medium
present in machine-readable debian/copyright).
* Update the references to the upstream Git repository in
debian/upstream/metadata.
+ * Bump the debhelper compatibility to 13:
+ - switch the debhelper-compat build dependency to 13
+ - stop passing --fail-missing to dh_install, as it is the default for
+ dh_missing now
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Thu, 25 Feb 2021 07:23:00 +0100
diff --git a/debian/control b/debian/control
index baacaa3..ddab6f2 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Scarlett Moore <sgmoore at kde.org>
Section: misc
Priority: optional
Build-Depends: cmake (>= 2.8.12~),
- debhelper-compat (= 12),
+ debhelper-compat (= 13),
extra-cmake-modules,
gettext,
libkf5completion-dev,
diff --git a/debian/rules b/debian/rules
index 57e432f..25e3147 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,3 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow
%:
dh $@ --with kf5
-
-override_dh_missing:
- dh_missing --fail-missing
More information about the Neon-commits
mailing list