[SCM] KDevelop Platform packaging branch, experimental, updated. debian/1.7.3-3
Pino Toscano
pino at moszumanska.debian.org
Thu Aug 25 17:22:01 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-std/kdevplatform.git;a=commitdiff;h=8f246c2
The following commit has been merged in the experimental branch:
commit 8f246c26ae3596a7d5dddf4e2acb32b8506a9c39
Author: Pino Toscano <pino at debian.org>
Date: Sun Jan 17 10:43:04 2016 +0100
pass --list-missing to dh_install
---
debian/changelog | 1 +
debian/rules | 3 +++
2 files changed, 4 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index a51c144..9a6fea5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ kdevplatform (1.7.2-0r1) UNRELEASED; urgency=medium
* Update lintian overrides.
* Remove extra libsoprano-dev build dependency, which was added as workaround
for a bug in kdelibs5-dev.
+ * Pass --list-missing to dh_install.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Sun, 17 Jan 2016 10:03:52 +0100
diff --git a/debian/rules b/debian/rules
index 05be55d..ef65d52 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,9 @@ export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
%:
dh $@ --parallel --with kde
+override_dh_install:
+ dh_install --list-missing
+
override_dh_strip:
dh_strip --dbg-package=kdevplatform-dbg
--
KDevelop Platform packaging
More information about the pkg-kde-commits
mailing list