Package: recutils Version: 1.5-1.1 Followup-For: Bug #727496 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu trusty ubuntu-patch
Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: * Use dh-autoreconf to get new libtool macros for ppc64el and update config.{sub,guess} for new arches. * Build-depend on help2man to fix FTBFS after autoreconf. 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.13.0-8-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 recutils-1.5/debian/control recutils-1.5/debian/control --- recutils-1.5/debian/control 2012-01-21 17:11:08.000000000 -0500 +++ recutils-1.5/debian/control 2014-02-21 14:54:37.000000000 -0500 @@ -2,7 +2,7 @@ Section: database Priority: extra Maintainer: Sven Wick <sven.w...@gmx.de> -Build-Depends: debhelper (>= 7.0.50~), autotools-dev, mdbtools-dev, libcurl4-gnutls-dev, libreadline-dev +Build-Depends: debhelper (>= 7.0.50~), dh-autoreconf, mdbtools-dev, libcurl4-gnutls-dev, libreadline-dev, help2man Standards-Version: 3.9.2 Homepage: http://www.gnu.org/software/recutils/ diff -Nru recutils-1.5/debian/rules recutils-1.5/debian/rules --- recutils-1.5/debian/rules 2012-01-20 10:01:41.000000000 -0500 +++ recutils-1.5/debian/rules 2014-02-20 13:22:06.000000000 -0500 @@ -10,7 +10,7 @@ #export DH_VERBOSE=1 %: - dh $@ + dh $@ --with autoreconf override_dh_auto_clean: [ ! -f Makefile ] || make clean