]> git.proxmox.com Git - proxmox-acme.git/blob - debian/control
split into two packages: a perl one and an acme.sh plugin one
[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 libproxmox-acme-plugins,
13 ${perl:Depends},
14 ${misc:Depends},
15 Breaks: libpve-common-perl (<< 6.0-20),
16 Replaces: libpve-common-perl (<< 6.0-20),
17 Description: easy and small shell script to automatically issue
18 and renew the free certificates from Let's Encrypt.
19
20 Package: libproxmox-acme-plugins
21 Architecture: all
22 Depends: coreutils (>= 8.30-1),
23 curl (>= 7.64.0-1),
24 sed (>= 4.7-1),
25 ${misc:Depends},
26 Breaks: libproxmox-acme-perl (<< 1.1.0),
27 Replaces: libproxmox-acme-perl (<< 1.1.0),
28 Recommends: idn,
29 Description: easy and small shell script to automatically issue
30 and renew the free certificates from Let's Encrypt.