diff options
| author | Riccardo Setti <giskard@autistici.org> | 2006-03-04 20:07:31 +0000 |
|---|---|---|
| committer | Riccardo Setti <giskard@autistici.org> | 2006-03-04 20:07:31 +0000 |
| commit | cf23b879dff37054f6b1404eb1d902da765bc765 (patch) | |
| tree | 58799db62fe1146cc210060b91ac9d7e392c3c69 /debian/control | |
| parent | a138a696dc7a66feabed8f796ecc4b333cd0262e (diff) | |
first debian release of NM 0.6 (taken from the experimental branch)
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@710 ceb527fc-18e6-0310-9fe2-813c157c29e7
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 32 |
1 files changed, 31 insertions, 1 deletions
diff --git a/debian/control b/debian/control index c45529cc..85f29f25 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.12-1), lsb-base (>= 2.0-6) +Depends: ${shlibs:Depends}, ${misc:Depends}, iproute, iputils-arping, dhcdbd (>= 1.12-1), lsb-base (>= 2.0-6), wpasupplicant 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 @@ -69,3 +69,33 @@ Description: network management framework daemon (GLib interface) . This package provides the interface that applications can use to query connection status via NetworkManager. + +Package: libnm-util0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends} +Description: network management framework (shared library) + 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 + usage on servers. The point of NetworkManager is to make networking + configuration and setup as painless and automatic as possible. If using DHCP, + NetworkManager is _intended_ to replace default routes, obtain IP addresses + from a DHCP server, and change nameservers whenever it sees fit. + . + This package contains a convenience library to ease the access to + NetworkManager. + +Package: libnm-util-dev +Section: libdevel +Architecture: any +Depends: libnm-util0 (= ${Source-Version}), libglib2.0-dev, libdbus-glib-1-dev (>= 0.60) +Description: network management framework (development files) + 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 + usage on servers. The point of NetworkManager is to make networking + configuration and setup as painless and automatic as possible. If using DHCP, + NetworkManager is _intended_ to replace default routes, obtain IP addresses + from a DHCP server, and change nameservers whenever it sees fit. + . + This package contains header and development files. + |