rev 19678 - kde-extras/strigi/trunk/debian

Pino Toscano pino at alioth.debian.org
Sun Aug 4 21:25:33 UTC 2013


Author: pino
Date: 2013-08-04 21:25:33 +0000 (Sun, 04 Aug 2013)
New Revision: 19678

Modified:
   kde-extras/strigi/trunk/debian/changelog
   kde-extras/strigi/trunk/debian/rules
Log:
link in as-needed mode


Modified: kde-extras/strigi/trunk/debian/changelog
===================================================================
--- kde-extras/strigi/trunk/debian/changelog	2013-08-04 21:21:19 UTC (rev 19677)
+++ kde-extras/strigi/trunk/debian/changelog	2013-08-04 21:25:33 UTC (rev 19678)
@@ -29,6 +29,7 @@
     (lucene2indexer instead of luceneindexer). (Closes: #718373)
   * Explicitly build depend on pkg-config, instead of relying on it being
     installed by something else.
+  * Link in as-needed mode.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Tue, 02 Jul 2013 10:30:18 +0200
 

Modified: kde-extras/strigi/trunk/debian/rules
===================================================================
--- kde-extras/strigi/trunk/debian/rules	2013-08-04 21:21:19 UTC (rev 19677)
+++ kde-extras/strigi/trunk/debian/rules	2013-08-04 21:25:33 UTC (rev 19678)
@@ -9,6 +9,8 @@
 CURRENTVERSION := $(shell dpkg-parsechangelog | sed -n 's/^Version: //p')
 LIBPKGS := $(filter-out %-dev,$(filter lib%,$(shell dh_listpackages)))
 
+export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
+
 %:
 	dh $@ --parallel --list-missing --dbg-package=strigi-dbg --with pkgkde_symbolshelper
 




More information about the pkg-kde-commits mailing list