[SCM] easytag/master: Fix --as-needed in the nautilus extension

jcowgill-guest at users.alioth.debian.org jcowgill-guest at users.alioth.debian.org
Mon Nov 17 22:17:41 UTC 2014


The following commit has been merged in the master branch:
commit 64892bc34729fb908b5b9bb6385d6b5130a3c38f
Author: James Cowgill <james410 at cowgill.org.uk>
Date:   Mon Nov 17 21:57:15 2014 +0000

    Fix --as-needed in the nautilus extension

diff --git a/debian/rules b/debian/rules
index e1e8ed5..4d7670c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,9 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 %:
 	dh $@ --parallel --with=autoreconf
 
+override_dh_autoreconf:
+	dh_autoreconf --as-needed
+
 override_dh_auto_configure:
 	dh_auto_configure -- --disable-silent-rules
 

-- 
easytag packaging



More information about the pkg-multimedia-commits mailing list