Package: pstoedit Version: 3.62 Severity: normal User: debian-powe...@lists.debian.org Usertags: ppc64el User: debian-de...@lists.debian.org Usertags: autoreconf
Dear Maintainer, pstoedit is failing to build on new architectures due to not autoreconfiging before the build. The recommend way to solve it is using dh-autoreconf scripts[1]. I just created a patch that fixes this problem. Find it attached to this bug. I appreciate if you can accept this patch. Thank you [1] - https://wiki.debian.org/qa.debian.org/FTBFS#A2014-01-21_using_dh-autoreconf_during_the_build -- 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: pstoedit-3.62/debian/control =================================================================== --- pstoedit-3.62.orig/debian/control 2013-05-05 13:21:03.000000000 +0000 +++ pstoedit-3.62/debian/control 2014-05-14 16:13:27.000000000 +0000 @@ -5,7 +5,7 @@ Build-Depends: debhelper (>= 9), dh-buildinfo, docbook-to-man, g++ (>= 4:4.0), libwmf-dev, libmagick++-dev, libplot-dev (>= 2.4.1-14), libpng-dev, ghostscript, - pkg-config, texlive-extra-utils, autotools-dev, + pkg-config, texlive-extra-utils, dh-autoreconf, dpkg-dev (>= 1.16.1~) Homepage: http://www.pstoedit.net/ Standards-Version: 3.9.4 Index: pstoedit-3.62/debian/rules =================================================================== --- pstoedit-3.62.orig/debian/rules 2013-05-05 12:53:20.000000000 +0000 +++ pstoedit-3.62/debian/rules 2014-05-14 16:13:06.000000000 +0000 @@ -6,7 +6,7 @@ include /usr/share/dpkg/architecture.mk %: - dh $@ --with autotools_dev + dh $@ --with autoreconf override_dh_auto_configure: CXX="c++ -Wl,--as-needed -Wl,-O1" dh_auto_configure