]> git.proxmox.com Git - pve-http-server.git/blobdiff - debian/control
d/control: raise standards version compliance to 4.6.2
[pve-http-server.git] / debian / control
index e3bc4c810a86e56c32d4dc9296f17ff53b12310b..7bfe7fb8835ae70ee800b9b4ede1deeaba0ea7b1 100644 (file)
@@ -2,25 +2,29 @@ Source: libpve-http-server-perl
 Section: perl
 Priority: optional
 Maintainer: Proxmox Support Team <support@proxmox.com>
-Build-Depends: debhelper (>= 9),
-               perl (>= 5.10.0-19),
-               unzip,
-Standards-Version: 3.9.5
+Build-Depends: debhelper-compat (= 13), perl
+Standards-Version: 4.6.2
 Homepage: https://www.proxmox.com
 
 Package: libpve-http-server-perl
 Architecture: all
 Depends: libanyevent-http-perl,
-         libanyevent-perl,
+         libanyevent-perl (>= 7.140-3),
          libcrypt-ssleay-perl,
          libhtml-parser-perl,
          libhttp-date-perl,
          libhttp-message-perl,
          libio-socket-ssl-perl,
+         libjs-bootstrap,
+         libjs-jquery,
          libjson-perl,
          libnet-ip-perl,
-         libpve-common-perl,
+         libpve-common-perl (>= 6.0-13),
          liburi-perl,
          ${perl:Depends},
+Breaks: libpve-storage-perl (<< 7.0-11),
+        pmg-api (<< 6.1-5),
+        pve-manager (<< 6.1-6),
 Description: Proxmox Asynchrounous HTTP Server Implementation
- This is used to implement the PVE REST API.
+ This package is used as base to implement the REST API in all perl based
+ Proxmox projects.