[pmg-devel] [PATCH api 1/8] depend on libpmg-rs-perl and proxmox-acme

Wolfgang Bumiller w.bumiller at proxmox.com
Tue Mar 9 15:13:45 CET 2021


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 at proxmox.com>
---
 debian/control | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/control b/debian/control
index 2605e82..bab2596 100644
--- a/debian/control
+++ b/debian/control
@@ -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,
          librrds-perl,
          libtemplate-perl,
          libterm-readline-gnu-perl,
-- 
2.20.1





More information about the pmg-devel mailing list