[SCM] naspro-bridges/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
Tue May 31 08:16:07 UTC 2011


The following commit has been merged in the master branch:
commit 7596304932c51278e0fcdee532c609afb3e4df37
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue May 31 10:09:34 2011 +0200

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

diff --git a/debian/control b/debian/control
index a26db49..1d09463 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: libs
 Priority: optional
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
 Uploaders: Alessio Treglia <alessio at debian.org>
-Build-Depends: debhelper (>= 7),
+Build-Depends: debhelper (>= 7.0.50~),
  dh-autoreconf,
  dssi-dev,
  ladspa-sdk,
diff --git a/debian/rules b/debian/rules
index bf9b9cb..8988a1c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,11 @@
 
 %:
 	dh $@ --parallel --with autoreconf
+
+override_dh_autoreconf:
+	mkdir m4
+	dh_autoreconf
+
+override_dh_auto_clean:
+	rm -rf m4
+	dh_auto_clean

-- 
naspro-bridges packaging



More information about the pkg-multimedia-commits mailing list