Package: gwaei Version: 3.6.2-1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu trusty ubuntu-patch
Dear Maintainer, For the ppc64el architecture in Ubuntu, since this package uses libtool, a full autoreconf is necessary. This is because we need new libtool macros for ppc64el. In Ubuntu, the attached patch was applied to achieve the following: * Use dh-autoreconf to fix FTBFS on ppc64el. Thanks for considering the patch. Logan Rosen -- System Information: Debian Release: jessie/sid APT prefers trusty-updates APT policy: (500, 'trusty-updates'), (500, 'trusty-security'), (500, 'trusty'), (100, 'trusty-backports') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.12.0-7-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 gwaei-3.6.2/debian/control gwaei-3.6.2/debian/control --- gwaei-3.6.2/debian/control 2013-01-04 22:46:32.000000000 -0500 +++ gwaei-3.6.2/debian/control 2014-01-08 02:07:32.000000000 -0500 @@ -2,7 +2,7 @@ Section: gnome Priority: optional Maintainer: Norbert Preining <prein...@debian.org> -Build-Depends: libcurl4-gnutls-dev, libgtk-3-dev (>= 3.3.0), gnome-doc-utils, debhelper (>= 7), libncurses5-dev, libncursesw5-dev, imagemagick, intltool, rarian-compat, gsettings-desktop-schemas, libhunspell-dev, libmecab-dev +Build-Depends: libcurl4-gnutls-dev, libgtk-3-dev (>= 3.3.0), gnome-doc-utils, debhelper (>= 7), libncurses5-dev, libncursesw5-dev, imagemagick, intltool, rarian-compat, gsettings-desktop-schemas, libhunspell-dev, libmecab-dev, dh-autoreconf Standards-Version: 3.9.3 Homepage: http://www.zacharydovel.com/software/gwaei diff -Nru gwaei-3.6.2/debian/rules gwaei-3.6.2/debian/rules --- gwaei-3.6.2/debian/rules 2013-01-04 22:46:32.000000000 -0500 +++ gwaei-3.6.2/debian/rules 2014-01-05 00:25:00.000000000 -0500 @@ -43,11 +43,13 @@ rm -f src/img/Makefile rm -f deb/DEBIAN/control deb/DEBIAN/postinst deb/DEBIAN/prerm rm -f build-stamp configure-stamp + dh_autoreconf_clean dh_clean config: config-stamp config-stamp: configure dh_testdir + dh_autoreconf CFLAGS="$(CFLAGS)" ./configure --prefix=/usr \ --sysconfdir=/usr/share \ --mandir=/usr/share/man