diff options
| author | Michael Biebl <biebl@debian.org> | 2023-11-27 07:30:36 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2023-11-27 07:44:47 +0100 |
| commit | 335978a0689e10ffb4479caa2d47f7ee5b3699cc (patch) | |
| tree | 9a54a31c232ac08a450b2a3930ea70a189eb8fd4 | |
| parent | 603cd0029b8271886ed1f739e9a5cb92056ba886 (diff) | |
Revert "Add versioned Breaks against isc-dhcp-client"
This reverts commit 9d27cb91cdde52bbb5ff06ce648eff7efdfba8b9. Having a Breaks against isc-dhcp-client can lead to unwanted package removals by apt. As the default dhcp backend in network-manager has been switched from dhclient to internal, the Breaks is not strictly necessary. Users that have explicitly configured "dhcp=dhclient" are advised to switch to the internal option (recommended) or temporarily disable the sbin.dhclient AppArmor profile shipped by isc-dhcp-client until #1055067 is fixed. Closes: #1056638
| -rw-r--r-- | debian/control | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 885f2d26..83d606f7 100644 --- a/debian/control +++ b/debian/control @@ -63,8 +63,7 @@ Recommends: ppp, libpam-systemd, Suggests: libteam-utils, iptables, -Breaks: ${misc:Breaks}, - isc-dhcp-client (<< 4.4.3-P1-5), +Breaks: ${misc:Breaks} Description: network management framework (daemon and userspace tools) NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when |