]> git.proxmox.com Git - proxmox-acme.git/blob - debian/control
d/control: acme-perl: downgrade dependency to plugins to recommends
[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 (>= 10),
6 Standards-Version: 4.3.0
7 Homepage: https://www.proxmox.com
8
9 Package: libproxmox-acme-perl
10 Architecture: all
11 Depends: libpve-common-perl (>= 6~),
12 ${perl:Depends},
13 ${misc:Depends},
14 Recommends: libproxmox-acme-plugins,
15 Breaks: libpve-common-perl (<< 6.0-20),
16 Replaces: libpve-common-perl (<< 6.0-20),
17 Description: Proxmox ACME integration perl library
18 Used in perl-based Proxmox project as common interface for DNS and HTTP ACME
19 challenges.
20
21 Package: libproxmox-acme-plugins
22 Architecture: all
23 Depends: coreutils (>= 8.30-1),
24 curl (>= 7.64.0-1),
25 sed (>= 4.7-1),
26 ${misc:Depends},
27 Breaks: libproxmox-acme-perl (<< 1.1.0),
28 Replaces: libproxmox-acme-perl (<< 1.1.0),
29 Recommends: idn,
30 Description: Proxmox acme.sh wrapper for DNS API plugins
31 Used in Proxmox project to provide DNS API plugins for issuing ACME DNS
32 challenges with a small wrapper executable.