[SCM] terminatorx/master: Run autoreconf before configuring the package.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Apr 2 00:07:11 UTC 2012


The following commit has been merged in the master branch:
commit 684270cc6c1a5013fe9f97d1326112120b183e73
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon Apr 2 01:59:19 2012 +0200

    Run autoreconf before configuring the package.

diff --git a/debian/control b/debian/control
index daa7f5c..c27faf5 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,8 @@ Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alio
 Uploaders:
  Alessio Treglia <alessio at debian.org>
 Build-Depends:
- autotools-dev,
  debhelper (>= 7.0.50~),
+ dh-autoreconf,
  ladspa-sdk,
  libasound2-dev [linux-any],
  libatk1.0-dev,
diff --git a/debian/rules b/debian/rules
index 7c83cc8..baebf4a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,12 +11,12 @@ ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
 	INSTALL_PROGRAM += -s
 endif
 
-ifeq (linux,$(DEB_HOST_ARCH_OS)))
+ifeq (linux,$(DEB_HOST_ARCH_OS))
 	EXTRA_CONFIGURE := --enable-capabilities
 endif
 
 %:
-	dh $@ --parallel --with autotools-dev
+	dh $@ --parallel --with autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- \

-- 
terminatorx packaging



More information about the pkg-multimedia-commits mailing list