[SCM] qtbase packaging branch, kubuntu_unstable, updated. debian/5.4.1+dfsg-2-5-gf4be3fd
Rohan Garg
rohangarg-guest at moszumanska.debian.org
Thu Mar 26 13:34:16 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtbase.git;a=commitdiff;h=8acc95b
The following commit has been merged in the kubuntu_unstable branch:
commit 8acc95b05e2385462f3fdb79f23cc798d61d657b
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Wed Feb 25 22:52:41 2015 +0300
Pass -V to dh_makeshlibs, to match the previous behaviour.
Thanks to Sune Vuorela for the suggestion.
---
debian/changelog | 1 +
debian/rules | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 421c729..1bd4fc6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ qtbase-opensource-src (5.4.1+dfsg-2) UNRELEASED; urgency=medium
- Update from buildds’ logs.
- Mark symbols missing with GCC 5 as optional.
* Drop obsolete override_dh_makeshlibs code, no longer needed.
+ Just use dh_makeshlibs -V instead.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Wed, 25 Feb 2015 10:39:31 +0300
diff --git a/debian/rules b/debian/rules
index fbe18e9..c6fa335 100755
--- a/debian/rules
+++ b/debian/rules
@@ -310,7 +310,7 @@ override_dh_strip:
dh_strip --remaining-packages --dbg-package=qtbase5-dbg
override_dh_makeshlibs:
- dh_makeshlibs
+ dh_makeshlibs -V
# Check for private symbols not marked as such. Be verbose.
DEBUG=1 debian/mark_private_symbols.sh
--
qtbase packaging
More information about the pkg-kde-commits
mailing list