1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
Source: libvirt-glib
Section: libs
Priority: extra
Maintainer: Guido Günther <agx@sigxcpu.org>
Build-Depends: debhelper (>= 7.0.50~),
intltool,
pkg-config,
libvirt-dev (>= 0.10.2), libglib2.0-dev (>= 2.10),
libxml2-dev, libgirepository1.0-dev, gobject-introspection,
# when building from git:
automake, autoconf, libtool, libtool-bin,
# for vala bindings
valac (>= 0.20)
Standards-Version: 3.9.5
Homepage: https://libvirt.org
Vcs-Git: git://git.debian.org/git/pkg-libvirt/libvirt-glib.git
Vcs-Browser: http://git.debian.org/?p=pkg-libvirt/libvirt-glib.git
Package: libvirt-glib-1.0-0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: libvirt glib mainloop integration
This shared library eases integration of libvirt's events into programs using
a glib mainloop.
.
The API/ABI of this library are still considered unstable.
Package: libvirt-glib-1.0-0-dbg
Architecture: any
Section: debug
Depends: libvirt-glib-1.0-0 (= ${binary:Version}), ${misc:Depends}
Description: libvirt glib mainloop integration
This shared library eases integration of libvirt's events into programs using
a glib mainloop.
.
This package contains the debugging symbols.
Package: libvirt-glib-1.0-dev
Architecture: any
Section: libdevel
Depends: libvirt-glib-1.0-0 (= ${binary:Version}), ${misc:Depends},
gir1.2-libvirt-glib-1.0 (= ${binary:Version}), libvirt-dev
Recommends: pkg-config
Description: libvirt glib mainloop integration
This shared library eases integration of libvirt's events into programs using
a glib mainloop.
.
This package contains the development headers and the Vala bindings.
.
The API/ABI of this library are still considered unstable.
Package: gir1.2-libvirt-glib-1.0
Architecture: any
Section: introspection
Depends: ${shlibs:Depends}, ${misc:Depends}, ${gir:Depends}
Description: libvirt glib mainloop integration
This shared library eases integration of libvirt's events into programs using
a glib mainloop.
.
This package contains the GObject-introspection data in binary typelib format.
|