rev 16569 - kde-extras/knemo/trunk/debian

Pino Toscano pino-guest at alioth.debian.org
Sun Jan 10 14:37:41 UTC 2010


Author: pino-guest
Date: 2010-01-10 14:37:40 +0000 (Sun, 10 Jan 2010)
New Revision: 16569

Modified:
   kde-extras/knemo/trunk/debian/changelog
   kde-extras/knemo/trunk/debian/rules
Log:
enable the "as needed" linking
hopefully shouldn't break anything, can be removed in that case anyway


Modified: kde-extras/knemo/trunk/debian/changelog
===================================================================
--- kde-extras/knemo/trunk/debian/changelog	2010-01-10 14:22:54 UTC (rev 16568)
+++ kde-extras/knemo/trunk/debian/changelog	2010-01-10 14:37:40 UTC (rev 16569)
@@ -7,6 +7,7 @@
   * Remove autotools-dev Build-Depends (knemo uses CMake as build system).
   * Slightly adapt description to the usage of command line applications,
     no more done now.
+  * Enable the "as needed" linking.
 
  -- Mark Purcell <msp at debian.org>  Thu, 07 Jan 2010 11:08:44 +0100
 

Modified: kde-extras/knemo/trunk/debian/rules
===================================================================
--- kde-extras/knemo/trunk/debian/rules	2010-01-10 14:22:54 UTC (rev 16568)
+++ kde-extras/knemo/trunk/debian/rules	2010-01-10 14:37:40 UTC (rev 16569)
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+DEB_KDE_LINK_WITH_AS_NEEDED := yes
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/pkg-kde-tools/makefiles/1/cdbs/kde.mk
 




More information about the pkg-kde-commits mailing list