diff options
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 29 |
1 files changed, 26 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 1ac53ae5..08cee828 100644 --- a/debian/control +++ b/debian/control @@ -231,7 +231,7 @@ Architecture: linux-any Multi-Arch: same Depends: ${misc:Depends}, libnm0 (= ${binary:Version}), - gir1.2-networkmanager-1.0 (= ${binary:Version}), + gir1.2-nm-1.0 (= ${binary:Version}), libglib2.0-dev Description: GObject-based client library for NetworkManager (development files) NetworkManager is a system network service that manages your network devices @@ -248,15 +248,38 @@ Architecture: linux-any Multi-Arch: same Depends: ${gir:Depends}, ${shlibs:Depends}, + ${misc:Depends}, + gir1.2-nm-1.0 +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 +Multi-Arch: same +Depends: ${gir:Depends}, + ${shlibs:Depends}, ${misc:Depends} -Description: GObject introspection data for NetworkManager +Breaks: gir1.2-networkmanager-1.0 (<< 1.8.0-2) +Replaces: gir1.2-networkmanager-1.0 (<< 1.8.0-2) +Description: GObject introspection data for the libnm 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. + This package contains introspection data for NetworkManager using libnm. . It can be used by packages using the GIRepository format to generate dynamic bindings. |