[SCM] libkcddb packaging branch, master, updated. debian/16.08.3-1-52-g28afd7e

Pino Toscano pino at moszumanska.debian.org
Mon Dec 18 09:34:18 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/libkcddb.git;a=commitdiff;h=7f22af8

The following commit has been merged in the master branch:
commit 7f22af81cd3df5897f22b9decc6fde99c2f9e952
Author: Pino Toscano <pino at debian.org>
Date:   Mon Dec 18 10:24:38 2017 +0100

    call dh_install with --fail-missing
---
 debian/changelog | 2 ++
 debian/rules     | 3 +++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 969ab4d..c89f64d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,8 @@ libkcddb (4:17.08.3-0r1) UNRELEASED; urgency=medium
   * Remove extra kde-l10n breaks/replaces, already included in ${kde-l10n:all}.
   * Remove breaks/replaces on old libkf5cddb5, since they were never part of
     the Debian archive.
+  * Invoke dh_install with --fail-missing, so there is no risk of forgetting
+    files.
 
  -- Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 11 Sep 2017 17:27:58 +0200
 
diff --git a/debian/rules b/debian/rules
index 62366ca..02baf17 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,9 @@ l10npkgs_firstversion_ok := 4:17.03.90-0~
 include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
 include /usr/share/pkg-kde-tools/qt-kde-team/2/l10n-packages.mk
 
+override_dh_install:
+	$(overridden_command) --fail-missing
+
 override_dh_strip:
 	$(overridden_command) --dbgsym-migration='libkcddb-dbg (<= 4:15.12.3-0ubuntu1)'
 

-- 
libkcddb packaging



More information about the pkg-kde-commits mailing list