diff options
| author | Michael Biebl <biebl@debian.org> | 2010-01-21 23:37:57 +0000 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2010-01-21 23:37:57 +0000 |
| commit | 371a0def16f9a44de724bf34496fb70524f37161 (patch) | |
| tree | c487eb1e46e7ce3eb78ff2af85c59c3217f34cfe | |
| parent | d1f2ba42f4f732c70bd92b10d05ba73befefaabd (diff) | |
Specify the path to the iptables binary.
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/experimental/networkmanager@3392 ceb527fc-18e6-0310-9fe2-813c157c29e7
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rwxr-xr-x | debian/rules | 1 |
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 |