rev 20796 - kde-extras/kmplayer/trunk/debian

Pino Toscano pino at moszumanska.debian.org
Sun Jun 18 21:39:11 UTC 2017


Author: pino
Date: 2017-06-18 21:39:10 +0000 (Sun, 18 Jun 2017)
New Revision: 20796

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


Modified: kde-extras/kmplayer/trunk/debian/changelog
===================================================================
--- kde-extras/kmplayer/trunk/debian/changelog	2017-06-18 21:38:38 UTC (rev 20795)
+++ kde-extras/kmplayer/trunk/debian/changelog	2017-06-18 21:39:10 UTC (rev 20796)
@@ -22,6 +22,7 @@
     - upstream_Fix-build-with-cmake-3.4.patch: drop, backported from upstream
   * Replace postinst and postrm that manually invoke ldconfig with an
     invocation of the ldconfig trigger.
+  * Link in as-needed mode.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sun, 18 Jun 2017 23:02:11 +0200
 

Modified: kde-extras/kmplayer/trunk/debian/rules
===================================================================
--- kde-extras/kmplayer/trunk/debian/rules	2017-06-18 21:38:38 UTC (rev 20795)
+++ kde-extras/kmplayer/trunk/debian/rules	2017-06-18 21:39:10 UTC (rev 20796)
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
+
 %:
 	dh $@ --parallel --with kf5
 




More information about the pkg-kde-commits mailing list