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.000000000 +0000 +++ opencore-amr-0.1.3/debian/control 2014-07-23 16:55:52.000000000 +0000 @@ -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.000000000 +0000 +++ opencore-amr-0.1.3/debian/rules 2014-07-23 16:55:41.000000000 +0000 @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --parallel + dh $@ --parallel --with autoreconf override_dh_auto_configure: dh_auto_configure -- --disable-silent-rules
_______________________________________________ pkg-multimedia-maintainers mailing list pkg-multimedia-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers