]> git.proxmox.com Git - proxmox-acme.git/commitdiff
build: add missing build-dependencies
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 10 Jan 2023 12:07:07 +0000 (13:07 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 10 Jan 2023 12:07:07 +0000 (13:07 +0100)
there's a build cycle between proxmox-acme and pve-common, but proxmox-acme
only uses it for `make check`, so it's possible to break the cycle by using the
nocheck build profile when bootstrapping.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
debian/control

index fccb9807291fb080ba38349a51a6535dd643a5a9..fb4c4bad2283d7f720f50147a84386b112725b19 100644 (file)
@@ -3,6 +3,8 @@ Section: admin
 Priority: optional
 Maintainer: Proxmox Support Team <support@proxmox.com>
 Build-Depends: debhelper (>= 10),
+               libjson-perl <!nocheck>,
+               libpve-common-perl <!nocheck>,
 Standards-Version: 4.3.0
 Homepage: https://www.proxmox.com