]> git.proxmox.com Git - proxmox-acme.git/blame_incremental - debian/control
split into two packages: a perl one and an acme.sh plugin one
[proxmox-acme.git] / debian / control
... / ...
CommitLineData
1Source: libproxmox-acme
2Section: admin
3Priority: optional
4Maintainer: Proxmox Support Team <support@proxmox.com>
5Build-Depends: debhelper (>= 10),
6Standards-Version: 4.3.0
7Homepage: https://www.proxmox.com
8
9Package: libproxmox-acme-perl
10Architecture: all
11Depends: libpve-common-perl (>= 6~),
12 libproxmox-acme-plugins,
13 ${perl:Depends},
14 ${misc:Depends},
15Breaks: libpve-common-perl (<< 6.0-20),
16Replaces: libpve-common-perl (<< 6.0-20),
17Description: easy and small shell script to automatically issue
18 and renew the free certificates from Let's Encrypt.
19
20Package: libproxmox-acme-plugins
21Architecture: all
22Depends: coreutils (>= 8.30-1),
23 curl (>= 7.64.0-1),
24 sed (>= 4.7-1),
25 ${misc:Depends},
26Breaks: libproxmox-acme-perl (<< 1.1.0),
27Replaces: libproxmox-acme-perl (<< 1.1.0),
28Recommends: idn,
29Description: easy and small shell script to automatically issue
30 and renew the free certificates from Let's Encrypt.