rev 20296 - kde-extras/kio-gopher/trunk/debian

Pino Toscano pino at moszumanska.debian.org
Sun Jan 17 16:22:29 UTC 2016


Author: pino
Date: 2016-01-17 16:22:28 +0000 (Sun, 17 Jan 2016)
New Revision: 20296

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


Modified: kde-extras/kio-gopher/trunk/debian/changelog
===================================================================
--- kde-extras/kio-gopher/trunk/debian/changelog	2016-01-17 16:17:05 UTC (rev 20295)
+++ kde-extras/kio-gopher/trunk/debian/changelog	2016-01-17 16:22:28 UTC (rev 20296)
@@ -7,6 +7,7 @@
   * Switch copyright to copyright-format 1.0.
   * Bump Standards-Version to 3.9.6, no changes required.
   * Update watch file.
+  * Link in as-needed mode.
 
  -- Pino Toscano <pino at debian.org>  Sun, 17 Jan 2016 17:16:43 +0100
 

Modified: kde-extras/kio-gopher/trunk/debian/rules
===================================================================
--- kde-extras/kio-gopher/trunk/debian/rules	2016-01-17 16:17:05 UTC (rev 20295)
+++ kde-extras/kio-gopher/trunk/debian/rules	2016-01-17 16:22:28 UTC (rev 20296)
@@ -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