5
0
mirror of git://git.proxmox.com/git/pve-ha-manager.git synced 2025-03-09 12:58:16 +03:00

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]: 7f43bf5f93

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-03-06 07:51:46 +01:00
parent b65075d6a7
commit 6b10f92d23

6
debian/control vendored
View File

@ -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},