diff options
| author | Michael Biebl <biebl@debian.org> | 2016-08-10 16:55:55 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2016-08-10 16:57:09 +0200 |
| commit | be8a245095def215e7abfd9accdbd2525391ec12 (patch) | |
| tree | 0e702d20c44db7fed85e1e43933eef081e3879e3 /debian/control | |
| parent | 55335ecb430896abdd48217be0d288a07da2162e (diff) | |
Demote isc-dhcp-client from Depends to Recommends
NetworkManager will automatically fall back to the internal dhcp client if dhclient is not available. Closes: #826680
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 9c3338c9..ca186ce3 100644 --- a/debian/control +++ b/debian/control @@ -58,7 +58,6 @@ Depends: ${shlibs:Depends}, dbus (>= 1.1.2), udev, adduser, - isc-dhcp-client (>= 4.1.1-P1-4), libpam-systemd, policykit-1 Recommends: ppp, @@ -66,6 +65,7 @@ Recommends: ppp, iptables, modemmanager, crda, + isc-dhcp-client (>= 4.1.1-P1-4), iputils-arping Suggests: libteam-utils Breaks: ${misc:Breaks} |