5
0
mirror of git://git.proxmox.com/git/qemu-server.git synced 2025-08-03 04:21:54 +03:00

d/control: require libpve-common-perl >= 9.0.3

To ensure the normalize_pci_id method from sysfs tools we now use is
available.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht
2025-07-10 13:25:02 +02:00
parent 6c0cce85ac
commit a8417c5611

4
debian/control vendored
View File

@ -8,7 +8,7 @@ Build-Depends: debhelper-compat (= 13),
libjson-c-dev,
libpve-apiclient-perl,
libpve-cluster-perl,
libpve-common-perl (>= 9.0.1),
libpve-common-perl (>= 9.0.3),
libpve-guest-common-perl (>= 5.2.2),
libpve-network-perl,
libpve-storage-perl (>= 9.0.2),
@ -38,7 +38,7 @@ Depends: dbus,
libpve-access-control (>= 8.0.0~),
libpve-apiclient-perl,
libpve-cluster-perl,
libpve-common-perl (>= 9.0.1),
libpve-common-perl (>= 9.0.3),
libpve-guest-common-perl (>= 5.2.2),
libpve-storage-perl (>= 9.0.2),
libterm-readline-gnu-perl,