| Age | Commit message (Collapse) | Author |
|
Those libraries have been deprecated for several years. The successor is
libnm, a GObject-based client library using GDBus instead of dbus-glib.
|
|
Keep the introspection data for the deprecated libnm-glib and libnm-util
library in gir1.2-networkmanager-1.0 but split out the introspection
data for libnm into a new gir1.2-nm-1.0 package.
This will make a transition from libnm-glib/libnm-util to libnm easier.
To not break existing packages, add a dependency on gir1.2-nm-1.0 to
gir1.2-networkmanager-1.0.
|
|
supports multiarch
|
|
Mark libnm-glib4, libnm-glib-vpn1 and libnm-util2 as M-A: same.
As pppd has not been converted yet, keep installing the ppp plugin to
/usr/lib/pppd/2.4.5/.
|
|
|
|
- Add Build-Depends on libgirepository1.0-dev (>= 0.9.12),
gobject-introspection (>= 0.9.12-4~), gir1.2-glib-2.0 and
gir1.2-freedesktop.
- Add package gir1.2-networkmanager-1.0 containing the typelib files.
- Add Depends on gir1.2-networkmanager-1.0 (= ${binary:Version}) to
libnm-glib-dev and libnm-util-dev according to the new policy.
- Install gir files in libnm-glib-dev.install and libnm-util-dev.install.
- Call dh_girepository for libnm-glib4 and libnm-util2 in debian/rules.
|