]> git.proxmox.com Git - pve-http-server.git/blame - debian/control
anyevent: move unlink from http-server to endpoint
[pve-http-server.git] / debian / control
CommitLineData
d8218001
DM
1Source: libpve-http-server-perl
2Section: perl
3Priority: optional
4Maintainer: Proxmox Support Team <support@proxmox.com>
a008f818
TL
5Build-Depends: debhelper (>= 12),
6 perl,
a008f818 7Standards-Version: 4.5.1
131889e9 8Homepage: https://www.proxmox.com
d8218001
DM
9
10Package: libpve-http-server-perl
11Architecture: all
c26f8b28 12Depends: libanyevent-http-perl,
aa6e7a0d 13 libanyevent-perl (>= 7.140-3),
c26f8b28
FG
14 libcrypt-ssleay-perl,
15 libhtml-parser-perl,
16 libhttp-date-perl,
17 libhttp-message-perl,
18 libio-socket-ssl-perl,
88628fd1
TL
19 libjs-jquery,
20 libjs-bootstrap,
c26f8b28
FG
21 libjson-perl,
22 libnet-ip-perl,
597f8fb9 23 libpve-common-perl (>= 6.0-13),
c26f8b28
FG
24 liburi-perl,
25 ${perl:Depends},
3d358efe 26Breaks: pmg-api (<< 6.1-5), pve-manager (<< 6.1-6)
d8218001 27Description: Proxmox Asynchrounous HTTP Server Implementation
e69542b4
TL
28 This package is used as base to implement the REST API in all perl based
29 Proxmox projects.