]> git.proxmox.com Git - pve-http-server.git/blob - debian/control
87c465f0d03e1193355f2eefcc6b7bdea6b730f2
[pve-http-server.git] / debian / control
1 Source: libpve-http-server-perl
2 Section: perl
3 Priority: optional
4 Maintainer: Proxmox Support Team <support@proxmox.com>
5 Build-Depends: debhelper (>= 12),
6 perl,
7 unzip,
8 Standards-Version: 4.5.1
9 Homepage: https://www.proxmox.com
10
11 Package: libpve-http-server-perl
12 Architecture: all
13 Depends: libanyevent-http-perl,
14 libanyevent-perl (>= 7.140-3),
15 libcrypt-ssleay-perl,
16 libhtml-parser-perl,
17 libhttp-date-perl,
18 libhttp-message-perl,
19 libio-socket-ssl-perl,
20 libjs-jquery,
21 libjs-bootstrap,
22 libjson-perl,
23 libnet-ip-perl,
24 libpve-common-perl (>= 6.0-13),
25 liburi-perl,
26 ${perl:Depends},
27 Breaks: pmg-api (<< 6.1-5), pve-manager (<< 6.1-6)
28 Description: Proxmox Asynchrounous HTTP Server Implementation
29 This is used to implement the PVE REST API.