[Pkg-cli-apps-commits] [SCM] banshee branch, master, updated. debian/2.0.1-1-10-gbe4e44e

Iain Lane laney at debian.org
Sun Jul 10 09:15:32 UTC 2011


The following commit has been merged in the master branch:
commit 7c776aaafe946e4ca975b27bb820faa14aede9ad
Author: Iain Lane <laney at debian.org>
Date:   Sun Jul 10 09:57:25 2011 +0100

    Pass --as-needed to dh_autoreconf to enable support in ltmain.sh

diff --git a/debian/rules b/debian/rules
index 71f982d..3fb2e35 100755
--- a/debian/rules
+++ b/debian/rules
@@ -93,7 +93,7 @@ ifeq ($(shell dpkg-vendor --query vendor), Ubuntu)
 endif
 
 override_dh_autoreconf:
-	NOCONFIGURE=1 dh_autoreconf ./autogen.sh --
+	NOCONFIGURE=1 dh_autoreconf --as-needed ./autogen.sh --
 
 %:
 	dh $@ --with=autoreconf

-- 
banshee



More information about the Pkg-cli-apps-commits mailing list