]> git.proxmox.com Git - proxmox-acme.git/commitdiff
d/control: acme-perl: downgrade dependency to plugins to recommends
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 9 Oct 2021 12:21:05 +0000 (14:21 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 9 Nov 2021 17:03:40 +0000 (18:03 +0100)
we have some places where we just do not need the plugins and the
perl library has no hard dependency on the plugin stuff, http
challenge and acme protocol implementation are independent of those

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/control

index be0166175369d93ddba9c335a93545b4f4fcfb3c..fccb9807291fb080ba38349a51a6535dd643a5a9 100644 (file)
@@ -9,9 +9,9 @@ Homepage: https://www.proxmox.com
 Package: libproxmox-acme-perl
 Architecture: all
 Depends: libpve-common-perl (>= 6~),
-         libproxmox-acme-plugins,
          ${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