[SCM] naspro-core/master: dh_autoreconf needs m4 to be created before calling autoreconf -f -i.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Mar 30 09:14:22 UTC 2011


The following commit has been merged in the master branch:
commit d44cabdcf826b6aee93df965cfe6199b25f86948
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Mar 30 11:12:48 2011 +0200

    dh_autoreconf needs m4 to be created before calling autoreconf -f -i.

diff --git a/debian/rules b/debian/rules
index dd9063b..5737ebb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,11 @@
 
 %:
 	dh $@ --with autoreconf
+
+override_dh_auto_clean:
+	rm -rf m4
+	dh_auto_clean
+
+override_dh_autoreconf:
+	mkdir m4
+	dh_autoreconf

-- 
naspro-core packaging



More information about the pkg-multimedia-commits mailing list