diff options
| author | Jeremy Bicha <jeremy.bicha@canonical.com> | 2022-02-22 16:55:11 -0500 |
|---|---|---|
| committer | Jeremy Bicha <jeremy.bicha@canonical.com> | 2022-02-22 17:04:04 -0500 |
| commit | 9bb70a1702d95481541916bd29903a8d75251831 (patch) | |
| tree | 5af847e78e5836ffd841714b541636729675d6a6 /debian/rules | |
| parent | 2ddef01c8fe66feabcd5a33b904ff3a5deb89652 (diff) | |
| parent | 6dff5938b0e45d461d0351da304a68916f2e9a2b (diff) | |
Merge tag 'debian/1.35.92-1' into ubuntu/master
network-manager Debian release 1.35.92-1
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 2893e95e..c6823fbf 100755 --- a/debian/rules +++ b/debian/rules @@ -6,6 +6,8 @@ ifeq ($(shell dpkg-vendor --is Ubuntu && echo yes) $(DEB_HOST_ARCH), yes i386) BUILD_PACKAGES += -Nnetwork-manager endif +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + export PYTHON=/usr/bin/python3 PPPD_PLUGIN_DIR := $(shell dh_ppp --plugin-dir) @@ -27,9 +29,10 @@ override_dh_auto_configure: --runstatedir=/run \ --with-pppd-plugin-dir=$(PPPD_PLUGIN_DIR) \ --with-pppd=/usr/sbin/pppd \ - --with-resolvconf=no \ - --with-dhclient=/sbin/dhclient \ + --with-nft=/usr/sbin/nft \ --with-iptables=/usr/sbin/iptables \ + --with-resolvconf=/sbin/resolvconf \ + --with-dhclient=/sbin/dhclient \ --with-dnsmasq=/usr/sbin/dnsmasq \ --with-dnssec-trigger=/usr/lib/dnssec-trigger/dnssec-trigger-script \ --with-polkit-agent-helper-1=/usr/lib/policykit-1/polkit-agent-helper-1 \ |