pve-network/debian/control
Jing Luo via pve-devel f79f21a1bc d/control: break the circular build-dependency with pve-firewall, and more
Currently pve-network has a (versioned) build-dep of pve-firewall, which has
a (versioned) runtime dependency of a newer version of libpve-network-perl,
which is not available because it has not been built. It turns out that
pve-firewall is only needed in testing, so let's only pull it in if
we don't use the "nocheck" build profile so that we can actually build
pve-network from source.

perl is a build-essential so no need to add it in build-deps.

Fixes: cbc70c81b9
Signed-off-by: Jing Luo <jing@jing.rocks>
Link: https://lore.proxmox.com/mailman.599.1732342430.391.pve-devel@lists.proxmox.com
2025-04-07 12:47:23 +02:00

46 lines
1.6 KiB
Plaintext

Source: libpve-network-perl
Section: perl
Priority: optional
Maintainer: Proxmox Support Team <support@proxmox.com>
Build-Depends: debhelper-compat (= 13),
lintian,
libfile-slurp-perl <!nocheck>,
libnet-subnet-perl <!nocheck>,
libtest-mockmodule-perl <!nocheck>,
pve-cluster (>= 8.0.10) <!nocheck>,
pve-firewall (>= 5.1.0~) <!nocheck>,
pve-doc-generator (>= 5.3-3) <!nocheck>,
libpve-access-control <!nocheck>,
Standards-Version: 4.6.1
Homepage: https://www.proxmox.com
Package: libpve-network-perl
Architecture: all
Depends: libpve-common-perl (>= 5.0-45),
pve-cluster (>= 8.0.10),
libio-socket-ssl-perl,
libnet-subnet-perl,
libnet-ip-perl,
libnetaddr-ip-perl,
${misc:Depends},
${perl:Depends},
Recommends: ifupdown2
Suggests: frr-pythontools (>= 8.5.1~), dnsmasq,
Description: Proxmox VE's SDN (Software Defined Network) stack
This package contains the perl side of the Software Defined Network
implementation for Proxmox VE.
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},
${perl:Depends},
Breaks: libpve-network-perl (<< 0.9.9~),
Replaces: pve-cluster (<< 0.9.9~),
Description: API endpoints for Proxmox VE's SDN stack
This package contains the API endpoints for the Software Defined Network of
Proxmox VE.