diff options
| -rw-r--r-- | debian/changelog | 3 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 1a974d5a..5ff810fc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,8 @@ network-manager (0.6.2-1) unstable; urgency=low * New upstream release. * Updated if_fix.patch, parts of it have been fixed upstream. - * Lowered dependency on dhcbd to (>= 1.10). We don't necessarily need 1.12. + * Depend on dhcbd (>= 1.12-2) because NM 0.6.2 does not start dhcdbd itself + anymore. -- Michael Biebl <biebl@teco.edu> Mon, 27 Mar 2006 21:56:37 +0200 diff --git a/debian/control b/debian/control index 1309b4de..8a743162 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Standards-Version: 3.6.2 Package: network-manager Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, iproute, iputils-arping, dhcdbd (>= 1.10), lsb-base (>= 2.0-6), wpasupplicant (>= 0.4.8), dbus (>= 0.60) +Depends: ${shlibs:Depends}, ${misc:Depends}, iproute, iputils-arping, dhcdbd (>= 1.12-2), lsb-base (>= 2.0-6), wpasupplicant (>= 0.4.8), dbus (>= 0.60) Suggests: openvpn, pptpd Description: network management framework daemon NetworkManager attempts to keep an active network connection available at all |