[neon/extras/kexi/Neon/release] debian: bump dh compat to 13

Pino Toscano null at kde.org
Thu Sep 22 16:56:19 BST 2022


Git commit 8acf242987d7f7747fc81939724e004941973957 by Pino Toscano.
Committed on 21/08/2021 at 16:09.
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/kexi/commit/8acf242987d7f7747fc81939724e004941973957

diff --git a/debian/changelog b/debian/changelog
index d86b31d..fc9e964 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,10 @@ kexi (1:3.2.0-3) UNRELEASED; urgency=medium
   * Drop all the l10n breaks/replaces, no more needed after two Debian stable
     releases.
   * Remove the explicit as-needed linking, as it is done by binutils now.
+  * 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>  Sat, 21 Aug 2021 18:05:38 +0200
 
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 5553825..9d5bc41 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Pino Toscano <pino at debian.org>
 Build-Depends: breeze-icon-theme-rcc,
                cmake (>= 3.0),
-               debhelper (>= 11~),
+               debhelper-compat (= 13),
                default-libmysqlclient-dev,
                extra-cmake-modules (>= 1.8.0),
                gettext,
diff --git a/debian/rules b/debian/rules
index c444848..d7a0e4a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,4 @@ override_dh_auto_install:
 	# remove translations of unbuilt stuff
 	rm -f debian/tmp/usr/share/locale/*/LC_MESSAGES/kexiforms_mapwidgetplugin.mo
 
-override_dh_missing:
-	dh_missing --fail-missing
-
 .PHONY: override_dh_auto_test



More information about the Neon-commits mailing list