[SCM] naspro-core/master: Create the directory m4 before calling dh_autoreconf, otherwise it fails.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Dec 15 10:52:55 UTC 2011


The following commit has been merged in the master branch:
commit 12973b0588cfff5f39091fd2eb605b3a386c940c
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Dec 15 11:52:15 2011 +0100

    Create the directory m4 before calling dh_autoreconf, otherwise it fails.

diff --git a/debian/rules b/debian/rules
index 8b68f97..f4b3ebb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,14 @@ export NATURALDOCS=/usr/bin/naturaldocs
 %:
 	dh $@ --parallel --with autoreconf
 
+override_dh_auto_clean:
+	rm -rf m4
+	dh_auto_clean
+
+override_dh_autoreconf:
+	mkdir m4
+	dh_autoreconf
+
 override_dh_auto_configure:
 	dh_auto_configure -- --enable-static=no
 

-- 
naspro-core packaging



More information about the pkg-multimedia-commits mailing list