[SCM] KDevelop Platform packaging branch, experimental, updated. debian/5.0.1-1-2-g101e5a0
Pino Toscano
pino at moszumanska.debian.org
Tue Sep 20 06:03:08 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-std/kdevplatform.git;a=commitdiff;h=101e5a0
The following commit has been merged in the experimental branch:
commit 101e5a0a5ce33e905b14b7f21d3bd2e620e68e8d
Author: Pino Toscano <pino at debian.org>
Date: Tue Sep 20 08:02:54 2016 +0200
tighten shlibs
---
debian/changelog | 3 +++
debian/rules | 3 +++
2 files changed, 6 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 231310f..f25f998 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
kdevplatform (5.0.1-2) UNRELEASED; urgency=medium
+ [ Pino Toscano ]
+ * Override dh_makeshlibs to generate a shlibs dependency for the current
+ version.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Tue, 20 Sep 2016 08:00:37 +0200
diff --git a/debian/rules b/debian/rules
index bbc94a5..3253cff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,9 @@ override_dh_install:
override_dh_strip:
dh_strip --dbgsym-migration='kdevplatform-dbg (<< 1.7.3-3~)'
+override_dh_makeshlibs:
+ dh_makeshlibs -V
+
override_dh_shlibdeps:
dh_shlibdeps
dh_sameversiondep
--
KDevelop Platform packaging
More information about the pkg-kde-commits
mailing list