]> git.proxmox.com Git - proxmox-acme.git/blame - debian/control
d/control: acme-perl: downgrade dependency to plugins to recommends
[proxmox-acme.git] / debian / control
CommitLineData
a19ae07b 1Source: libproxmox-acme
9ce00d2f
WL
2Section: admin
3Priority: optional
4Maintainer: Proxmox Support Team <support@proxmox.com>
5Build-Depends: debhelper (>= 10),
888b6f2c 6Standards-Version: 4.3.0
9ce00d2f
WL
7Homepage: https://www.proxmox.com
8
9Package: libproxmox-acme-perl
10Architecture: all
a19ae07b 11Depends: libpve-common-perl (>= 6~),
017d8f5c 12 ${perl:Depends},
888b6f2c 13 ${misc:Depends},
bec91493 14Recommends: libproxmox-acme-plugins,
8a683400
FG
15Breaks: libpve-common-perl (<< 6.0-20),
16Replaces: libpve-common-perl (<< 6.0-20),
bf506bfe
TL
17Description: Proxmox ACME integration perl library
18 Used in perl-based Proxmox project as common interface for DNS and HTTP ACME
19 challenges.
a19ae07b
TL
20
21Package: libproxmox-acme-plugins
22Architecture: all
23Depends: coreutils (>= 8.30-1),
24 curl (>= 7.64.0-1),
25 sed (>= 4.7-1),
26 ${misc:Depends},
27Breaks: libproxmox-acme-perl (<< 1.1.0),
28Replaces: libproxmox-acme-perl (<< 1.1.0),
43305982 29Recommends: idn,
bf506bfe
TL
30Description: 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.