diff options
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 131 |
1 files changed, 131 insertions, 0 deletions
diff --git a/debian/control b/debian/control index e5dee5b2..e93cabbd 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,8 @@ Build-Depends: debhelper (>= 10.3), dpkg-dev (>= 1.17.14), pkg-config, intltool, + libdbus-glib-1-dev (>= 0.100), + libdbus-1-dev (>= 1.1), libiw-dev(>= 27+28pre9), libglib2.0-dev (>= 2.32), libnl-3-dev (>= 3.2.8), @@ -102,6 +104,115 @@ Description: network management framework (development files) This package provides general header and development files and documentation of configuration formats, command line utilities and the D-Bus API. +Package: libnm-glib4 +Section: libs +Architecture: linux-any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Depends: ${shlibs:Depends}, + ${misc:Depends} +Description: network management framework (GLib shared library) + NetworkManager is a system network service that manages your network devices + and connections, attempting to keep active network connectivity when + available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE + devices, and provides VPN integration with a variety of different VPN + services. + . + This package provides the shared library that applications can use to query + connection status via NetworkManager. + +Package: libnm-glib-dev +Section: libdevel +Architecture: linux-any +Multi-Arch: same +Depends: ${misc:Depends}, + libnm-glib4 (= ${binary:Version}), + gir1.2-networkmanager-1.0 (= ${binary:Version}), + libnm-util-dev (>= ${binary:Version}), + network-manager-dev (>= ${binary:Version}), + libglib2.0-dev, + libdbus-glib-1-dev +Description: network management framework (GLib interface) + NetworkManager is a system network service that manages your network devices + and connections, attempting to keep active network connectivity when + available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE + devices, and provides VPN integration with a variety of different VPN + services. + . + This package contains header and development files and the API documentation + for libnm-glib. + +Package: libnm-glib-vpn1 +Section: libs +Architecture: linux-any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Depends: ${shlibs:Depends}, + ${misc:Depends} +Description: network management framework (GLib VPN shared library) + NetworkManager is a system network service that manages your network devices + and connections, attempting to keep active network connectivity when + available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE + devices, and provides VPN integration with a variety of different VPN + services. + . + This package provides the shared library that applications can use for + creating VPN connections via NetworkManager. + +Package: libnm-glib-vpn-dev +Section: libdevel +Architecture: linux-any +Multi-Arch: same +Depends: ${misc:Depends}, + libnm-glib-vpn1 (= ${binary:Version}), + libnm-glib-dev (>= ${binary:Version}), + network-manager-dev (>= ${binary:Version}), +Description: network management framework (GLib interface) + NetworkManager is a system network service that manages your network devices + and connections, attempting to keep active network connectivity when + available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE + devices, and provides VPN integration with a variety of different VPN + services. + . + This package contains header and development files for libnm-glib-vpn. + +Package: libnm-util2 +Section: libs +Architecture: linux-any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Depends: ${shlibs:Depends}, + ${misc:Depends} +Description: network management framework (shared library) + NetworkManager is a system network service that manages your network devices + and connections, attempting to keep active network connectivity when + available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE + devices, and provides VPN integration with a variety of different VPN + services. + . + This package contains a convenience library to ease the access to + NetworkManager. + +Package: libnm-util-dev +Section: libdevel +Architecture: linux-any +Multi-Arch: same +Depends: ${misc:Depends}, + libnm-util2 (= ${binary:Version}), + gir1.2-networkmanager-1.0 (= ${binary:Version}), + network-manager-dev (>= ${binary:Version}), + libglib2.0-dev, + libdbus-glib-1-dev +Description: network management framework (development files) + NetworkManager is a system network service that manages your network devices + and connections, attempting to keep active network connectivity when + available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE + devices, and provides VPN integration with a variety of different VPN + services. + . + This package contains header and development files and the API documentation + for libnm-util. + Package: libnm0 Section: libs Architecture: linux-any @@ -136,6 +247,26 @@ Description: GObject-based client library for NetworkManager (development files) . This package contains header and development files. +Package: gir1.2-networkmanager-1.0 +Section: introspection +Architecture: linux-any +Multi-Arch: same +Depends: ${gir:Depends}, + ${shlibs:Depends}, + ${misc:Depends} +Description: GObject introspection data for the libnm-glib/libnm-util library + NetworkManager is a system network service that manages your network devices + and connections, attempting to keep active network connectivity when + available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE + devices, and provides VPN integration with a variety of different VPN + services. + . + This package contains introspection data for NetworkManager using + libnm-glib/libnm-util. + . + It can be used by packages using the GIRepository format to generate + dynamic bindings. + Package: gir1.2-nm-1.0 Section: introspection Architecture: linux-any |