diff options
| -rw-r--r-- | debian/changelog | 3 | ||||
| -rw-r--r-- | debian/control | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index c6f62ef9..e99e1716 100644 --- a/debian/changelog +++ b/debian/changelog @@ -25,6 +25,9 @@ network-manager (0.7.998-1) UNRELEASED; urgency=low - Add Build-Depends on libdbus-1-dev (>= 1.1), libpolkit-gobject-1-dev and libgudev-1.0-dev. - Bump Build-Depends on libglib2.0-dev to (>= 2.18). + - Replace hal Depends with udev. + - Replace policykit Recommends with policykit-1. + - Update package description: policykit → policykit-1. -- Michael Biebl <biebl@debian.org> Sun, 29 Nov 2009 10:19:59 +0100 diff --git a/debian/control b/debian/control index ba6b42c5..0cabc958 100644 --- a/debian/control +++ b/debian/control @@ -34,13 +34,13 @@ Depends: lsb-base (>= 3.2-14), wpasupplicant (>= 0.6.2-1), dbus (>= 1.1.2), - hal (>= 0.5.7.1), + udev, ifupdown, adduser, dhcp3-client Recommends: network-manager-gnome | network-manager-kde, - policykit, + policykit-1, ppp, dnsmasq-base, iptables @@ -68,7 +68,7 @@ Description: network management framework daemon This package provides the userspace daemons. . Optional dependencies: - * policykit: Required for reading and writing system connections. + * policykit-1: Required for reading and writing system connections. * ppp: Required for establishing dial-up connections (e.g. via GSM). * dnsmasq-base/iptables: Required for creating Ad-hoc connections and connection sharing. |