Package: sox
Version: 14.4.1
Severity: normal
Tags: patch

Hi,

Currently the sox package fails to build on new architectures, as ppc64el.
This patch basically uses autoreconf during the build other than autotools, as
suggested in: 

https://wiki.debian.org/qa.debian.org/FTBFS#A2014-01-21_using_dh-autoreconf_during_the_build

Thanks
Breno

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.13-1-powerpc64le (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Index: sox-14.4.1/debian/control
===================================================================
--- sox-14.4.1.orig/debian/control	2013-02-23 04:16:06.000000000 +0000
+++ sox-14.4.1/debian/control	2014-04-30 20:36:15.000000000 +0000
@@ -3,7 +3,7 @@
 Section: sound
 Priority: optional
 Maintainer: Pascal Giard <pas...@debian.org>
-Build-Depends: autotools-dev,
+Build-Depends: dh-autoreconf,
                debhelper (>= 9),
                ladspa-sdk,
                libao-dev,
Index: sox-14.4.1/debian/rules
===================================================================
--- sox-14.4.1.orig/debian/rules	2013-04-16 02:56:32.000000000 +0000
+++ sox-14.4.1/debian/rules	2014-04-30 20:36:02.000000000 +0000
@@ -29,5 +29,5 @@
 	dh_installchangelogs ChangeLog
 
 %:
-	dh $@ --with autotools_dev
+	dh $@ --with autoreconf
 

Reply via email to