[SCM] subtitlecomposer packaging branch, master, updated. debian/0.5.7-1-18-gc7b9930
Pino Toscano
pino at moszumanska.debian.org
Sun Mar 27 08:42:35 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/subtitlecomposer.git;a=commitdiff;h=c3a0d44
The following commit has been merged in the master branch:
commit c3a0d447517109cd672dba11e8fa6b544d601521
Author: Pino Toscano <pino at debian.org>
Date: Sun Mar 27 10:37:28 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 02dc8ad..38ec58a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -31,6 +31,7 @@ subtitlecomposer (0.6.2-0r1) UNRELEASED; urgency=medium
- add the xvfb and xauth build dependencies
- run dh_auto_test with xvfb-run
* Update lintian overrides.
+ * Link in as-needed mode.
-- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org> Sun, 27 Mar 2016 08:57:39 +0200
diff --git a/debian/rules b/debian/rules
index d2ffb9f..dda8f38 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
#!/usr/bin/make -f
+export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
+
%:
dh $@ --parallel --with=kf5,xine
--
subtitlecomposer packaging
More information about the pkg-kde-commits
mailing list