rev 19229 - kde-extras/k3b/trunk/debian
Pino Toscano
pino at alioth.debian.org
Fri Jun 1 10:25:36 UTC 2012
Author: pino
Date: 2012-06-01 10:25:35 +0000 (Fri, 01 Jun 2012)
New Revision: 19229
Modified:
kde-extras/k3b/trunk/debian/changelog
kde-extras/k3b/trunk/debian/rules
Log:
link with --as-needed
Modified: kde-extras/k3b/trunk/debian/changelog
===================================================================
--- kde-extras/k3b/trunk/debian/changelog 2012-06-01 09:57:42 UTC (rev 19228)
+++ kde-extras/k3b/trunk/debian/changelog 2012-06-01 10:25:35 UTC (rev 19229)
@@ -7,6 +7,7 @@
* Bump to debhelper compatibility v9:
- bump the debhelper build dependency to 9
- bump compat to 9
+ * Link with --as-needed.
-- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org> Fri, 01 Jun 2012 11:29:16 +0200
Modified: kde-extras/k3b/trunk/debian/rules
===================================================================
--- kde-extras/k3b/trunk/debian/rules 2012-06-01 09:57:42 UTC (rev 19228)
+++ kde-extras/k3b/trunk/debian/rules 2012-06-01 10:25:35 UTC (rev 19229)
@@ -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 --dbg-package=k3b-dbg --list-missing --with kde
More information about the pkg-kde-commits
mailing list