Package: iptables Version: 1.4.21-1 Severity: normal Tags: patch Dear Maintainer,
In order to enable iptables to build on ppc64el architecture, the autoreconf is necessary. Fortunately, it is included in debian/rules. Unfortunately, there is a typo which leads to dh-autoreconf not being executed. This has also been fixed in Ubuntu as: * Fix --with autoreconf in debian/rules Thanks for considering the patch. -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: ppc64el (ppc64le) Kernel: Linux 3.13-1-powerpc64le (SMP w/8 CPU cores) Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages iptables depends on: ii libc6 2.18-0experimental1+ppc64el.1.mauricfo ii libnfnetlink0 1.0.1-2 ii libxtables10 1.4.21-1 iptables recommends no packages. iptables suggests no packages. -- no debconf information
diff -pruN a/debian/rules b/debian/rules --- a/debian/rules 2014-04-09 20:14:07.840000470 +0000 +++ b/debian/rules 2014-04-09 20:19:36.939999680 +0000 @@ -2,7 +2,7 @@ export V=1 -dhopts := --with autoreconf +_dhopts := --with autoreconf _shlibdeps := \ -a -Xlib/xtables \

