Bug#755830: opencore-amr: please use dh-autoreconf (fixes ftbfs on ppc64el)

2014-08-30 Thread Andreas Barth
* Fernando Seiti Furusato (ferse...@br.ibm.com) [140830 21:30]:
 The package opencore-amr fails to build from source on ppc64el.
 Adding the usage of dh-autoreconf to the build fixes that and the
 packages builds successfully.

I'd be willing to help fixing this bug by uploading an NMU. Actually
as about 50 other packages depend on this one being fixed I'd do so in
the next days unless there is a reason why not.


Andi


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#755830: opencore-amr: please use dh-autoreconf (fixes ftbfs on ppc64el)

2014-07-23 Thread Fernando Seiti Furusato
Source: opencore-amr
Version: 0.1.3-2
Severity: normal
Tags: patch
User: debian-de...@lists.debian.org
Usertag: autoreconf
User: debian-powe...@lists.debian.org
Usertag: ppc64el

Dear Maintainer,

The package opencore-amr fails to build from source on ppc64el.
Adding the usage of dh-autoreconf to the build fixes that and the
packages builds successfully.

Attached is a patch with that modification, following this
guide (https://wiki.debian.org/Autoreconf).

Thanks and regards.
Fernando


-- 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.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru opencore-amr-0.1.3/debian/control opencore-amr-0.1.3/debian/control
--- opencore-amr-0.1.3/debian/control	2012-03-18 16:00:52.0 +
+++ opencore-amr-0.1.3/debian/control	2014-07-23 16:55:52.0 +
@@ -7,7 +7,7 @@
  Andres Mejia ame...@debian.org
 DM-Upload-Allowed: yes
 Build-Depends:
- debhelper (= 9)
+ debhelper (= 9), dh-autoreconf
 Standards-Version: 3.9.3
 Vcs-Git: git://anonscm.debian.org/pkg-multimedia/opencore-amr.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/opencore-amr.git
diff -Nru opencore-amr-0.1.3/debian/rules opencore-amr-0.1.3/debian/rules
--- opencore-amr-0.1.3/debian/rules	2012-03-18 18:20:10.0 +
+++ opencore-amr-0.1.3/debian/rules	2014-07-23 16:55:41.0 +
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --parallel
+	dh $@ --parallel --with autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- --disable-silent-rules