proxmox-perl-rs/common/pkg/debian/control
Thomas Lamprecht dcee60dc1a bump pve to 0.9.2, pmg to 0.7.7 and common to 0.3.5
Bump everything as we got a new common module (OIDC moved from pve-rs)
as while we could ignore pve-rs for now it's probably just more
confusing to do so in the long term.

Update all the versioned dependencies respectively.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2025-02-26 17:44:11 +01:00

24 lines
980 B
Plaintext

Source: libproxmox-rs-perl
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 13), perlmod-bin,
Maintainer: Proxmox Support Team <support@proxmox.com>
Standards-Version: 4.6.2
Vcs-Git: git://git.proxmox.com/git/proxmox-perl-rs.git
Vcs-Browser: https://git.proxmox.com/?p=proxmox-perl-rs.git
Homepage: https://www.proxmox.com
Rules-Requires-Root: no
Package: libproxmox-rs-perl
Architecture: all
# always bump both versioned Depends and Breaks, otherwise systems with both
# libpmg-rs-perl and libpve-rs-perl might load an outdated lib and break
Depends: libpve-rs-perl (>= 0.9.2) | libpmg-rs-perl (>= 0.7.7),
${misc:Depends},
${perl:Depends},
Breaks: libpmg-rs-perl (<< 0.6.2), libpve-rs-perl (<< 0.7.2),
Replaces: libpve-rs-perl (<< 0.6.0),
Description: PVE/PMG common perl parts for Rust perlmod bindings
Contains the perl side of modules provided by the libraries of both
libpve-rs-perl and libpmg-rs-perl, loading whichever is available.