pve-http-server/debian/control
Thomas Lamprecht 95e3ad8356 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 <t.lamprecht@proxmox.com>
2024-09-23 14:54:14 +02:00

32 lines
970 B
Plaintext

Source: libpve-http-server-perl
Section: perl
Priority: optional
Maintainer: Proxmox Support Team <support@proxmox.com>
Build-Depends: debhelper-compat (= 13), perl,
Standards-Version: 4.6.2
Homepage: https://www.proxmox.com
Package: libpve-http-server-perl
Architecture: all
Depends: libanyevent-http-perl,
libanyevent-perl (>= 7.140-3),
libcrypt-ssleay-perl,
libhtml-parser-perl,
libhttp-date-perl,
libhttp-message-perl,
libio-socket-ssl-perl,
libjs-bootstrap,
libjs-jquery,
libjson-perl,
libnet-ip-perl,
libpve-common-perl (>= 6.0-13),
liburi-perl,
${misc:Depends},
${perl:Depends},
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.