Package: arp-scan Version: 1.8.1-2 Followup-For: Bug #727323 User: [email protected] Usertags: origin-ubuntu trusty ubuntu-patch
Dear Maintainer, In Ubuntu 14.04, the attached patch was applied to achieve the following: * Use autotools helper for newer arches (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-18-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 arp-scan-1.8.1/debian/rules arp-scan-1.8.1/debian/rules --- arp-scan-1.8.1/debian/rules 2011-07-04 20:46:45.000000000 -0400 +++ arp-scan-1.8.1/debian/rules 2014-03-03 17:08:29.000000000 -0500 @@ -4,7 +4,7 @@ #export DH_OPTIONS=-v %: - dh $@ + dh $@ --with autotools_dev override_dh_installchangelogs: dh_installchangelogs ChangeLog

