diff options
| author | Michael Biebl <biebl@debian.org> | 2019-08-01 10:35:16 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2019-08-01 10:35:16 +0200 |
| commit | 380ef291b0a660655ee06381c5dca33a5d0eb2ad (patch) | |
| tree | d4800fd303038a4a9c64129aecac6e9d6f5c83fd | |
| parent | 0004ffa09680a9c4905aaa7bf458c1b036a9a051 (diff) | |
Demote isc-dhcp-client to Suggests
The DHCP client now defaults to "internal". This default can be overridden at run time by setting the main.dhcp option in the configuration file. The old default was "dhclient" and required isc-dhcp-client. Closes: #933545
| -rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 861acf40..6b119f5f 100644 --- a/debian/control +++ b/debian/control @@ -62,8 +62,8 @@ Recommends: ppp, iptables, modemmanager, crda, - isc-dhcp-client, -Suggests: libteam-utils +Suggests: libteam-utils, + isc-dhcp-client, Breaks: ${misc:Breaks} Description: network management framework (daemon and userspace tools) NetworkManager is a system network service that manages your network devices |