about summary refs log tree commit diff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules1
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index e99e1716..54d712f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ network-manager (0.7.998-1) UNRELEASED; urgency=low
     - Use ModemManager for modem handling.
   * debian/rules
     - Don't ship empty TODO file. (Closes: #558471)
+    - Specify the path to the iptables binary.
   * Update *.install, *.symbols and debian/control for library soname changes:
     libnm-glib0 → libnm-glib2 and libnm-glib-vpn0 → libnm-glib-vpn1.
   * debian/network-manager.install
diff --git a/debian/rules b/debian/rules
index 4a3a7992..0fefb1de 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,6 +19,7 @@ DEB_CONFIGURE_EXTRA_FLAGS := \
 		--with-distro=debian \
 		--with-resolvconf=/sbin/resolvconf \
 		--with-dhcp-client=/sbin/dhclient \
+		--with-iptables=/sbin/iptables \
 		--with-crypto=gnutls \
 		--disable-more-warnings