rev 20419 - kde-extras/smb4k/trunk/debian

Pino Toscano pino at moszumanska.debian.org
Fri Mar 25 15:27:05 UTC 2016


Author: pino
Date: 2016-03-25 15:27:05 +0000 (Fri, 25 Mar 2016)
New Revision: 20419

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


Modified: kde-extras/smb4k/trunk/debian/changelog
===================================================================
--- kde-extras/smb4k/trunk/debian/changelog	2016-03-25 15:24:04 UTC (rev 20418)
+++ kde-extras/smb4k/trunk/debian/changelog	2016-03-25 15:27:05 UTC (rev 20419)
@@ -8,6 +8,7 @@
   * Improve description; also drop the reference to the Plasma widget, since
     it has never been built, and it will not work anyway in a Plasma 5
     environment. (Closes: #763624)
+  * Link in as-needed mode.
 
  -- Pino Toscano <pino at debian.org>  Fri, 25 Mar 2016 16:23:25 +0100
 

Modified: kde-extras/smb4k/trunk/debian/rules
===================================================================
--- kde-extras/smb4k/trunk/debian/rules	2016-03-25 15:24:04 UTC (rev 20418)
+++ kde-extras/smb4k/trunk/debian/rules	2016-03-25 15:27:05 UTC (rev 20419)
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
+
 %:
 	dh $@ --parallel --with kde
 




More information about the pkg-kde-commits mailing list