[SCM] kate packaging branch, master, updated. debian/4%17.08.3-2-15-gb131e8e

Pino Toscano pino at moszumanska.debian.org
Sun Dec 10 09:51:51 UTC 2017


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

The following commit has been merged in the master branch:
commit b74697a8b8174523518334544fd7125cd7b25dba
Author: Pino Toscano <pino at debian.org>
Date:   Sun Dec 10 10:27:08 2017 +0100

    run 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 870563b..4194bed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,8 @@ kate (4:17.08.3-3) UNRELEASED; urgency=medium
   * Remove debian/not-installed, no more useful now.
   * Remove the kde-l10n breaks/replaces from kate, since there is no translated
     material there.
+  * 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>  Sat, 09 Dec 2017 12:04:39 +0100
 
diff --git a/debian/rules b/debian/rules
index 92bcab9..2c93a23 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,5 +9,8 @@ override_dh_auto_test:
 	# Disable dh_auto_test at build time
 	:
 
+override_dh_install:
+	$(overridden_command) --fail-missing
+
 override_dh_strip:
 	$(overridden_command) --dbgsym-migration='kate-dbg (<= 4:15.12.1-1~~)'

-- 
kate packaging



More information about the pkg-kde-commits mailing list