To ensure the perl bindings for the new proxmox-oci crate are available as Proxmox::RS::OCI module.
Signed-off-by: Thomas Lamprecht <[email protected]> --- please incorporate this and the next patch in any potential future revision of this series. debian/control | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/control b/debian/control index 8351cb3..fb10fbe 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Build-Depends: debhelper-compat (= 13), libpve-cluster-perl, libpve-common-perl (>= 8.1.0), libpve-guest-common-perl (>= 5.1.0), + libpve-rs-perl (>= 0.11~), libpve-storage-perl, libtest-mockmodule-perl, lxc-pve (>= 4.0.9-2) | lxc (>= 4.0.9), @@ -26,6 +27,7 @@ Depends: binutils, libpve-cluster-perl, libpve-common-perl (>= 8.1.0), libpve-guest-common-perl (>= 5.1.3), + libpve-rs-perl (>= 0.11~), libpve-storage-perl (>= 8.3.5), lxc-pve, pve-cluster (>= 4.0-8), -- 2.47.3 _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
