]> git.proxmox.com Git - pve-http-server.git/blob - debian/control
bump version to 5.1.0
[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 (>= 9),
6 perl (>= 5.10.0-19),
7 unzip,
8 Standards-Version: 3.9.5
9 Homepage: https://www.proxmox.com
10
11 Package: libpve-http-server-perl
12 Architecture: all
13 Depends: libanyevent-http-perl,
14 libanyevent-perl,
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,
25 liburi-perl,
26 ${perl:Depends},
27 Description: Proxmox Asynchrounous HTTP Server Implementation
28 This is used to implement the PVE REST API.