[SCM] KDevelop packaging branch, experimental, updated. debian/4.7.3-3-14-gbfa2d58
Pino Toscano
pino at moszumanska.debian.org
Fri Aug 26 05:35:17 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-std/kdevelop.git;a=commitdiff;h=bb6c3c4
The following commit has been merged in the experimental branch:
commit bb6c3c483890a108b6bd1f91d4f9acdff405a955
Author: Pino Toscano <pino at debian.org>
Date: Fri Aug 26 07:19:37 2016 +0200
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 0415eb1..4aaa0d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,7 @@ kdevelop (4:5.0-0r1) UNRELEASED; urgency=medium
and it is thus loaded when using QML stuff.
* Update install files.
* Disable building of unit tests, as long as they are not run.
+ * Pass --list-missing to dh_install.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Fri, 26 Aug 2016 06:08:47 +0200
diff --git a/debian/rules b/debian/rules
index 66c7b54..e8ebf06 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,6 +26,9 @@ override_dh_auto_install:
# Work around a conflict with kapptemplate
find debian/tmp -type f -name qmake_qt4guiapp.tar.bz2 | xargs rm -fv
+override_dh_install:
+ dh_install --list-missing
+
override_dh_strip:
dh_strip --dbgsym-migration='kdevelop-dbg (<< 4:4.7.3-3~)'
--
KDevelop packaging
More information about the pkg-kde-commits
mailing list