[SCM] horgand/master: Rely on dh-autoreconf rather than call autoreconf -f -i in override_dh_auto_configure.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Fri Dec 3 11:00:50 UTC 2010


The following commit has been merged in the master branch:
commit 447952f9190cc343af81ec31b5945a66b04c9986
Author: Alessio Treglia <alessio at debian.org>
Date:   Fri Dec 3 11:58:30 2010 +0100

    Rely on dh-autoreconf rather than call autoreconf -f -i in override_dh_auto_configure.

diff --git a/debian/control b/debian/control
index 8028084..039ba1f 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alio
 Uploaders: Free Ekanayaka <free at agnula.org>,
  Alessio Treglia <alessio at debian.org>
 Build-Depends: debhelper (>= 7.0.50~),
- autotools-dev (>= 20100122.1~),
+ dh-autoreconf,
  automake,
  libfltk1.1-dev,
  libjack-dev,
diff --git a/debian/rules b/debian/rules
index 7a2738e..1e6bd02 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,9 @@
 #!/usr/bin/make -f
 
 %:
-	dh --with autotools_dev $@
+	dh $@ --with autoreconf
 
 override_dh_auto_configure:
-	autoreconf -f -i
 	dh_auto_configure -- --bindir=/usr/lib/horgand
 
 override_dh_install:

-- 
horgand packaging



More information about the pkg-multimedia-commits mailing list