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
|
Source: virt-v2v
Section: admin
Priority: optional
Maintainer: Hilko Bengen <bengen@debian.org>
Build-Depends: debhelper-compat (= 13),
pkgconf,
ocaml, ocaml-findlib, libguestfs-ocaml-dev (>= 1:1.58) , libgettext-ocaml-dev, libounit-ocaml-dev,
libcrypt-dev,
libguestfs-perl (>= 1:1.58),
libguestfs-dev (>= 1:1.58),
libipc-run3-perl,
libjson-c-dev,
libnbd-dev, libnbd-ocaml-dev,
libosinfo-1.0-dev,
libpcre2-dev,
libvirt-ocaml-dev,
libxml2-dev,
bash-completion,
po4a,
libguestfs-tools [amd64 armhf arm64 loong64 ppc64el riscv64 s390x] <!nocheck>,
linux-image-amd64 [amd64] <!nocheck>,
linux-image-armmp [armhf] <!nocheck>,
linux-image-arm64 [arm64] <!nocheck>,
linux-image-powerpc64le [ppc64el] <!nocheck>,
linux-image-riscv64 [riscv64] <!nocheck>,
linux-image-s390x [s390x] <!nocheck>,
linux-image-loong64 [loong64] <!nocheck>,
jq <!nocheck>,
libnbd-bin <!nocheck>,
libvirt-clients <!nocheck>,
nbdkit <!nocheck>,
nbdkit-plugin-python <!nocheck>,
sqlite3 <!nocheck>,
xorriso <!nocheck>,
xz-utils <!nocheck>,
zip <!nocheck>, unzip <!nocheck>,
Standards-Version: 4.7.3
Homepage: https://libguestfs.org/
Vcs-Browser: https://salsa.debian.org/libvirt-team/virt-v2v
Vcs-Git: https://salsa.debian.org/libvirt-team/virt-v2v.git
Rules-Requires-Root: no
Package: virt-v2v
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
libnbd-bin,
nbdkit,
nbdkit-plugin-python,
qemu-utils,
Suggests: rhsrvany, nbdkit-vddk-plugin
Description: virtual-to-virtual machine converter
Virt-v2v is a program that converts a single guest from a foreign
hypervisor to run on KVM. It can read Linux and Windows guests
running on VMware, Xen, Hyper-V and some other hypervisors, and
convert them to KVM managed by libvirt, OpenStack, oVirt, Red Hat
Virtualisation (RHV) or several other targets. It can modify the
guest to make it bootable on KVM and install virtio drivers so it
will run quickly.
|