diff options
| author | Gabriel Goller <g.goller@proxmox.com> | 2025-07-16 15:07:57 +0200 |
|---|---|---|
| committer | Thomas Lamprecht <t.lamprecht@proxmox.com> | 2025-07-17 00:10:33 +0200 |
| commit | 8380f81faf7dd83d752a860b263fe52ae08d3393 (patch) | |
| tree | 830212fb50f0ffb8e6ce5974cd7fb4c06d5d3ded | |
| parent | f266b8057745eb5a6db635e6f9afa5e2813694ed (diff) | |
debian: add dependency to proxmox-perl-rs
We call perlmod rust functions directly from pve-network.
Signed-off-by: Gabriel Goller <g.goller@proxmox.com>
Link: https://lore.proxmox.com/20250716130837.585796-37-g.goller@proxmox.com
| -rw-r--r-- | debian/control | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/debian/control b/debian/control index b6e758d..17fc088 100644 --- a/debian/control +++ b/debian/control @@ -4,13 +4,15 @@ 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>, + libfile-slurp-perl, + libnet-subnet-perl, + libpve-rs-perl, + 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 Homepage: https://www.proxmox.com @@ -22,6 +24,7 @@ Depends: libpve-common-perl (>= 9.0.2), libnet-subnet-perl, libnet-ip-perl, libnetaddr-ip-perl, + libpve-rs-perl, ${misc:Depends}, ${perl:Depends}, Recommends: ifupdown2 |
