Package: libkate Version: 0.4.1-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 by getting new libtool macros. * Disable -Werror for automake to fix FTBFS while autoreconfing. Thanks for considering the patch. Logan Rosen -- System Information: Debian Release: wheezy/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 -u libkate-0.4.1/debian/rules libkate-0.4.1/debian/rules --- libkate-0.4.1/debian/rules +++ libkate-0.4.1/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ + dh $@ --with autoreconf override_dh_strip: dh_strip --dbg-package=libkate1-dbg diff -u libkate-0.4.1/debian/control libkate-0.4.1/debian/control --- libkate-0.4.1/debian/control +++ libkate-0.4.1/debian/control @@ -2,7 +2,7 @@ Priority: optional Maintainer: Debian Xiph.org Maintainers <pkg-xiph-ma...@lists.alioth.debian.org> Uploaders: John Francesco Ferlito <jo...@inodes.org> -Build-Depends: debhelper (>= 7.0.50~), autotools-dev, python-all-dev, python-support, liboggz-dev, pkg-config, libpng12-dev, doxygen +Build-Depends: debhelper (>= 7.0.50~), autotools-dev, python-all-dev, python-support, liboggz-dev, pkg-config, libpng12-dev, doxygen, dh-autoreconf Standards-Version: 3.9.2 Section: libs Homepage: http://code.google.com/p/libkate/ only in patch2: unchanged: --- libkate-0.4.1.orig/configure.ac +++ libkate-0.4.1/configure.ac @@ -7,7 +7,7 @@ AC_CANONICAL_TARGET -AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects]) +AM_INIT_AUTOMAKE([-Wall foreign subdir-objects]) AC_CONFIG_HEADERS([include/config.h]) ifdef([AM_SILENT_RULES],[AM_SILENT_RULES])