File: control

package info (click to toggle)
libgovirt 0.3.11-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 880 kB
  • sloc: ansic: 7,200; xml: 86; makefile: 5
file content (71 lines) | stat: -rw-r--r-- 2,666 bytes parent folder | download
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
70
71
Source: libgovirt
Standards-Version: 4.7.3
Maintainer: Debian GNOME Extras Maintainers <pkg-gnome-extras-maintainers@lists.alioth.debian.org>
Uploaders: Jeremy BĂ­cha <jbicha@ubuntu.com>,
           Laurent Bigonville <bigon@debian.org>
Section: libs
Build-Depends: debhelper-compat (= 13),
               dh-sequence-gir,
               dpkg-build-api (= 1),
               ca-certificates <!nocheck>,
               gir1.2-gio-2.0-dev,
               gir1.2-gobject-2.0-dev,
               gir1.2-rest-1.0-dev,
               gobject-introspection (>= 1.80),
               libglib2.0-dev,
               librest-dev (>= 0.10.2),
               meson,
               pkgconf
Vcs-Browser: https://salsa.debian.org/gnome-team/extras/libgovirt
Vcs-Git: https://salsa.debian.org/gnome-team/extras/libgovirt.git

Package: libgovirt2
Architecture: any
Multi-Arch: same
Depends: libgovirt-common (= ${source:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
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
Multi-Arch: foreign
Depends: ${misc:Depends}
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
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libglib2.0-dev,
         libgovirt2 (= ${binary:Version}),
         librest-dev (>= 0.10.2),
         ${gir:Depends},
         ${misc:Depends}
Provides: ${gir:Provides}
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
Architecture: any
Multi-Arch: same
Section: introspection
Depends: ${gir:Depends}, ${misc:Depends}
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.