[SCM] konqueror packaging branch, master, updated. debian/4%17.08.1-1-13-g3dc92bf
Pino Toscano
pino at moszumanska.debian.org
Fri Dec 15 18:01:52 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/konqueror.git;a=commitdiff;h=3dc92bf
The following commit has been merged in the master branch:
commit 3dc92bf7c3e3527bb16fade43ebf42578944ca0a
Author: Pino Toscano <pino at debian.org>
Date: Fri Dec 15 19:01:32 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 5da466d..6c7bc70 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,8 @@ konqueror (4:17.08.3-0r1) UNRELEASED; urgency=medium
- restrict the webengine-related files on architectures with QtWebEngine
- restrict the qtwebengine5-dev build dependency on the architectures
where it is available: amd64 arm64 armhf i386 mipsel.
+ * 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> Tue, 31 Oct 2017 18:02:01 +0100
diff --git a/debian/rules b/debian/rules
index 82260fd..ec24d72 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='kde-baseapps-dbg (<= 4:15.12.1-1~~)'
--
konqueror packaging
More information about the pkg-kde-commits
mailing list