From 41284cff6b7b3712a41a5cee9b7122c80d68d756 Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Wed, 20 May 2020 12:04:22 +0200 Subject: * debian/rules: - the iptables binary is in /usr/sbin now, use the correct location in the configure. Should fix the hotspot feature not working in GNOME on upgraded systems which haven't been usrmerged. (lp: #1870359) --- debian/changelog | 10 ++++++++++ debian/rules | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index a96cc16f..5e92e221 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +network-manager (1.24.0-1ubuntu2) UNRELEASED; urgency=medium + + * debian/rules: + - the iptables binary is in /usr/sbin now, use the correct location in + the configure. Should fix the hotspot feature not working in GNOME + on upgraded systems which haven't been usrmerged. + (lp: #1870359) + + -- Sebastien Bacher Wed, 20 May 2020 12:03:07 +0200 + network-manager (1.24.0-1ubuntu1) groovy; urgency=medium * Resynchronize on Debian, remaining changes: diff --git a/debian/rules b/debian/rules index 86472bf1..df98dc4b 100755 --- a/debian/rules +++ b/debian/rules @@ -33,7 +33,7 @@ override_dh_auto_configure: --with-pppd=/usr/sbin/pppd \ --with-resolvconf=no \ --with-dhclient=/sbin/dhclient \ - --with-iptables=/sbin/iptables \ + --with-iptables=/usr/sbin/iptables \ --with-dnsmasq=/usr/sbin/dnsmasq \ --with-dnssec-trigger=/usr/lib/dnssec-trigger/dnssec-trigger-script \ --with-systemdsystemunitdir=/lib/systemd/system \ -- cgit 1.3.0-6-gf8a5