diff options
| author | Michael Biebl <biebl@debian.org> | 2021-02-16 22:52:38 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2021-02-16 22:52:38 +0100 |
| commit | d32ef70c8f8831f40528e09b55e93f559a1cc3d9 (patch) | |
| tree | da29d8d7adc9e63eff2bbc422210e20a2835e098 /debian/rules | |
| parent | 6c616225b284e289570f0e30dd00d074399925e7 (diff) | |
Cherry-pick fixes from upstream nm-1-30 branch
- Fixes assertion when running the python-dbusmock test suite - Replaces our custom polkit-agent-helper-1 patch Closes: #982613
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 784ce12d..55e2e500 100755 --- a/debian/rules +++ b/debian/rules @@ -28,6 +28,7 @@ override_dh_auto_configure: --with-iptables=/usr/sbin/iptables \ --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 \ --with-systemdsystemunitdir=/lib/systemd/system \ --with-udev-dir=/lib/udev \ --with-dbus-sys-dir=/usr/share/dbus-1/system.d \ |