[neon/extras/kdb/Neon/release] debian: bump dh compat to 13
Pino Toscano
null at kde.org
Mon Oct 17 10:38:42 BST 2022
Git commit 02c66788c7fb1d673d716864f5ec83ef4ea2236c by Pino Toscano.
Committed on 24/08/2021 at 05:56.
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/kdb/commit/02c66788c7fb1d673d716864f5ec83ef4ea2236c
diff --git a/debian/changelog b/debian/changelog
index 425681c..6e58593 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,10 @@ kdb (3.2.0-5) 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 behaviour
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Wed, 20 Nov 2019 22:53:04 +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 1746f2a..ca5fbbb 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),
default-libmysqlclient-dev,
extra-cmake-modules (>= 1.8.0),
libicu-dev,
diff --git a/debian/rules b/debian/rules
index d50e58a..4493847 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,4 @@ DEFAULT_PGSQL_VERSION = $(lastword $(shell /usr/share/postgresql-common/supporte
override_dh_auto_configure:
dh_auto_configure -Skf5 -- -DBUILD_TESTING=OFF -DPython_ADDITIONAL_VERSIONS=3 -DPostgreSQL_ADDITIONAL_VERSIONS=$(DEFAULT_PGSQL_VERSION)
-override_dh_missing:
- dh_missing --fail-missing
-
.PHONY: override_dh_auto_test
More information about the Neon-commits
mailing list