]> git.proxmox.com Git - pve-http-server.git/blob - debian/control
d/control: raise standards version compliance to 4.6.2
[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-compat (= 13), perl
6 Standards-Version: 4.6.2
7 Homepage: https://www.proxmox.com
8
9 Package: libpve-http-server-perl
10 Architecture: all
11 Depends: libanyevent-http-perl,
12 libanyevent-perl (>= 7.140-3),
13 libcrypt-ssleay-perl,
14 libhtml-parser-perl,
15 libhttp-date-perl,
16 libhttp-message-perl,
17 libio-socket-ssl-perl,
18 libjs-bootstrap,
19 libjs-jquery,
20 libjson-perl,
21 libnet-ip-perl,
22 libpve-common-perl (>= 6.0-13),
23 liburi-perl,
24 ${perl:Depends},
25 Breaks: libpve-storage-perl (<< 7.0-11),
26 pmg-api (<< 6.1-5),
27 pve-manager (<< 6.1-6),
28 Description: Proxmox Asynchrounous HTTP Server Implementation
29 This package is used as base to implement the REST API in all perl based
30 Proxmox projects.