From: Thomas Lamprecht Date: Tue, 19 Nov 2024 15:22:28 +0000 (+0100) Subject: d/control: record dependency to pve-firewall from api package X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=cbc70c81b9a2647a20903b27cabb14c1d6dc6d76;p=matthieu%2Fpve-network.git d/control: record dependency to pve-firewall from api package We mount the per-vnet firewall API endpoints here now, as we split api and implementation we can avoid a cyclic dependency. Signed-off-by: Thomas Lamprecht --- diff --git a/debian/control b/debian/control index 79cb2d3..bb8cef9 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,7 @@ Build-Depends: debhelper-compat (= 13), libtest-mockmodule-perl, perl, pve-cluster (>= 8.0.10), + pve-firewall (>= 5.1.0~), pve-doc-generator (>= 5.3-3), libpve-access-control, Standards-Version: 4.6.1 @@ -32,6 +33,7 @@ Description: Proxmox VE's SDN (Software Defined Network) stack Package: libpve-network-api-perl Architecture: all Depends: libpve-common-perl (>= 5.0-45), + pve-firewall (>= 5.1.0~), pve-cluster (>= 8.0.9), libpve-network-perl (= ${binary:Version}), ${misc:Depends},