From 95e3ad835675f4cc8070a9ed46af1c603f637a90 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 23 Sep 2024 14:53:21 +0200 Subject: [PATCH] d/control: record breaks for older pve-storage, pve-manager and pmg-api to ensure that the installed version can cope with the more strict behavior w.r.t. schema and a download response. Signed-off-by: Thomas Lamprecht --- debian/control | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 27256b1..9cbb42a 100644 --- a/debian/control +++ b/debian/control @@ -23,9 +23,9 @@ Depends: libanyevent-http-perl, liburi-perl, ${misc:Depends}, ${perl:Depends}, -Breaks: libpve-storage-perl (<< 7.0-11), - pmg-api (<< 6.1-5), - pve-manager (<< 6.1-6), +Breaks: libpve-storage-perl (<< 7.4-4), + pmg-api (<< 7.3-12), + pve-manager (<< 7.4-18), Description: Proxmox Asynchrounous HTTP Server Implementation This package is used as base to implement the REST API in all perl based Proxmox projects.