[neon/3rdparty/indi/Neon/release] debian: drop --fail-missing for dh_missing

Pino Toscano null at kde.org
Wed Nov 17 11:15:57 GMT 2021


Git commit 1086a6fc2eb31912c43b239a4e1d7d2ee71724b3 by Pino Toscano.
Committed on 12/01/2021 at 09:16.
Pushed by jriddell into branch 'Neon/release'.

drop --fail-missing for dh_missing

M  +2    -0    debian/changelog
M  +0    -3    debian/rules

https://invent.kde.org/neon/3rdparty/indi/commit/1086a6fc2eb31912c43b239a4e1d7d2ee71724b3

diff --git a/debian/changelog b/debian/changelog
index 93000b1..1e8ba18 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ indi (1.8.8+dfsg-0r1) UNRELEASED; urgency=medium
   * Update the patches:
     - path_max.diff: drop, no more needed now
     - macos_detection.diff: drop, fixed upstream
+  * Stop passing --fail-missing to dh_missing, as it is the default in
+    debhelper compatibility 13+.
 
  -- Debian Krap Maintainers <debian-qt-kde at lists.debian.org>  Tue, 12 Jan 2021 10:05:49 +0100
 
diff --git a/debian/rules b/debian/rules
index 43adcc8..f88e68c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,8 +8,5 @@ include /usr/share/pkg-kde-tools/qt-kde-team/2/library-packages.mk
 %:
 	dh $@ --with sodeps
 
-override_dh_missing:
-	dh_missing --fail-missing
-
 override_dh_gencontrol-arch: libpkgs_gen_strict_local_shlibs
 	dh_gencontrol -a



More information about the Neon-commits mailing list