common: wrap-and-sort & refresh

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-05-18 12:45:44 +02:00
parent a53d4737d3
commit e3d4bb03c9

View File

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