]> git.proxmox.com Git - proxmox-acme.git/blob - debian/control
bump version to 1.5.1
[proxmox-acme.git] / debian / control
1 Source: libproxmox-acme
2 Section: admin
3 Priority: optional
4 Maintainer: Proxmox Support Team <support@proxmox.com>
5 Build-Depends: debhelper-compat (= 13),
6 libjson-perl <!nocheck>,
7 libpve-common-perl <!nocheck>,
8 Standards-Version: 4.6.2
9 Homepage: https://www.proxmox.com
10
11 Package: libproxmox-acme-perl
12 Architecture: all
13 Depends: libpve-common-perl (>= 6~),
14 ${perl:Depends},
15 ${misc:Depends},
16 Recommends: libproxmox-acme-plugins,
17 Breaks: libpve-common-perl (<< 6.0-20),
18 Replaces: libpve-common-perl (<< 6.0-20),
19 Description: Proxmox ACME integration perl library
20 Used in perl-based Proxmox project as common interface for DNS and HTTP ACME
21 challenges.
22
23 Package: libproxmox-acme-plugins
24 Architecture: all
25 Depends: coreutils (>= 8.30-1),
26 curl (>= 7.64.0-1),
27 sed (>= 4.7-1),
28 ${misc:Depends},
29 Breaks: libproxmox-acme-perl (<< 1.1.0),
30 Replaces: libproxmox-acme-perl (<< 1.1.0),
31 Recommends: idn,
32 Description: Proxmox acme.sh wrapper for DNS API plugins
33 Used in Proxmox project to provide DNS API plugins for issuing ACME DNS
34 challenges with a small wrapper executable.