]> git.proxmox.com Git - proxmox-acme.git/blobdiff - debian/control
bump version to 1.5.1
[proxmox-acme.git] / debian / control
index e897a817f5f6c12065608449370d522146c4655a..5c6043607960d157c1d2758902b9f9f6000afe1a 100644 (file)
@@ -1,20 +1,34 @@
-Source: libproxmox-acme-perl
+Source: libproxmox-acme
 Section: admin
 Priority: optional
 Maintainer: Proxmox Support Team <support@proxmox.com>
-Build-Depends: debhelper (>= 10),
-               dh-systemd,
-Standards-Version: 1.0.0
+Build-Depends: debhelper-compat (= 13),
+               libjson-perl <!nocheck>,
+               libpve-common-perl <!nocheck>,
+Standards-Version: 4.6.2
 Homepage: https://www.proxmox.com
 
 Package: libproxmox-acme-perl
 Architecture: all
-Description: easy and small shell script to automatically issue
- and renew the free certificates from Let's Encrypt.
+Depends: libpve-common-perl (>= 6~),
+         ${perl:Depends},
+         ${misc:Depends},
+Recommends: libproxmox-acme-plugins,
+Breaks: libpve-common-perl (<< 6.0-20),
+Replaces: libpve-common-perl (<< 6.0-20),
+Description: Proxmox ACME integration perl library
+ Used in perl-based Proxmox project as common interface for DNS and HTTP ACME
+ challenges.
+
+Package: libproxmox-acme-plugins
+Architecture: all
 Depends: coreutils (>= 8.30-1),
          curl (>= 7.64.0-1),
-         libpve-common-perl,
          sed (>= 4.7-1),
-Breaks: libpve-common-perl (<< 6.0-20),
-Replaces: libpve-common-perl (<< 6.0-20),
+         ${misc:Depends},
+Breaks: libproxmox-acme-perl (<< 1.1.0),
+Replaces: libproxmox-acme-perl (<< 1.1.0),
 Recommends: idn,
+Description: Proxmox acme.sh wrapper for DNS API plugins
+ Used in Proxmox project to provide DNS API plugins for issuing ACME DNS
+ challenges with a small wrapper executable.