File: control

package info (click to toggle)
virt-manager 1%3A5.0.0-5
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 20,200 kB
  • sloc: python: 44,538; xml: 28,397; makefile: 17; sh: 6
file content (116 lines) | stat: -rw-r--r-- 3,361 bytes parent folder | download | duplicates (3)
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
Source: virt-manager
Section: admin
Priority: optional
Maintainer: Debian Libvirt Maintainers <pkg-libvirt-maintainers@lists.alioth.debian.org>
Uploaders:
 Guido Günther <agx@sigxcpu.org>,
 Pino Toscano <pino@debian.org>,
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/libvirt-team/virt-manager.git
Vcs-Browser: https://salsa.debian.org/libvirt-team/virt-manager
Homepage: https://virt-manager.org/
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 dh-sequence-python3,
 gettext,
 meson,
 python3,
 python3-docutils,
# for the tests
 cpio <!nocheck>,
 xorriso <!nocheck>,
 gir1.2-libosinfo-1.0 <!nocheck>,
 gir1.2-libvirt-glib-1.0 <!nocheck>,
 libglib2.0-bin <!nocheck>,
 libvirt-daemon <!nocheck>,
 locales-all <!nocheck>,
 python3-argcomplete <!nocheck>,
 python3-gi (>= 3.31.3~) <!nocheck>,
 python3-libvirt <!nocheck>,
 python3-libxml2 <!nocheck>,
 python3-pytest <!nocheck>,
 python3-requests <!nocheck>,
Rules-Requires-Root: no

Package: virt-manager
Architecture: all
Depends:
 gir1.2-gtk-3.0 (>= 3.10),
 gir1.2-gtk-vnc-2.0,
 gir1.2-gtksource-4,
 gir1.2-libosinfo-1.0,
 gir1.2-libvirt-glib-1.0,
 gir1.2-vte-2.91,
 python3-gi (>= 3.31.3~),
 python3-gi-cairo,
 python3-libvirt (>= 0.7.1),
 virt-install (= ${binary:Version}),
 ${misc:Depends},
 ${python3:Depends},
Recommends:
 gir1.2-ayatanaappindicator3-0.1 | gir1.2-appindicator3-0.1,
 gir1.2-spiceclientglib-2.0,
 gir1.2-spiceclientgtk-3.0,
 libvirt-daemon-system (>= 1.2.7),
Suggests:
 gir1.2-secret-1,
 gnome-keyring,
 python3-guestfs,
 ssh-askpass,
 virt-viewer,
Description: desktop application for managing virtual machines
 The virt-manager application is a desktop user interface for managing virtual
 machines through libvirt. It primarily targets KVM VMs, but also manages Xen
 and LXC (Linux containers). It presents a summary view of running domains,
 their live performance & resource utilization statistics. Wizards enable the
 creation of new domains, and configuration & adjustment of a domain's resource
 allocation & virtual hardware. An embedded VNC and SPICE client viewer
 presents a full graphical console to the guest domain.

Package: virt-install
Architecture: all
Depends:
 e2fsprogs,
 xorriso,
 gir1.2-libosinfo-1.0,
 python3-gi (>= 3.31.3~),
 python3-libvirt (>= 0.4.6),
 python3-libxml2,
 python3-requests,
 ${misc:Depends},
 ${python3:Depends},
Recommends:
 libvirt-clients,
 qemu-utils,
Suggests:
 python3-argcomplete,
 virt-viewer,
Breaks:
 virtinst (<< 1:5.0.0-2~),
Replaces:
 virtinst (<< 1:5.0.0-2~),
Provides:
 virt-clone (= ${binary:Version}),
 virt-xml (= ${binary:Version}),
Description: utilities to create and edit virtual machines
 This package contains some command line utilities to create and edit virtual
 machines:
 .
  - virt-clone: cloning existing inactive guests; it copies the disk images,
    and defines a config with new name, UUID and MAC address pointing to the
    copied disks
  - virt-install: provision operating systems into new virtual machines
  - virt-xml: easily edit libvirt domain XML using virt-install's command line
    options

Package: virtinst
Architecture: all
Section: oldlibs
Depends:
 virt-install (>= ${source:Version}),
 ${misc:Depends},
Description: transitional dummy package for virt-install
 This is a transitional package for migrating to virt-install.
 .
 It can safely be removed after the upgrade.