[neon/extras/peruse/Neon/unstable] debian: bump dh compat to 13

Pino Toscano null at kde.org
Fri Jul 29 14:41:07 BST 2022


Git commit fb67f615740d8a3391cf0afc59d3332a231bc448 by Pino Toscano.
Committed on 16/08/2021 at 17:49.
Pushed by jriddell into branch 'Neon/unstable'.

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/peruse/commit/fb67f615740d8a3391cf0afc59d3332a231bc448

diff --git a/debian/changelog b/debian/changelog
index f366b6d..de63c2e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ peruse (1.80+dfsg-0r1) UNRELEASED; urgency=medium
 
   [ Pino Toscano ]
   * New upstream release.
+  * 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 behaviour
 
  -- Debian KDE Extras Team <debian-qt-kde at lists.debian.org>  Mon, 16 Aug 2021 19:18:36 +0200
 
diff --git a/debian/control b/debian/control
index dae83bf..1f6f671 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian KDE Extras Team <debian-qt-kde at lists.debian.org>
 Uploaders: Simon Quigley <tsimonq2 at debian.org>
 Build-Depends: baloo-kf5-dev (>= 5.1.0),
                cmake (>= 2.8.12),
-               debhelper-compat (= 12),
+               debhelper-compat (= 13),
                extra-cmake-modules (>= 1.2.0),
                kirigami2-dev (>= 5.56.0~),
                libkf5archive-dev (>= 5.56.0~),
diff --git a/debian/rules b/debian/rules
index 72ab6a2..a5e3886 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,3 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 %:
 	dh $@ --with kf5
-
-override_dh_missing:
-	dh_missing --fail-missing



More information about the Neon-commits mailing list