]> git.proxmox.com Git - qemu-server.git/commitdiff
d/control: add liburi-perl dependency
authorMira Limbeck <m.limbeck@proxmox.com>
Tue, 30 Jul 2024 14:27:39 +0000 (16:27 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 30 Jul 2024 17:48:09 +0000 (19:48 +0200)
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>
debian/control

index 2b5c8e3ba10943a1b834110569b01bfaf09273e1..89a111812ad30385e84edc2862eac691a7ae277f 100644 (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),