From b6fd1b3657e91cb4f95eba983d3251237f33be9d Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sat, 19 Nov 2022 11:35:38 +0100 Subject: [PATCH] fix #4355: d/control: depend on binutils to ensure objdump is available Reported both in BZ and the forum, with the latter posting the output of `pct start --debug` it quickly became obvious that we miss the binutils dependency here, maybe we can drop that in the future again by simply parsing the ELF header in rust and use perlmod but as stop gap for now just ensure that we actually got the tools available we want to use.. Link: https://forum.proxmox.com/threads/118232/ Fixes: 917f7ae ("revamp check for systemd version") Signed-off-by: Thomas Lamprecht --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 277170f..354d3de 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,8 @@ Package: pve-container Section: perl Priority: optional Architecture: all -Depends: file, +Depends: binutils, + file, libpve-access-control(>= 7.2-5), libpve-cluster-perl, libpve-common-perl (>= 7.2-4), -- 2.39.2