91 lines
2.3 KiB
Plaintext
91 lines
2.3 KiB
Plaintext
Source: virt-manager
|
|
Section: admin
|
|
Priority: optional
|
|
Maintainer: OpenKylin Virtualization SIG <virtualization@lists.openkylin.top>
|
|
Uploaders: Cong Liu <liucong2@kylinos.cn>
|
|
Standards-Version: 4.4.0
|
|
Vcs-Git: https://gitee.com/openkylin/virt-manager.git
|
|
Vcs-Browser: https://gitee.com/openkylin/virt-manager
|
|
Homepage: http://virt-manager.org/
|
|
Build-Depends:
|
|
debhelper (>= 12~),
|
|
dh-python,
|
|
intltool,
|
|
libglib2.0-bin,
|
|
python3-all,
|
|
# for the tests
|
|
cpio,
|
|
gir1.2-libosinfo-1.0,
|
|
gir1.2-libvirt-glib-1.0,
|
|
libvirt-daemon,
|
|
python3-gi,
|
|
python3-libvirt,
|
|
python3-libxml2,
|
|
python3-requests,
|
|
unzip,
|
|
|
|
Package: virt-manager
|
|
Architecture: all
|
|
Depends:
|
|
gir1.2-appindicator3-0.1,
|
|
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,
|
|
librsvg2-common,
|
|
python3-dbus,
|
|
python3-gi,
|
|
python3-gi-cairo,
|
|
python3-libvirt (>= 0.7.1),
|
|
virtinst (>= ${binary:Version}),
|
|
${misc:Depends},
|
|
${python3:Depends},
|
|
Recommends:
|
|
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
|
|
It presents a summary view of running domains and their live performance &
|
|
resource utilization statistics. A detailed view presents graphs showing
|
|
performance & utilization over time. Ultimately it will allow creation of new
|
|
domains, and configuration & adjustment of a domain's resource allocation &
|
|
virtual hardware. Finally an embedded VNC client viewer presents a full
|
|
graphical console to the guest domain.
|
|
.
|
|
NOTE: the GUI is still considered experimental.
|
|
|
|
Package: virtinst
|
|
Architecture: all
|
|
Depends:
|
|
e2fsprogs,
|
|
genisoimage,
|
|
gir1.2-libosinfo-1.0,
|
|
python3,
|
|
python3-distutils,
|
|
python3-gi,
|
|
python3-libvirt (>= 0.4.6),
|
|
python3-libxml2,
|
|
python3-requests,
|
|
${misc:Depends},
|
|
${python3:Depends},
|
|
${shlibs:Depends},
|
|
Recommends:
|
|
qemu-utils,
|
|
virt-viewer,
|
|
Description: Programs to create and clone virtual machines
|
|
Virtinst is a set of commandline tools to create virtual machines using
|
|
libvirt:
|
|
.
|
|
virt-install: provision new virtual machines
|
|
virt-clone: clone existing virtual machines
|
|
virt-xml: edit libvirt XML using command line options.
|
|
virt-convert: convert virtual machines between formats
|