diff --git a/common/pkg/debian/control b/common/pkg/debian/control index cf158614..6fdf25e3 100644 --- a/common/pkg/debian/control +++ b/common/pkg/debian/control @@ -1,11 +1,9 @@ Source: libproxmox-rs-perl Section: perl Priority: optional -Build-Depends: - debhelper-compat (= 13), - perlmod-bin, +Build-Depends: debhelper-compat (= 13), perlmod-bin, Maintainer: Proxmox Support Team -Standards-Version: 4.5.1 +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 @@ -15,15 +13,12 @@ Package: libproxmox-rs-perl 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: - ${misc:Depends}, - ${perl:Depends}, - ${shlibs:Depends}, - libpve-rs-perl (>= 0.7.2) | libpmg-rs-perl (>= 0.6.2), -Breaks: - libpve-rs-perl (<< 0.7.2), - libpmg-rs-perl (<< 0.6.2), -Replaces: libpve-rs-perl (<< 0.6.0) -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. +Depends: libpve-rs-perl (>= 0.7.2) | libpmg-rs-perl (>= 0.6.2), + ${misc:Depends}, + ${perl:Depends}, + ${shlibs: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.