[SCM] zanshin packaging branch, master, updated. debian/0.2.1-1-13-ga8e17df
Pino Toscano
pino at moszumanska.debian.org
Thu Jul 28 18:21:59 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/zanshin.git;a=commitdiff;h=313402c
The following commit has been merged in the master branch:
commit 313402c56dae3d2b502a73ed023f631e5b0bc19b
Author: Pino Toscano <pino at debian.org>
Date: Thu Jul 28 20:16:13 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 90b3a1d..2d52668 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,7 @@ zanshin (0.4.0-0r1) UNRELEASED; urgency=medium
* Pass -DBUILD_TESTING=OFF to cmake to disable the build of tests, since it
is not easy to run them.
* Add Vcs-* fields.
+ * Link in as-needed mode.
-- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org> Thu, 28 Jul 2016 19:42:36 +0200
diff --git a/debian/rules b/debian/rules
index 320ef09..498c603 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 --with kf5
--
zanshin packaging
More information about the pkg-kde-commits
mailing list