[neon/extras/choqok/Neon/release] debian: Bump debhelper from old 12 to 13.

Pino Toscano null at kde.org
Wed Sep 4 11:41:47 BST 2024


Git commit 922194083d05d866a1331eb2788f7e2260b3d4eb by Pino Toscano.
Committed on 03/01/2024 at 22:13.
Pushed by jriddell into branch 'Neon/release'.

Bump debhelper from old 12 to 13.

+ debian/rules: Drop --fail-missing argument to dh_missing, which is now the default.

Changes-By: lintian-brush
Fixes: lintian: package-uses-old-debhelper-compat-version
See-also: https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html

M  +3    -0    debian/changelog
M  +1    -1    debian/control
M  +0    -3    debian/rules

https://invent.kde.org/neon/extras/choqok/-/commit/922194083d05d866a1331eb2788f7e2260b3d4eb

diff --git a/debian/changelog b/debian/changelog
index cb96a61b..a98781bc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,9 @@ choqok (1.7.0-2) UNRELEASED; urgency=medium
   * Update the patches:
     - fix_missing_qmap_includes.patch: drop, fixed upstream
   * Add the configuration for the CI on salsa.
+  * Bump debhelper from old 12 to 13.
+    + debian/rules: Drop --fail-missing argument to dh_missing, which is now the
+      default.
 
  -- Lisandro Damián Nicanor Pérez Meyer <lisandro at debian.org>  Sun, 22 Nov 2020 21:55:15 -0300
 
diff --git a/debian/control b/debian/control
index 2cbd9c3e..bed4a680 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Lisandro Damián Nicanor Pérez Meyer <lisandro at debian.org>
 Uploaders: Noah Meyerhans <noahm at debian.org>
 Build-Depends: cmake (>= 2.8.12~),
-               debhelper-compat (= 12),
+               debhelper-compat (= 13),
                docbook2x,
                extra-cmake-modules,
                libkf5configwidgets-dev,
diff --git a/debian/rules b/debian/rules
index ae215673..0494578a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,6 +16,3 @@ override_dh_auto_build:
 override_dh_auto_install:
 	dh_auto_install
 	rm -vf debian/choqok/usr/lib/*.so
-
-override_dh_missing:
-	dh_missing --fail-missing



More information about the Neon-commits mailing list