rev 19753 - kde-extras/kraft/trunk/debian

Pino Toscano pino at moszumanska.debian.org
Sun Dec 8 13:01:08 UTC 2013


Author: pino
Date: 2013-12-08 13:01:08 +0000 (Sun, 08 Dec 2013)
New Revision: 19753

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


Modified: kde-extras/kraft/trunk/debian/changelog
===================================================================
--- kde-extras/kraft/trunk/debian/changelog	2013-12-08 12:58:55 UTC (rev 19752)
+++ kde-extras/kraft/trunk/debian/changelog	2013-12-08 13:01:08 UTC (rev 19753)
@@ -3,6 +3,7 @@
   [ Pino Toscano ]
   * Drop kplant man page, since that executable does not exist anymore.
   * Drop kraft.dirs, useless now.
+  * Link in as-needed mode.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sun, 08 Dec 2013 13:53:10 +0100
 

Modified: kde-extras/kraft/trunk/debian/rules
===================================================================
--- kde-extras/kraft/trunk/debian/rules	2013-12-08 12:58:55 UTC (rev 19752)
+++ kde-extras/kraft/trunk/debian/rules	2013-12-08 13:01:08 UTC (rev 19753)
@@ -3,5 +3,7 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
+
 %:
 	dh $@ --parallel --with kde




More information about the pkg-kde-commits mailing list