[Pkg-gstreamer-commits] [transmageddon] 01/02: Create m4 directory if it doesn't exist before calling dh_autoreconf.

Alessio Treglia alessio at alioth.debian.org
Sun Oct 6 19:00:16 UTC 2013


This is an automated email from the git hooks/post-receive script.

alessio pushed a commit to branch master
in repository transmageddon.

commit 2688a6058946b23506b65773ec08171141467a22
Author: Alessio Treglia <alessio at debian.org>
Date:   Sun Oct 6 19:54:24 2013 +0100

    Create m4 directory if it doesn't exist before calling dh_autoreconf.
    
    Closes: #713205
---
 debian/rules |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index 276d194..e8f0ec3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,10 @@
 %:
 	dh $@ --with autoreconf,python3
 
+override_dh_autoreconf:
+	[ -e m4 ] || mkdir m4
+	dh_autoreconf
+
 override_dh_auto_install:
 	echo '#!/bin/sh' >$(CURDIR)/py-compile
 	echo 'exit 0' >>$(CURDIR)/py-compile

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gstreamer/transmageddon.git



More information about the Pkg-gstreamer-commits mailing list