[SCM] Qt Assistant compatibility version packaging branch, master, updated. debian/4.6.3-3-6-gbe09ff6

Felix Geyer debfx-guest at alioth.debian.org
Fri Mar 9 10:58:06 UTC 2012


The following commit has been merged in the master branch:
commit 9d3b15b6bb701869cb7eb82da431f99ef2caa5e7
Author: Felix Geyer <debfx-pkg at fobos.de>
Date:   Fri Mar 9 11:42:24 2012 +0100

    Append -Wl,--as-needed to LDFLAGS.
---
 debian/changelog |    1 +
 debian/rules     |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e6971f2..1308159 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ qt-assistant-compat (4.6.3-4) UNRELEASED; urgency=low
   * Use dh_auto_* instead of calling (q)make directly for the library.
   * Switch to debhelper compat level v9 which exports build flags.
   * Bump Standards-Version to 3.9.3, no changes needed.
+  * Append -Wl,--as-needed to LDFLAGS.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 09 Mar 2012 11:32:59 +0100
 
diff --git a/debian/rules b/debian/rules
index 9a9d994..661fdd9 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
+
 export LRELEASE := /usr/bin/lrelease-qt4
 
 %:

-- 
Qt Assistant compatibility version packaging



More information about the pkg-kde-commits mailing list