pve-http-server/debian/control
Thomas Lamprecht e69542b4c9 d/control: improve package description
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-05-14 15:12:05 +02:00

31 lines
924 B
Plaintext

Source: libpve-http-server-perl
Section: perl
Priority: optional
Maintainer: Proxmox Support Team <support@proxmox.com>
Build-Depends: debhelper (>= 12),
perl,
unzip,
Standards-Version: 4.5.1
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-jquery,
libjs-bootstrap,
libjson-perl,
libnet-ip-perl,
libpve-common-perl (>= 6.0-13),
liburi-perl,
${perl:Depends},
Breaks: pmg-api (<< 6.1-5), pve-manager (<< 6.1-6)
Description: Proxmox Asynchrounous HTTP Server Implementation
This package is used as base to implement the REST API in all perl based
Proxmox projects.