diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 3 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index a708a180..f8a00703 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,9 @@ network-manager (0.8.0.999-1) UNRELEASED; urgency=low * debian/libnm-{glib,util}-dev.install - Install gtk-doc API documentation for libnm-glib and libnm-util. - Install nm-dhcp6-config.h for libnm-glib. + * debian/control + - Update Depends on dhcp3-client to isc-dhcp-client (>= 4.1.1-P1-4) to get + DHCPv6 support. -- Michael Biebl <biebl@debian.org> Thu, 08 Jul 2010 03:32:37 +0200 diff --git a/debian/control b/debian/control index 6ce0bc84..8dff7670 100644 --- a/debian/control +++ b/debian/control @@ -36,7 +36,7 @@ Depends: udev, ifupdown, adduser, - dhcp3-client + isc-dhcp-client (>= 4.1.1-P1-4) Recommends: network-manager-gnome | network-manager-kde, policykit-1, |