Package: kasumi Version: 2.5-3 Followup-For: Bug #727912 User: [email protected] Usertags: origin-ubuntu trusty ubuntu-patch
Dear Maintainer, In Ubuntu 14.04, the attached patch was applied to achieve the following: * Correct addition of autotools-dev dh helper for arm64 FTBFS. Thanks for considering the patch. -- System Information: Debian Release: wheezy/sid APT prefers precise-updates APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 'precise-proposed'), (500, 'precise'), (100, 'precise-backports') Architecture: amd64 (x86_64) Kernel: Linux 3.11.0-17-generic (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru kasumi-2.5/debian/rules kasumi-2.5/debian/rules --- kasumi-2.5/debian/rules 2013-06-09 18:55:48.000000000 -0400 +++ kasumi-2.5/debian/rules 2014-02-18 22:02:47.000000000 -0500 @@ -3,7 +3,7 @@ LDFLAGS += -Wl,-z,defs -Wl,--as-needed %: - dh $@ --with-autotools-dev + dh $@ --with autotools_dev override_dh_build: dh_build

