[SCM] KDE Development Platform Libraries module packaging branch, master, updated. debian/4.4.5-1-9-g157b55c

Modestas Vainius modax at alioth.debian.org
Mon Jul 26 17:03:25 UTC 2010


The following commit has been merged in the master branch:
commit 946a13a67eddac59a8dd3d19cdcca1903d2d2db1
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Mon Jul 26 19:41:59 2010 +0300

    Add 4:4.3.4-3 changes from the respective dsc.
---
 debian/changelog |    6 ++++++
 debian/rules     |    5 +++++
 2 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 23c8086..32b1562 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+kde4libs (4:4.3.4-3) unstable; urgency=medium
+
+  * Add -ffunction-sections to C(XX)FLAGS on ia64 in order to fix FTBFS.
+
+ -- Modestas Vainius <modax at debian.org>  Fri, 19 Feb 2010 09:44:22 -0700
+
 kde4libs (4:4.3.4-2) unstable; urgency=emergency
 
   * Fix libplasma3 symbols file (Closes: #570041).
diff --git a/debian/rules b/debian/rules
index 8aada4d..6aabb0d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,6 +18,11 @@ DEB_DH_MAKESHLIBS_ARGS_kdelibs5 := -V'kdelibs5 (>= $(UPSTREAMVERSION)), $(RUNTIM
 # remove dependencies on kdebase-runtime and phonon (the metapackage)
 DEB_DH_SHLIBDEPS_ARGS_ALL := -- -xkdebase-runtime -xphonon
 
+ifeq (ia64,$(DEB_HOST_ARCH))
+    CFLAGS += -ffunction-sections
+    CXXFLAGS += -ffunction-sections
+endif
+
 include /usr/share/pkg-kde-tools/qt-kde-team/1/debian-qt-kde.mk
 
 #binary-predeb/libplasma3::

-- 
KDE Development Platform Libraries module packaging



More information about the pkg-kde-commits mailing list