mirror of
https://git.proxmox.com/git/proxmox-perl-rs
synced 2025-05-24 03:05:57 +00:00
common: add versioned Breaks
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
39c29ee9a4
commit
db85dc1b7a
@ -12,12 +12,16 @@ Rules-Requires-Root: no
|
|||||||
|
|
||||||
Package: libproxmox-rs-perl
|
Package: libproxmox-rs-perl
|
||||||
Architecture: any
|
Architecture: any
|
||||||
|
# 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:
|
Depends:
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
${perl:Depends},
|
${perl:Depends},
|
||||||
${shlibs:Depends},
|
${shlibs:Depends},
|
||||||
libpve-rs-perl (>= 0.7.0) | libpmg-rs-perl (>= 0.6.0),
|
libpve-rs-perl (>= 0.7.0) | libpmg-rs-perl (>= 0.6.0),
|
||||||
Breaks: libpve-rs-perl (<< 0.6.0)
|
Breaks:
|
||||||
|
libpve-rs-perl (<< 0.7.0),
|
||||||
|
libpmg-rs-perl (<< 0.6.0),
|
||||||
Replaces: libpve-rs-perl (<< 0.6.0)
|
Replaces: libpve-rs-perl (<< 0.6.0)
|
||||||
Description: PVE/PMG common parts which have been ported to Rust - Perl packages
|
Description: PVE/PMG common parts which have been ported to Rust - Perl packages
|
||||||
Contains the perl side of modules provided by the libraries of both libpve-rs-perl and
|
Contains the perl side of modules provided by the libraries of both libpve-rs-perl and
|
||||||
|
Loading…
Reference in New Issue
Block a user