]> git.proxmox.com Git - proxmox-acme.git/blobdiff - debian/control
bump version to 1.1.0
[proxmox-acme.git] / debian / control
index 6f900cf4914e9a68ea0d40a2a9fa8d55f7552655..be0166175369d93ddba9c335a93545b4f4fcfb3c 100644 (file)
@@ -1,18 +1,32 @@
-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
+Standards-Version: 4.3.0
 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~),
+         libproxmox-acme-plugins,
+         ${perl:Depends},
+         ${misc:Depends},
+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),
+         ${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.