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