diff options
| author | Michael Biebl <biebl@debian.org> | 2010-07-08 02:06:36 +0000 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2010-07-08 02:06:36 +0000 |
| commit | 9947efda624e9ab95bb580f76804509e32fa3bf6 (patch) | |
| tree | dd66eeab10460dbc58a956b2acee54a723ca00b1 /debian | |
| parent | 455bf819b5b9fcdef40a3fa418aa131ad770fbd3 (diff) | |
* debian/control
- Update Depends on dhcp3-client to isc-dhcp-client (>= 4.1.1-P1-4) to get
DHCPv6 support.
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@3624 ceb527fc-18e6-0310-9fe2-813c157c29e7
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, |