rev 18833 - kde-extras/kmess/trunk/debian

George Kiagiadakis gkiagia-guest at alioth.debian.org
Mon Apr 4 11:47:21 UTC 2011


Author: gkiagia-guest
Date: 2011-04-04 11:47:14 +0000 (Mon, 04 Apr 2011)
New Revision: 18833

Modified:
   kde-extras/kmess/trunk/debian/changelog
   kde-extras/kmess/trunk/debian/rules
Log:
Add DEB_KDE_LINK_WITH_AS_NEEDED := yes to avoid uselessly
linking on nepomuk and soprano libs.

Modified: kde-extras/kmess/trunk/debian/changelog
===================================================================
--- kde-extras/kmess/trunk/debian/changelog	2011-04-04 11:33:39 UTC (rev 18832)
+++ kde-extras/kmess/trunk/debian/changelog	2011-04-04 11:47:14 UTC (rev 18833)
@@ -10,6 +10,8 @@
   * Add myself to uploaders.
   * Drop dependency on libqca2-plugin-ossl; kmess now uses gcrypt.
   * Bump standards-version to 3.9.1; no changes required.
+  * Add DEB_KDE_LINK_WITH_AS_NEEDED := yes to avoid uselessly
+    linking on nepomuk and soprano libs.
 
  -- George Kiagiadakis <kiagiadakis.george at gmail.com>  Mon, 04 Apr 2011 14:28:04 +0300
 

Modified: kde-extras/kmess/trunk/debian/rules
===================================================================
--- kde-extras/kmess/trunk/debian/rules	2011-04-04 11:33:39 UTC (rev 18832)
+++ kde-extras/kmess/trunk/debian/rules	2011-04-04 11:47:14 UTC (rev 18833)
@@ -4,6 +4,8 @@
 UPFILENAME = $(DEB_SOURCE_PACKAGE)-$(shell echo $(DEB_UPSTREAM_VERSION) | sed 's/~//').tar.gz
 URL = http://heanet.dl.sourceforge.net/$(DEB_SOURCE_PACKAGE)/$(UPFILENAME)
 
+DEB_KDE_LINK_WITH_AS_NEEDED := yes
+
 include /usr/share/pkg-kde-tools/makefiles/1/cdbs/kde.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 




More information about the pkg-kde-commits mailing list