diff options
| author | Riccardo Setti <giskard@autistici.org> | 2006-02-27 21:54:08 +0000 |
|---|---|---|
| committer | Riccardo Setti <giskard@autistici.org> | 2006-02-27 21:54:08 +0000 |
| commit | 9ffe88ccb8fea3213f90fb530b2e955645c78e6f (patch) | |
| tree | 8b535ee4c719c8871ad95128ee68556073dede75 /debian | |
| parent | 1720003c86221c60ad00ee3657100c365baf9adf (diff) | |
nm deps on dhcdbd -1 and not -2
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@671 ceb527fc-18e6-0310-9fe2-813c157c29e7
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index ec8fa06d..d88aed84 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.6.2 Package: network-manager Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, iproute, iputils-arping, dhcdbd (>= 1.10-2), lsb-base (>= 2.0-6) +Depends: ${shlibs:Depends}, ${misc:Depends}, iproute, iputils-arping, dhcdbd (>= 1.10-1), lsb-base (>= 2.0-6) 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 |