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 <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2024-11-19 16:22:28 +01:00
parent fae1c5b630
commit cbc70c81b9

2
debian/control vendored
View file

@ -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},