Files
pve-qemu-qoup/debian/control
T

93 lines
2.9 KiB
Plaintext
Raw Normal View History

2017-04-05 10:49:19 +02:00
Source: pve-qemu-kvm
Section: admin
Priority: optional
2017-04-05 10:49:19 +02:00
Maintainer: Proxmox Support Team <support@proxmox.com>
2017-10-04 11:05:33 +02:00
Build-Depends: autotools-dev,
check,
2017-10-17 11:53:39 +02:00
debhelper (>= 9),
2017-10-04 11:05:33 +02:00
libacl1-dev,
libaio-dev,
libattr1-dev,
libcap-ng-dev,
libcurl4-gnutls-dev,
2019-06-14 12:32:24 +02:00
libfdt-dev,
libglusterfs-dev (>= 5.2-2),
2017-10-04 11:05:33 +02:00
libgnutls28-dev,
libiscsi-dev (>= 1.12.0),
libjemalloc-dev,
libjpeg-dev,
libjson-perl,
2017-10-04 11:05:33 +02:00
libnuma-dev,
libpci-dev,
libpixman-1-dev,
libproxmox-backup-qemu0-dev (>= 1.0.3-1),
2017-10-04 11:05:33 +02:00
librbd-dev (>= 0.48),
libsdl1.2-dev,
libseccomp-dev,
2019-05-22 18:11:22 +02:00
libspice-protocol-dev (>= 0.12.14~),
2019-06-14 12:32:24 +02:00
libspice-server-dev (>= 0.14.0~),
2020-06-30 14:06:20 +02:00
libsystemd-dev,
2021-06-07 13:48:49 +02:00
liburing-dev,
2017-10-04 11:05:33 +02:00
libusb-1.0-0-dev (>= 1.0.17-1),
libusbredirparser-dev (>= 0.6-2),
2021-02-11 17:11:11 +01:00
meson,
python3-minimal,
2019-06-25 11:39:32 +02:00
python3-sphinx,
2021-10-11 13:55:34 +02:00
python3-sphinx-rtd-theme,
2017-10-04 11:05:33 +02:00
quilt,
texi2html,
texinfo,
uuid-dev,
xfslibs-dev,
2017-04-05 10:49:19 +02:00
Standards-Version: 3.7.2
Package: pve-qemu-kvm
Architecture: any
2017-10-04 11:05:33 +02:00
Depends: ceph-common (>= 0.48),
iproute2,
libaio1,
libgfapi0 | glusterfs-common (>= 5.6),
libgfchangelog0 | glusterfs-common (>= 5.6),
libgfdb0 | glusterfs-common (>= 5.6),
libgfrpc0 | glusterfs-common (>= 5.6),
libgfxdr0 | glusterfs-common (>= 5.6),
libglusterfs-dev | glusterfs-common (>= 5.6),
libglusterfs0 | glusterfs-common (>= 5.6),
2017-10-04 11:05:33 +02:00
libiscsi4 (>= 1.12.0) | libiscsi7,
2019-05-22 17:15:56 +02:00
libjemalloc2,
2017-10-04 11:05:33 +02:00
libjpeg62-turbo,
libsdl1.2debian,
2019-06-14 12:32:24 +02:00
libspice-server1 (>= 0.14.0~),
2017-10-04 11:05:33 +02:00
libusb-1.0-0 (>= 1.0.17-1),
libusbredirparser1 (>= 0.6-2),
libuuid1,
numactl,
${misc:Depends},
${shlibs:Depends},
Conflicts: kvm,
pve-kvm,
pve-qemu-kvm-2.6.18,
qemu,
qemu-kvm,
2019-06-14 12:32:24 +02:00
qemu-system-arm,
qemu-system-common,
2017-10-16 13:21:42 +02:00
qemu-system-x86,
2017-10-04 11:05:33 +02:00
qemu-utils,
2019-06-14 12:32:24 +02:00
Provides: qemu-system-arm, qemu-system-x86, qemu-utils
2017-10-04 11:05:33 +02:00
Replaces: pve-kvm,
pve-qemu-kvm-2.6.18,
2018-09-26 12:15:20 +02:00
qemu-system-arm,
2019-06-14 12:32:24 +02:00
qemu-system-x86,
2017-10-04 11:05:33 +02:00
qemu-utils,
2017-04-05 10:49:19 +02:00
Description: Full virtualization on x86 hardware
Using KVM, one can run multiple virtual PCs, each running unmodified Linux or
Windows images. Each virtual machine has private virtualized hardware: a
2017-10-04 11:05:33 +02:00
network card, disk, graphics adapter, etc.
2017-04-05 10:49:19 +02:00
Package: pve-qemu-kvm-dbg
Architecture: any
Section: debug
2019-06-14 12:32:24 +02:00
Depends: pve-qemu-kvm (= ${binary:Version})
2017-04-05 10:49:19 +02:00
Description: pve qemu debugging symbols
This package contains the debugging symbols for pve-qemu-kvm.