]> git.proxmox.com Git - pmg-api.git/commitdiff
depend on libpmg-rs-perl and proxmox-acme
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 16 Mar 2021 10:24:08 +0000 (11:24 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 16 Mar 2021 16:14:57 +0000 (17:14 +0100)
This contains `PMG::RS::Acme` and `PMG::RS::CSR` which are
used for letsencrypt certificates.

Note that for the DNS plugins this still uses the perl code
from proxmox-acme for now.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
debian/control

index 2605e8212c7faa6dfa598254cd85421630301a74..1071097e8daec182f0371b0e04d44a3163235c2e 100644 (file)
@@ -16,9 +16,11 @@ Build-Depends: debhelper (>= 10~),
                libmime-tools-perl,
                libnet-ldap-perl,
                libnet-server-perl,
+               libpmg-rs-perl (>= 0.1-1),
                libpve-apiclient-perl,
                libpve-common-perl (>= 6.0-13),
                libpve-http-server-perl (>= 2.0-12),
+               libproxmox-acme-perl,
                librrds-perl,
                libtemplate-perl,
                libxdgmime-perl,
@@ -60,9 +62,11 @@ Depends: apt,
          libnet-ip-perl,
          libnet-ldap-perl,
          libnet-server-perl,
+         libpmg-rs-perl (>= 0.1-1),
          libpve-apiclient-perl,
          libpve-common-perl (>= 6.2-6),
          libpve-http-server-perl (>= 3.0-4),
+         libproxmox-acme-perl (>= 1.0.8),
          librrds-perl,
          libtemplate-perl,
          libterm-readline-gnu-perl,