diff options
| -rw-r--r-- | debian/changelog | 8 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index debddbd3..09e80b01 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +network-manager (1.2.4-2) UNRELEASED; urgency=medium + + * 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) + + -- Michael Biebl <biebl@debian.org> Wed, 10 Aug 2016 16:53:03 +0200 + network-manager (1.2.4-1) unstable; urgency=medium * New upstream release. 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} |