Package: wxsvg Version: 2:1.3~dfsg-1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu utopic ubuntu-patch
Dear Maintainer, For the ppc64el architecture in Ubuntu, since this package uses libtool, a full autoreconf is necessary instead of just config.{sub,guess} updates with autotools-dev. This is because we need new libtool macros for ppc64el. In Ubuntu, the attached patch was applied to achieve the following: * Use dh-autoreconf instead of autotools-dev to fix FTBFS on ppc64el. Thanks for considering the patch. Logan Rosen -- System Information: Debian Release: jessie/sid APT prefers utopic-updates APT policy: (500, 'utopic-updates'), (500, 'utopic-security'), (500, 'utopic'), (100, 'utopic-backports') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.13.0-24-generic (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru wxsvg-1.3~dfsg/debian/control wxsvg-1.3~dfsg/debian/control --- wxsvg-1.3~dfsg/debian/control 2014-04-15 10:17:54.000000000 -0400 +++ wxsvg-1.3~dfsg/debian/control 2014-05-04 00:36:12.000000000 -0400 @@ -6,7 +6,7 @@ Alessio Treglia <ales...@debian.org>, Fabrice Coutadeur <coutade...@gmail.com> Build-Depends: - autotools-dev, + dh-autoreconf, debhelper (>= 9), libavcodec-dev, libavformat-dev, diff -Nru wxsvg-1.3~dfsg/debian/rules wxsvg-1.3~dfsg/debian/rules --- wxsvg-1.3~dfsg/debian/rules 2014-04-15 10:17:54.000000000 -0400 +++ wxsvg-1.3~dfsg/debian/rules 2014-05-03 21:55:17.000000000 -0400 @@ -6,7 +6,7 @@ LDFLAGS+=-Wl,--as-needed %: - dh $@ --parallel --with=autotools_dev,scour + dh $@ --parallel --with=autoreconf,scour override_dh_auto_configure: dh_auto_configure -- --enable-static=no