proxmox-acme/debian/control
Thomas Lamprecht 9aff0dc532 d/control: define compat level via build-depends and raise to 13
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-05-07 13:18:27 +02:00

35 lines
1.1 KiB
Plaintext

Source: libproxmox-acme
Section: admin
Priority: optional
Maintainer: Proxmox Support Team <support@proxmox.com>
Build-Depends: debhelper-compat (= 13),
libjson-perl <!nocheck>,
libpve-common-perl <!nocheck>,
Standards-Version: 4.6.2
Homepage: https://www.proxmox.com
Package: libproxmox-acme-perl
Architecture: all
Depends: libpve-common-perl (>= 6~),
${perl:Depends},
${misc:Depends},
Recommends: libproxmox-acme-plugins,
Breaks: libpve-common-perl (<< 6.0-20),
Replaces: libpve-common-perl (<< 6.0-20),
Description: Proxmox ACME integration perl library
Used in perl-based Proxmox project as common interface for DNS and HTTP ACME
challenges.
Package: libproxmox-acme-plugins
Architecture: all
Depends: coreutils (>= 8.30-1),
curl (>= 7.64.0-1),
sed (>= 4.7-1),
${misc:Depends},
Breaks: libproxmox-acme-perl (<< 1.1.0),
Replaces: libproxmox-acme-perl (<< 1.1.0),
Recommends: idn,
Description: Proxmox acme.sh wrapper for DNS API plugins
Used in Proxmox project to provide DNS API plugins for issuing ACME DNS
challenges with a small wrapper executable.