diff options
| author | Michael Biebl <biebl@debian.org> | 2006-10-24 12:40:46 +0000 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2006-10-24 12:40:46 +0000 |
| commit | 0cdf500bc3cc1bf5f193c49f1804cdbfc24bd42e (patch) | |
| tree | 3b73b38fa1b67cbd1efc256e054f3fe66d438f0a /debian/control | |
| parent | fdd75c9d0feb0b1b6ca3e45bdb67ba53259c41d1 (diff) | |
* Create group netdev in postinst and add a Depends on adduser.
* Cleanup indentation. git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@1097 ceb527fc-18e6-0310-9fe2-813c157c29e7
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 710e055d..4e2033b2 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.7.1), ifupdown +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.7.1), ifupdown, adduser 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 |