]> git.puffer.fish Git - matthieu/pve-network.git/commitdiff
d/control: record dependency to pve-firewall from api package
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 19 Nov 2024 15:22:28 +0000 (16:22 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 19 Nov 2024 15:41:33 +0000 (16:41 +0100)
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>
debian/control

index 79cb2d3d4a43d91fcaa968f61fc95a137c9c9760..bb8cef9e98ac2ba9bcad3de1924a24b0b4a769da 100644 (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},