[SCM] minuet packaging branch, master, updated. db43c1e7afb1d6c16ecfec070dbeeff4c8b105f1

Pino Toscano pino at moszumanska.debian.org
Thu Dec 14 22:52:16 UTC 2017


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

The following commit has been merged in the master branch:
commit db43c1e7afb1d6c16ecfec070dbeeff4c8b105f1
Author: Pino Toscano <pino at debian.org>
Date:   Thu Dec 14 23:47:01 2017 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 889380d..44aec76 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,7 @@ minuet (17.08.3-0r1) UNRELEASED; urgency=medium
   * Update lintian overrides.
   * Slightly improve the description of minuet-data.
   * Align the versions of the build dependencies to the upstream requirements.
+  * Call dh_install with --fail-missing, so no file is missed.
 
  -- Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 18 Sep 2017 15:06:38 +0200
 
diff --git a/debian/rules b/debian/rules
index 7d8f407..c2fa11e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,3 +10,6 @@ override_dh_auto_install:
 	# remove development stuff, since there is no stable API/ABI
 	rm -rf debian/tmp/usr/include/
 	find debian/tmp -name '*.so' -type l -delete
+
+override_dh_install:
+	$(overridden_command) --fail-missing

-- 
minuet packaging



More information about the pkg-kde-commits mailing list