[SCM] omins/master: Use dh-autoreconf instead of autotools-dev to fix FTBFS on ppc64el.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Dec 10 23:06:11 UTC 2014


The following commit has been merged in the master branch:
commit d7d1cd92dcd411de10015dfbdaa7205203e05c13
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Dec 10 23:05:22 2014 +0000

    Use dh-autoreconf instead of autotools-dev to fix FTBFS on ppc64el.
    
    Closes: #735379

diff --git a/debian/control b/debian/control
index 8733135..20931de 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,8 @@ Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alio
 Uploaders: Joost Yervante Damad <andete at debian.org>,
  Free Ekanayaka <freee at debian.org>
 Build-Depends: debhelper (>= 7.0.50~),
- ladspa-sdk,
- autotools-dev (>= 20100122.1~)
+ dh-autoreconf,
+ ladspa-sdk
 Standards-Version: 3.9.2
 Vcs-Git: git://git.debian.org/git/pkg-multimedia/omins.git
 Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/omins.git
diff --git a/debian/rules b/debian/rules
index 7326f50..104aa7e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with autotools_dev
+	dh $@ --with autoreconf
 
 override_dh_auto_install:
 	dh_auto_install -- prefix=$(CURDIR)/debian/omins/usr

-- 
omins packaging



More information about the pkg-multimedia-commits mailing list