From 6b10f92d239caa94d8522ad11e7cfe88b79031d5 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 6 Mar 2019 07:51:46 +0100 Subject: [PATCH] d/control: do not track qemu-server and pve-container dependency While it would be correct to have them tracked here we cannot do this at the moment, as with those two also depend on pve-ha-manager, and with dpkg packaged under strech there's an issue with such cyclic dependencies and trigger cycle detection only resolved for buster[0] Currently, the issue exists on the following condition: * update of pve-ha-manager plus either pve-container or qemu-server * but _no_ update of pve-manager in the same upgrade cycle [0]: https://salsa.debian.org/dpkg-team/dpkg/commit/7f43bf5f93c857bdb419892abfc014a5e9c3c273 Signed-off-by: Thomas Lamprecht --- debian/control | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 4102f43..0cca295 100644 --- a/debian/control +++ b/debian/control @@ -21,8 +21,10 @@ Architecture: any Depends: libjson-perl, libpve-common-perl, pve-cluster (>= 3.0-17), - pve-container, - qemu-server, +# TODO: for PVE 6 re-add thos two, we just removed them to avoid a dpkg issue +# with cyclic depdnencies and wrong trigger cycle detections +# pve-container, +# qemu-server, systemd, ${misc:Depends}, ${perl:Depends}, -- 2.39.2