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

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


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

The following commit has been merged in the master branch:
commit aab152e7af4fc512197eaa2937ae5dc4140eab3d
Author: Pino Toscano <pino at debian.org>
Date:   Sun May 20 12:24:04 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 a2e7b90..71a3a4c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 kdevelop-php (1.3.1-2) UNRELEASED; urgency=low
 
+  [ Pino Toscano ]
+  * Link with with as-needed.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 20 May 2012 12:22:01 +0200
 
diff --git a/debian/rules b/debian/rules
index 9fa1ecc..abaab43 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 --dbg-package=kdevelop-php-dbg
 

-- 
KDevelop PHP plugin packaging



More information about the pkg-kde-commits mailing list