]> git.proxmox.com Git - proxmox-acme.git/blobdiff - debian/control
bump version to 1.5.1
[proxmox-acme.git] / debian / control
index b5f6519197d4a29107f4aa2973d91ffe93caf985..5c6043607960d157c1d2758902b9f9f6000afe1a 100644 (file)
@@ -1,21 +1,34 @@
-Source: libproxmox-acme-perl
+Source: libproxmox-acme
 Section: admin
 Priority: optional
 Maintainer: Proxmox Support Team <support@proxmox.com>
-Build-Depends: debhelper (>= 10),
-Standards-Version: 4.3.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
-Depends: coreutils (>= 8.30-1),
-         curl (>= 7.64.0-1),
-         libpve-common-perl (>= 6~),
-         sed (>= 4.7-1),
+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),
+         sed (>= 4.7-1),
+         ${misc:Depends},
+Breaks: libproxmox-acme-perl (<< 1.1.0),
+Replaces: libproxmox-acme-perl (<< 1.1.0),
 Recommends: idn,
-Description: easy and small shell script to automatically issue
- and renew the free certificates from Let's Encrypt.
+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.