rev 8155 - branches/kde4/packages/kdelibs/debian

Ana Beatriz Guerrero López ana at alioth.debian.org
Fri Dec 7 15:22:24 UTC 2007


Author: ana
Date: 2007-12-07 15:22:24 +0000 (Fri, 07 Dec 2007)
New Revision: 8155

Modified:
   branches/kde4/packages/kdelibs/debian/changelog
   branches/kde4/packages/kdelibs/debian/rules
Log:
Add export LDFLAGS+="-Wl,--as-needed" 


Modified: branches/kde4/packages/kdelibs/debian/changelog
===================================================================
--- branches/kde4/packages/kdelibs/debian/changelog	2007-12-07 14:27:46 UTC (rev 8154)
+++ branches/kde4/packages/kdelibs/debian/changelog	2007-12-07 15:22:24 UTC (rev 8155)
@@ -5,10 +5,13 @@
   * Update Standards-Version to 3.7.2.
   * Remove README.Debian, packages are stable now.
   * Update package descriptions, remove referencies to beta status.
+  * Add export LDFLAGS+="-Wl,--as-needed" in rules to make dpkg-shlibdeps
+    happier.
+
   * TODO (maybe): kfreebsd support.
   * TODO: demote hal to Suggest, see mornfall's mail in -talk
 
- -- Ana Beatriz Guerrero Lopez <ana at debian.org>  Thu, 06 Dec 2007 02:21:24 +0100
+ -- Ana Beatriz Guerrero Lopez <ana at debian.org>  Fri, 07 Dec 2007 16:26:15 +0100
 
 kde4libs (4:3.96.0-1) experimental; urgency=low
 

Modified: branches/kde4/packages/kdelibs/debian/rules
===================================================================
--- branches/kde4/packages/kdelibs/debian/rules	2007-12-07 14:27:46 UTC (rev 8154)
+++ branches/kde4/packages/kdelibs/debian/rules	2007-12-07 15:22:24 UTC (rev 8155)
@@ -2,9 +2,13 @@
 
 RUNTIME_DEPS := kde-icons-oxygen, kdebase-runtime-bin, kdebase-runtime-data
 CURRENTVERSION := $(shell head -1 debian/changelog  | sed 's/[^(]*(\([^)]*\)).*/\1/')
-DEB_DH_MAKESHLIBS_ARGS_kdelibs5 := -V'kdelibs5 (>= $(CURRENTVERSION)), $(RUNTIME_DEPS)'  #In general we shouldn't bump on each upload, but in the beta cycles,
-                                                                        #it is probably good. Else on upstream versions it is probably a good thing.
+DEB_DH_MAKESHLIBS_ARGS_kdelibs5 := -V'kdelibs5 (>= $(CURRENTVERSION)), $(RUNTIME_DEPS)'  
+#In general we shouldn't bump on each upload, but in the beta cycles,
+#it is probably good. Else on upstream versions it is probably a good thing.
 
+
+export LDFLAGS+="-Wl,--as-needed"
+
 include debian/cdbs/kde.mk
 
 # Generate shlibs local files




More information about the pkg-kde-commits mailing list