mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-10-04 21:14:21 +00:00
d/control: add liburi-perl dependency
URI is used in multiple files: PVE/API2/Qemu.pm PVE/CLI/qm.pm PVE/QemuServer.pm PVE/QemuServer/Cloudinit.pm Dependencies of qemu-server already have it as dependency, but there's no explicit dependency in qemu-server yet. Signed-off-by: Mira Limbeck <m.limbeck@proxmox.com>
This commit is contained in:
parent
0b50d3d29f
commit
145ff0138f
2
debian/control
vendored
2
debian/control
vendored
@ -12,6 +12,7 @@ Build-Depends: debhelper-compat (= 13),
|
||||
libpve-guest-common-perl (>= 5.1.0),
|
||||
libpve-storage-perl (>= 6.1-7),
|
||||
libtest-mockmodule-perl,
|
||||
liburi-perl,
|
||||
libuuid-perl,
|
||||
libxml-libxml-perl,
|
||||
lintian,
|
||||
@ -41,6 +42,7 @@ Depends: dbus,
|
||||
libpve-guest-common-perl (>= 5.1.2),
|
||||
libpve-storage-perl (>= 7.2-10),
|
||||
libterm-readline-gnu-perl,
|
||||
liburi-perl,
|
||||
libuuid-perl,
|
||||
libxml-libxml-perl,
|
||||
perl (>= 5.10.0-19),
|
||||
|
Loading…
Reference in New Issue
Block a user