]> git.proxmox.com Git - pve-ha-manager.git/commit
d/control: do not track qemu-server and pve-container dependency
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 6 Mar 2019 06:51:46 +0000 (07:51 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 6 Mar 2019 07:07:09 +0000 (08:07 +0100)
commit6b10f92d239caa94d8522ad11e7cfe88b79031d5
tree0613d6c9909c60d0d6817a0d61fb7a3b08d02fa3
parentb65075d6a72118574eaafdb067068d4781533020
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 <t.lamprecht@proxmox.com>
debian/control