[SCM] qapt packaging branch, master, updated. debian/3.0.1-1-9-g5a1f18a

Pino Toscano pino at moszumanska.debian.org
Sun May 15 14:39:10 UTC 2016


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

The following commit has been merged in the master branch:
commit 5a1f18a59a86086bab6f93fb90eed23f774f513d
Author: Pino Toscano <pino at debian.org>
Date:   Sun May 15 16:38:41 2016 +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 0fc1bec..94d8bf2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ libqapt (3.0.2-0r1) UNRELEASED; urgency=medium
   * Backport upstream commit a58eab74ee9881d10e0f24a3ed216ed71ba03bf5 to fix
     build; patch upstream_include-random-for-std-default_random_engine.patch.
     (Closes: #822497)
+  * Link in as-needed mode.
 
  -- Debian/Kubuntu KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sun, 15 May 2016 15:28:16 +0200
 
diff --git a/debian/rules b/debian/rules
index 75fa244..1153c97 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,8 @@
 
 export QT_SELECT=qt5
 
+export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
+
 %:
 	dh $@ --with kf5 --parallel --dbg-package=qapt-dbg
 

-- 
qapt packaging



More information about the pkg-kde-commits mailing list