[SCM] kamoso packaging branch, 2.0, updated. 473dffec2528fcad08680dbeb7603fde59e6dee0

Pino Toscano pino at alioth.debian.org
Fri Jul 19 13:35:39 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kamoso.git;a=commitdiff;h=473dffe

The following commit has been merged in the 2.0 branch:
commit 473dffec2528fcad08680dbeb7603fde59e6dee0
Author: Pino Toscano <pino at debian.org>
Date:   Fri Jul 19 15:35:29 2013 +0200

    link in as-needed mode
---
 debian/changelog |    1 +
 debian/rules     |    2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index afa9f14..9b39808 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ kamoso (2.0.2-2) UNRELEASED; urgency=low
     upstream_rename-icons.diff. Since renaming sources is not viable, rename
     the actual icons at installation time.
   * Bump Standards-Version to 3.9.4, no changes required.
+  * Link in as-needed mode.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Fri, 19 Jul 2013 15:01:06 +0200
 
diff --git a/debian/rules b/debian/rules
index 74dbe30..ba16675 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
+
 %:
 	dh $@ --parallel --with kde
 

-- 
kamoso packaging



More information about the pkg-kde-commits mailing list