about summary refs log tree commit diff
path: root/debian/gir1.2-networkmanager-1.0.install
AgeCommit message (Collapse)Author
2018-04-18Stop building libnm-glib/libnm-utilMichael Biebl
Those libraries have been deprecated for several years. The successor is libnm, a GObject-based client library using GDBus instead of dbus-glib.
2017-05-12Split introspection data for libnm into gir1.2-nm-1.0Michael Biebl
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.
2014-09-30Install typelib files into multiarch paths now that gobject-introspection ↵Michael Biebl
supports multiarch
2014-04-01Convert to multi-archMichael Biebl
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/.
2011-09-29Strip debian/tmp/ from .install files.Michael Biebl
2011-04-09Enable gobject introspection supportMichael Biebl
- 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.