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 62 63 64 65 66 67 68 69
|
# This file is autogenerated. DO NOT EDIT!
#
# Modifications should be made to debian/control.in instead.
# This file is regenerated automatically in the clean target.
Source: libgovirt
Priority: optional
Section: libs
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Jeremy Bicha <jbicha@debian.org>, Laurent Bigonville <bigon@debian.org>
Build-Depends: debhelper (>= 11),
gnome-pkg-tools,
gobject-introspection,
intltool (>= 0.40.0),
libgirepository1.0-dev (>= 1.30.0),
libglib2.0-dev (>= 2.26.0),
librest-dev (>= 0.7.92),
pkg-config
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/gnome-team/libgovirt
Vcs-Git: https://salsa.debian.org/gnome-team/libgovirt.git
Package: libgovirt2
Architecture: any
Depends: libgovirt-common (= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
Multi-arch: same
Description: GObject-based library to access oVirt REST API
libgovirt is a library that allows applications to use oVirt REST API
to list VMs managed by an oVirt instance, and to get the connection
parameters needed to make a SPICE/VNC connection to them.
Package: libgovirt-common
Architecture: all
Depends: ${misc:Depends}
Multi-arch: foreign
Description: GObject-based library to access oVirt REST API (common files)
libgovirt is a library that allows applications to use oVirt REST API
to list VMs managed by an oVirt instance, and to get the connection
parameters needed to make a SPICE/VNC connection to them.
.
This package contains the translation files.
Package: libgovirt-dev
Section: libdevel
Architecture: any
Depends: gir1.2-govirt-1.0 (= ${binary:Version}),
libglib2.0-dev (>= 2.26.0),
libgovirt2 (= ${binary:Version}),
librest-dev (>= 0.7.92),
${misc:Depends}
Description: GObject-based library to access oVirt REST API (dev files)
libgovirt is a library that allows applications to use oVirt REST API
to list VMs managed by an oVirt instance, and to get the connection
parameters needed to make a SPICE/VNC connection to them.
.
This package contains the development files.
Package: gir1.2-govirt-1.0
Section: introspection
Architecture: any
Depends: ${gir:Depends}, ${misc:Depends}, ${shlibs:Depends}
Multi-arch: same
Description: GObject introspection data for libgovirt
libgovirt is a library that allows applications to use oVirt REST API
to list VMs managed by an oVirt instance, and to get the connection
parameters needed to make a SPICE/VNC connection to them.
.
This package contains introspection data for the libgovirt library.
|