Files
pve-storage/debian/control
Dominik Csapak 5005ff5ab9 move OVF module over from qemu-server
Copy over the PVE::QemuServer::OVF module and relevant OVF tests from
the qemu-server package/repo.

We need it here for implementing the import content type support to
generic directory based plugins.
So it will also use PVE::Storage modules and thus anything higher, or
a different package, makes things only harder for now.

Put the OVF module under the new PVE::GuestImport module namespace.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
 [ TL: rework commit message to avoid file endings and clarify
   intentions ]
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2024-11-17 16:30:44 +01:00

61 lines
1.9 KiB
Plaintext

Source: libpve-storage-perl
Section: perl
Priority: optional
Maintainer: Proxmox Support Team <support@proxmox.com>
Build-Depends: debhelper-compat (= 13),
libfile-chdir-perl,
libposix-strptime-perl,
libpve-access-control,
libpve-cluster-perl (>= 8.0.6),
libpve-common-perl (>= 8.2.3),
librados2-perl,
libtest-mockmodule-perl,
libxml-libxml-perl,
lintian,
perl,
pve-cluster (>= 5.0-32),
pve-doc-generator (>= 5.3-3),
pve-qemu-kvm | qemu-utils,
zfsutils-linux,
Standards-Version: 4.6.2
Homepage: https://www.proxmox.com
Package: libpve-storage-perl
Architecture: all
Breaks: libpve-guest-common-perl (<< 4.0-3),
libpve-http-server-perl (<< 4.0-3),
pve-container (<< 3.1-2),
pve-manager (<< 5.2-12),
qemu-server (<< 6.1-14),
Depends: bzip2,
ceph-common (>= 12.2~),
ceph-fuse,
cifs-utils,
cstream,
glusterfs-client (>= 3.4.0-2),
libfile-chdir-perl,
libposix-strptime-perl,
libpve-access-control (>= 8.1.2),
libpve-apiclient-perl (>= 3.1-1),
libpve-cluster-perl (>= 8.0.6),
libpve-common-perl (>= 8.2.3),
librados2-perl,
libxml-libxml-perl,
lvm2,
lzop,
nfs-common,
proxmox-backup-client (>= 2.1.10~),
proxmox-backup-file-restore,
pve-cluster (>= 5.0-32),
smartmontools,
smbclient,
thin-provisioning-tools,
udev,
zstd,
${misc:Depends},
${perl:Depends},
Recommends: pve-esxi-import-tools (>= 0.6.0),
zfs-zed,
Description: Proxmox VE storage management library
This package contains the storage management library used by Proxmox VE.