From ddc8c69bfa4c019776a8a414912113a554e79448 Mon Sep 17 00:00:00 2001 From: Maximiliano Sandoval Date: Fri, 13 Sep 2024 10:13:52 +0200 Subject: [PATCH] d/control: dependencies: add bzip2, gzip, lzop, zstd MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The decompressor_info method calls binaries provided by these packages so they are (alphabetically) added explicitly as dependencies. Signed-off-by: Maximiliano Sandoval FG: adapted commit message Signed-off-by: Fabian Grünbichler --- debian/control | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 1c66c9b..35dd0ae 100644 --- a/debian/control +++ b/debian/control @@ -26,7 +26,8 @@ Breaks: libpve-guest-common-perl (<< 4.0-3), pve-container (<< 3.1-2), pve-manager (<< 5.2-12), qemu-server (<< 6.1-14), -Depends: ceph-common (>= 12.2~), +Depends: bzip2, + ceph-common (>= 12.2~), ceph-fuse, cifs-utils, cstream, @@ -39,6 +40,7 @@ Depends: ceph-common (>= 12.2~), libpve-common-perl (>= 8.2.3), librados2-perl, lvm2, + lzop, nfs-common, proxmox-backup-client (>= 2.1.10~), proxmox-backup-file-restore, @@ -47,6 +49,7 @@ Depends: ceph-common (>= 12.2~), smbclient, thin-provisioning-tools, udev, + zstd, ${misc:Depends}, ${perl:Depends}, Recommends: pve-esxi-import-tools (>= 0.6.0),