[SCM] KDevelop PHP plugin documentation packaging branch, master, updated. debian/1.3.1-1-4-ga398e2b

Pino Toscano pino at alioth.debian.org
Sun May 20 10:53:30 UTC 2012


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-std/kdevelop-php-docs.git;a=commitdiff;h=bde2717

The following commit has been merged in the master branch:
commit bde271752b9686b3371abfc43f342363154536da
Author: Pino Toscano <pino at debian.org>
Date:   Sun May 20 12:47:41 2012 +0200

    link with as-needed
---
 debian/changelog |    2 ++
 debian/rules     |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d9f8d0e..f5d9cb8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 kdevelop-php-docs (1.3.1-2) UNRELEASED; urgency=low
 
+  [ Pino Toscano ]
+  * Link with as-needed.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 20 May 2012 12:46:03 +0200
 
diff --git a/debian/rules b/debian/rules
index 0c56ac3..2e2a41a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
+
 %:
 	dh $@ --parallel --list-missing --with kde
 

-- 
KDevelop PHP plugin documentation packaging



More information about the pkg-kde-commits mailing list