]> git.proxmox.com Git - proxmox-acme.git/blame - debian/control
bump version to 1.5.1
[proxmox-acme.git] / debian / control
CommitLineData
a19ae07b 1Source: libproxmox-acme
9ce00d2f
WL
2Section: admin
3Priority: optional
4Maintainer: Proxmox Support Team <support@proxmox.com>
9aff0dc5 5Build-Depends: debhelper-compat (= 13),
caef9d47
FG
6 libjson-perl <!nocheck>,
7 libpve-common-perl <!nocheck>,
ecf8f2d9 8Standards-Version: 4.6.2
9ce00d2f
WL
9Homepage: https://www.proxmox.com
10
11Package: libproxmox-acme-perl
12Architecture: all
a19ae07b 13Depends: libpve-common-perl (>= 6~),
017d8f5c 14 ${perl:Depends},
888b6f2c 15 ${misc:Depends},
bec91493 16Recommends: libproxmox-acme-plugins,
8a683400
FG
17Breaks: libpve-common-perl (<< 6.0-20),
18Replaces: libpve-common-perl (<< 6.0-20),
bf506bfe
TL
19Description: Proxmox ACME integration perl library
20 Used in perl-based Proxmox project as common interface for DNS and HTTP ACME
21 challenges.
a19ae07b
TL
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),
43305982 31Recommends: idn,
bf506bfe
TL
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.