mirror of
https://git.proxmox.com/git/pve-http-server
synced 2025-10-15 12:02:57 +00:00
build: reformat debian/control
using wrap-and-sort -abt
This commit is contained in:
parent
c5b723232e
commit
c26f8b28fb
18
debian/control
vendored
18
debian/control
vendored
@ -2,12 +2,24 @@ Source: libpve-http-server-perl
|
|||||||
Section: perl
|
Section: perl
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||||
Build-Depends: debhelper (>= 9), perl (>= 5.10.0-19)
|
Build-Depends: debhelper (>= 9),
|
||||||
|
perl (>= 5.10.0-19),
|
||||||
Standards-Version: 3.9.5
|
Standards-Version: 3.9.5
|
||||||
Homepage: http://www.proxmox.com
|
Homepage: http://www.proxmox.com
|
||||||
|
|
||||||
Package: libpve-http-server-perl
|
Package: libpve-http-server-perl
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${perl:Depends}, libnet-ip-perl, libio-socket-ssl-perl, libjson-perl, libcrypt-ssleay-perl, libhttp-date-perl, libhttp-message-perl, liburi-perl, libhtml-parser-perl, libanyevent-perl, libanyevent-http-perl, libpve-common-perl
|
Depends: libanyevent-http-perl,
|
||||||
|
libanyevent-perl,
|
||||||
|
libcrypt-ssleay-perl,
|
||||||
|
libhtml-parser-perl,
|
||||||
|
libhttp-date-perl,
|
||||||
|
libhttp-message-perl,
|
||||||
|
libio-socket-ssl-perl,
|
||||||
|
libjson-perl,
|
||||||
|
libnet-ip-perl,
|
||||||
|
libpve-common-perl,
|
||||||
|
liburi-perl,
|
||||||
|
${perl:Depends},
|
||||||
Description: Proxmox Asynchrounous HTTP Server Implementation
|
Description: Proxmox Asynchrounous HTTP Server Implementation
|
||||||
This is used to implement the PVE REST API.
|
This is used to implement the PVE REST API.
|
||||||
|
Loading…
Reference in New Issue
Block a user