[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:30 UTC 2010


The following commit has been merged in the master branch:
commit 157b55c773ec5b1828264eea1b10ab9f5894aede
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Mon Jul 26 20:01:17 2010 +0300

    Looks like ia64 workaround from 4:4.3.4-3 is not needed at the moment.
    
    That's because versions 4:4.4.0 and onwards built fine without it.
---
 debian/rules |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/debian/rules b/debian/rules
index 60530d3..c8427af 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,6 @@ RUNTIME_DEPS := kdebase-runtime
 
 DEB_DBG_PACKAGE_ALL := kdelibs5-dbg
 
-
 #bump version for every new upstream version!
 DEB_DH_MAKESHLIBS_ARGS_libkdecore5 := -V'libkdecore5 (>= $(UPSTREAMVERSION)), $(RUNTIME_DEPS)'
 DEB_DH_MAKESHLIBS_ARGS_ALL := -V -u-c0
@@ -18,10 +17,10 @@ DEB_DH_MAKESHLIBS_ARGS_ALL := -V -u-c0
 # 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
+#ifeq (ia64,$(DEB_HOST_ARCH))
+#    CFLAGS += -ffunction-sections
+#    CXXFLAGS += -ffunction-sections
+#endif
 
 # Libraries stuff
 DEB_KDE43_LIBRARY_PACKAGES := libkdecore5 libkdeui5 libkde3support4 libkdesu5 libkdnssd4 \

-- 
KDE Development Platform Libraries module packaging



More information about the pkg-kde-commits mailing list