diff options
| author | Michael Biebl <biebl@debian.org> | 2017-05-15 17:59:19 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2018-04-18 19:36:37 +0200 |
| commit | 6a32f324f450ee1da73e6fa06def037c4a05fe65 (patch) | |
| tree | 59b483d7b53075b854f4c0bde187d545b853e3c5 /debian/control | |
| parent | aee9265c9325331914e9fd42ce06e063fabdfcab (diff) | |
Stop building libnm-glib/libnm-util
Those libraries have been deprecated for several years. The successor is libnm, a GObject-based client library using GDBus instead of dbus-glib.
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 131 |
1 files changed, 0 insertions, 131 deletions
diff --git a/debian/control b/debian/control index ba814821..f6bdcfd2 100644 --- a/debian/control +++ b/debian/control @@ -10,8 +10,6 @@ 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), @@ -101,115 +99,6 @@ 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 @@ -244,26 +133,6 @@ 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 |