[Pkg-nagios-changes] [SCM] Debian packaging for mod gearman. branch, master, updated. debian/1.4.6-1-18-gf198853

Stig Sandbeck Mathisen ssm at debian.org
Mon Jul 29 07:32:30 UTC 2013


The following commit has been merged in the master branch:
commit 89a3e002d83d602a36fc2d640787b289a8eb1908
Author: Stig Sandbeck Mathisen <ssm at debian.org>
Date:   Sun Jul 28 20:39:57 2013 +0200

    Link with -Wl,--as-needed

diff --git a/debian/rules b/debian/rules
index fd4d375..36f92c1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,9 +5,14 @@ DEB_VERSION := $(shell dpkg-parsechangelog --format rfc822 | grep-dctrl -ensVers
 
 DH_VERBOSE=1
 
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
 %:
 	dh $@ --with=systemd,autoreconf
 
+override_dh_autoreconf:
+	dh_autoreconf --as-needed
+
 override_dh_auto_configure:
 	dh_auto_configure -- --localstatedir=/var/lib --enable-embedded-perl --libdir=/usr/lib
 

-- 
Debian packaging for mod gearman.



More information about the Pkg-nagios-changes mailing list