Package: libktoblzcheck Version: 1.43-1 Followup-For: Bug #727411 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. 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 -Nru libktoblzcheck-1.43/debian/control libktoblzcheck-1.43/debian/control --- libktoblzcheck-1.43/debian/control 2013-06-07 09:14:37.000000000 -0400 +++ libktoblzcheck-1.43/debian/control 2013-12-31 23:38:16.000000000 -0500 @@ -5,7 +5,8 @@ Uploaders: Henning Glawe <gla...@debian.org> Build-Depends: debhelper (>= 7.0.50~), python-all-dev (>= 2.6.6-3~), - autotools-dev + autotools-dev, + dh-autoreconf Standards-Version: 3.9.4 X-Python-Version: >= 2.5 Vcs-Browser: http://svn.debian.org/wsvn/aqbanking/libktoblzcheck/trunk/ diff -Nru libktoblzcheck-1.43/debian/rules libktoblzcheck-1.43/debian/rules --- libktoblzcheck-1.43/debian/rules 2013-05-22 08:45:47.000000000 -0400 +++ libktoblzcheck-1.43/debian/rules 2013-12-31 18:06:55.000000000 -0500 @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --with python2 + dh $@ --with python2,autoreconf override_dh_auto_configure: dh_auto_configure -- \