diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rw-r--r-- | debian/tests/control | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index e13c41ea..1707dc52 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ network-manager (1.12.2-0ubuntu5) UNRELEASED; urgency=medium * debian/tests/nm: Add the required `gi.require_version()` calls - thanks to the autopkgtests for noticing this. + * debian/tests/control: The nm tests need dnsmasq-base and isc-dhcp-client + too. -- Iain Lane <iain@orangesquash.org.uk> Mon, 24 Sep 2018 09:34:20 +0100 diff --git a/debian/tests/control b/debian/tests/control index 5bce4cf9..14ebb2f5 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -3,7 +3,7 @@ Depends: python3, hostapd, dnsmasq-base, wpasupplicant, isc-dhcp-client, iw Restrictions: needs-root allow-stderr isolation-machine Tests: nm -Depends: python3, gir1.2-networkmanager-1.0, network-manager, hostapd, iw, python3-dbusmock +Depends: python3, dnsmasq-base, isc-dhcp-client, gir1.2-networkmanager-1.0, network-manager, hostapd, iw, python3-dbusmock Restrictions: needs-root isolation-machine Tests: killswitches-no-urfkill |