diff options
| author | Michael Biebl <biebl@debian.org> | 2021-10-02 09:35:39 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2021-10-02 11:02:23 +0200 |
| commit | d828a6dead9f6cbb05bd10e7e9b78f247232e733 (patch) | |
| tree | b0d2c483aaf8f62e65fd52681b1515a374451822 | |
| parent | 40fdd710edfd003c8d6910ade86298a3a262eba7 (diff) | |
Remove isc-dhcp-client from Suggests
Unless explicitly configured otherwise the internal DHCP client is used.
| -rw-r--r-- | debian/control | 1 | ||||
| -rw-r--r-- | debian/network-manager.bug-control | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 37163a21..85a18339 100644 --- a/debian/control +++ b/debian/control @@ -60,7 +60,6 @@ Recommends: ppp, wireless-regdb, libpam-systemd, 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 diff --git a/debian/network-manager.bug-control b/debian/network-manager.bug-control new file mode 100644 index 00000000..78581f83 --- /dev/null +++ b/debian/network-manager.bug-control @@ -0,0 +1 @@ +package-status: isc-dhcp-client |