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:
Mira Limbeck 2024-07-30 16:27:39 +02:00 committed by Thomas Lamprecht
parent 0b50d3d29f
commit 145ff0138f

2
debian/control vendored
View File

@ -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),