Package: libzapojit Version: 0.0.3-1 Severity: normal Tags: patch User: [email protected] 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 libzapojit-0.0.3/debian/control libzapojit-0.0.3/debian/control --- libzapojit-0.0.3/debian/control 2013-12-06 07:10:39.000000000 -0500 +++ libzapojit-0.0.3/debian/control 2014-01-07 20:25:52.000000000 -0500 @@ -6,7 +6,7 @@ Section: libs Priority: optional Maintainer: Debian GNOME Maintainers <[email protected]> -Uploaders: Andreas Henriksson <[email protected]>, Jeremy Bicha <[email protected]> +Uploaders: Andreas Henriksson <[email protected]>, Debian GNOME Maintainers <[email protected]>, Jeremy Bicha <[email protected]> Build-Depends: cdbs (>= 0.4.41), debhelper (>= 9), gnome-pkg-tools (>= 0.11), @@ -22,6 +22,7 @@ gtk-doc-tools (>= 1.14), libgirepository1.0-dev (>= 1.30), gobject-introspection (>= 1.30.0), + dh-autoreconf Standards-Version: 3.9.3 Homepage: http://git.gnome.org/browse/libzapojit Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/packages/unstable/libzapojit diff -Nru libzapojit-0.0.3/debian/control.in libzapojit-0.0.3/debian/control.in --- libzapojit-0.0.3/debian/control.in 2012-12-16 15:06:36.000000000 -0500 +++ libzapojit-0.0.3/debian/control.in 2014-01-07 20:25:52.000000000 -0500 @@ -18,6 +18,7 @@ gtk-doc-tools (>= 1.14), libgirepository1.0-dev (>= 1.30), gobject-introspection (>= 1.30.0), + dh-autoreconf Standards-Version: 3.9.3 Homepage: http://git.gnome.org/browse/libzapojit Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/packages/unstable/libzapojit diff -Nru libzapojit-0.0.3/debian/rules libzapojit-0.0.3/debian/rules --- libzapojit-0.0.3/debian/rules 2012-06-24 21:57:22.000000000 -0400 +++ libzapojit-0.0.3/debian/rules 2014-01-06 02:43:05.000000000 -0500 @@ -4,6 +4,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/class/gnome.mk +include /usr/share/cdbs/1/rules/autoreconf.mk include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk

