diff options
| author | Michael Biebl <biebl@teco.edu> | 2006-08-07 22:18:00 +0000 |
|---|---|---|
| committer | Michael Biebl <biebl@teco.edu> | 2006-08-07 22:18:00 +0000 |
| commit | 321063053e273062a758eba1a2754c4209b8f023 (patch) | |
| tree | 13a055dae33bb37e93599cdbb8a0d8b0c09b4d7c | |
| parent | a67dce3c363667f5efea4519b9b1178a5597a266 (diff) | |
As NetworkManager uses ifup/ifdown in the backend, add an explicit dependency on ifupdown package.
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@920 ceb527fc-18e6-0310-9fe2-813c157c29e7
| -rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 9f16c586..a528d1ce 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Standards-Version: 3.7.2 Package: network-manager Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, iproute, iputils-arping, dhcdbd (>= 1.12-2), lsb-base (>= 2.0-6), wpasupplicant (>= 0.4.8), dbus (>= 0.60), hal (>= 0.5.0) +Depends: ${shlibs:Depends}, ${misc:Depends}, iproute, iputils-arping, dhcdbd (>= 1.12-2), lsb-base (>= 2.0-6), wpasupplicant (>= 0.4.8), dbus (>= 0.60), hal (>= 0.5.0), ifupdown Description: network management framework daemon NetworkManager attempts to keep an active network connection available at all times. It is intended only for the desktop use-case, and is not intended for |