[SCM] kaffeine packaging branch, master, updated. debian/1.2.2-4-9-ga49dfdd
Pino Toscano
pino at moszumanska.debian.org
Wed Jun 8 21:03:15 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kaffeine.git;a=commitdiff;h=a49dfdd
The following commit has been merged in the master branch:
commit a49dfdd0c9eca8c7f51f4fce6978fea10cf84b08
Author: Pino Toscano <pino at debian.org>
Date: Wed Jun 8 23:00:37 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 57e9764..b79ddbd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,7 @@ kaffeine (2.0.2-0r1) UNRELEASED; urgency=medium
from upstream
* Add the libdvbv5-dev build dependency (only on Linux), for DVB support.
* Replace the libqt4-sql-sqlite dependency with libqt5sql5-sqlite.
+ * Link in as-needed mode.
-- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org> Wed, 08 Jun 2016 20:25:35 +0200
diff --git a/debian/rules b/debian/rules
index 6a23277..12aff53 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
--
kaffeine packaging
More information about the pkg-kde-commits
mailing list