[SCM] quassel packaging branch, master, updated. debian/1%0.10.0-2.4-20-gfa6dbfa

Felix Geyer fgeyer at moszumanska.debian.org
Sun Sep 6 18:39:43 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/quassel.git;a=commitdiff;h=5ef4a04

The following commit has been merged in the master branch:
commit 5ef4a04ace430c097b54d347218bc0029704662f
Author: Felix Geyer <fgeyer at debian.org>
Date:   Sun Sep 6 20:29:07 2015 +0200

    Build with -Wl,--as-needed.
---
 debian/changelog | 1 +
 debian/rules     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 4622e40..9d20af7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,7 @@ quassel (1:0.12.2-1) UNRELEASED; urgency=medium
     condition. (Closes: #753737)
   * Stop hardcoding the path to deluser / delgroup in postrm.
   * Enable all hardening build flags.
+  * Build with -Wl,--as-needed.
 
   [ Scott Kitterman ]
   * Add systemd service file and associated changes for quasselcore.
diff --git a/debian/rules b/debian/rules
index eee97df..4a0020a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
 
 %:
 	dh $@ --parallel --with systemd

-- 
quassel packaging



More information about the pkg-kde-commits mailing list