From 3d358efe29486e1dea31633efeab4617e21b52e9 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 28 Jan 2020 21:18:06 +0100 Subject: [PATCH] d/control: versioned break pve-manager and pmg-api due to incompatible new cookie/header extraction method Signed-off-by: Thomas Lamprecht --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index b980cf7..0e24237 100644 --- a/debian/control +++ b/debian/control @@ -24,5 +24,6 @@ Depends: libanyevent-http-perl, libpve-common-perl, liburi-perl, ${perl:Depends}, +Breaks: pmg-api (<< 6.1-5), pve-manager (<< 6.1-6) Description: Proxmox Asynchrounous HTTP Server Implementation This is used to implement the PVE REST API.