Package: src:mpeg2dec Version: 0.5.1-5 Severity: normal Tags: patch User: [email protected] Usertags: ppc64el User: [email protected] Usertags: autoreconf
Dear Maintainer, The source package mpeg2dec fails to build from source on ppc64el, due to autotools configuration files being out of date. Using dh-autoreconf will update the files accordingly and the package builds successfully. This patch includes the usage of dh-autoreconf. 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
Index: mpeg2dec-0.5.1/debian/control =================================================================== --- mpeg2dec-0.5.1.orig/debian/control 2012-02-14 19:59:14.000000000 +0000 +++ mpeg2dec-0.5.1/debian/control 2014-05-27 13:13:03.270010104 +0000 @@ -4,7 +4,7 @@ Maintainer: Debian Multimedia Maintainers <[email protected]> Uploaders: Loic Minier <[email protected]>, Sam Hocevar (Debian packages) <[email protected]> -Build-Depends: autotools-dev, +Build-Depends: dh-autoreconf, cdbs (>= 0.4.93~), debhelper (>= 9), dpkg-dev (>= 1.16.0), Index: mpeg2dec-0.5.1/debian/rules =================================================================== --- mpeg2dec-0.5.1.orig/debian/rules 2012-07-01 14:57:27.000000000 +0000 +++ mpeg2dec-0.5.1/debian/rules 2014-05-27 13:13:16.610000164 +0000 @@ -1,6 +1,7 @@ #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/autoreconf.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/class/autotools.mk

