diff options
| author | Riccardo Setti <giskard@autistici.org> | 2006-02-27 21:59:39 +0000 |
|---|---|---|
| committer | Riccardo Setti <giskard@autistici.org> | 2006-02-27 21:59:39 +0000 |
| commit | 335f7e7902d01bea249e95b8fe6e7b4105491da4 (patch) | |
| tree | 0b88b22ca1efedfd297db7d6653772caf4938fa2 | |
| parent | 9ffe88ccb8fea3213f90fb530b2e955645c78e6f (diff) | |
nm deps on dhcdbd 1.12-1 and not on 1.10-1
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@673 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 d88aed84..191f713b 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-1), lsb-base (>= 2.0-6) +Depends: ${shlibs:Depends}, ${misc:Depends}, iproute, iputils-arping, dhcdbd (>= 1.12-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 |