[SCM] KDE SDK module packaging branch, master, updated. debian/4.6.2-2
Modestas Vainius
modax at alioth.debian.org
Mon May 2 01:28:20 UTC 2011
The following commit has been merged in the master branch:
commit d5deed5eb59a408b9b41d39351f18cf20273a5e7
Author: Modestas Vainius <modax at debian.org>
Date: Mon May 2 03:28:23 2011 +0300
Pass -c0 to dpkg-gensymbols.
---
debian/changelog | 1 +
debian/rules | 3 +++
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f1714ff..e457cc6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
kdesdk (4:4.6.2-2) UNRELEASED; urgency=low
* Confirm symbol files on more debian arches.
+ * Pass -c0 to dpkg-gensymbols.
-- Modestas Vainius <modax at debian.org> Mon, 02 May 2011 02:40:04 +0300
diff --git a/debian/rules b/debian/rules
index 91ed426..1450078 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,5 +4,8 @@ include /usr/share/pkg-kde-tools/qt-kde-team/2/debian-qt-kde.mk
.PHONY: override_dh_auto_test
+override_dh_makeshlibs:
+ $(overridden_command) -- -c0
+
override_dh_strip:
$(overridden_command) --dbg-package=kdesdk-dbg
--
KDE SDK module packaging
More information about the pkg-kde-commits
mailing list