diff options
| author | Sjoerd Simons <sjoerd@debian.org> | 2008-06-18 14:54:57 +0000 |
|---|---|---|
| committer | Sjoerd Simons <sjoerd@debian.org> | 2008-06-18 14:54:57 +0000 |
| commit | 92668c4bfabe804de6ef609986b7cf974e8af695 (patch) | |
| tree | c1a15d0327a5a8bbdd65f4be97e82e82e40379a4 /debian/control | |
| parent | f1aa51a3317f086454995b0eec9ec4053bffe2e3 (diff) | |
* Split out libnm-glib-vpn from libnm-glib
* debian/rules: Use list-missing git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/experimental/networkmanager@2308 ceb527fc-18e6-0310-9fe2-813c157c29e7
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/debian/control b/debian/control index ebc55fa6..38c22efb 100644 --- a/debian/control +++ b/debian/control @@ -67,6 +67,34 @@ Description: network management framework (GLib interface) This package provides the interface that applications can use to query connection status via NetworkManager. +Package: libnm-glib-vpn0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends} +Description: network management framework (GLib VPN 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 provides the shared library that applications can use for creating VPN connections via NetworkManager. + +Package: libnm-glib-vpn-dev +Section: libdevel +Architecture: any +Depends: libnm-glib-vpn0 (= ${binary:Version}), libnm-glib-dev +Description: network management framework (GLib interface) + 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 provides the shared library that applications can use for creating VPN connections via NetworkManager. + Package: libnm-util0 Section: libs Architecture: any |