diff --git a/common/pkg/debian/changelog b/common/pkg/debian/changelog index 535b45f..1593980 100644 --- a/common/pkg/debian/changelog +++ b/common/pkg/debian/changelog @@ -1,3 +1,9 @@ +libproxmox-rs-perl (0.2.1) bullseye; urgency=medium + + * update to proxmox-subscription 0.3 / proxmox-http 0.7 + + -- Proxmox Support Team Wed, 7 Sep 2022 11:53:10 +0200 + libproxmox-rs-perl (0.2.0) bullseye; urgency=medium * add Proxmox::RS::Subscription diff --git a/common/pkg/debian/control b/common/pkg/debian/control index 4c7ee66..ff819c0 100644 --- a/common/pkg/debian/control +++ b/common/pkg/debian/control @@ -18,10 +18,10 @@ Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, - libpve-rs-perl (>= 0.7.0) | libpmg-rs-perl (>= 0.6.0), + libpve-rs-perl (>= 0.7.2) | libpmg-rs-perl (>= 0.6.2), Breaks: - libpve-rs-perl (<< 0.7.0), - libpmg-rs-perl (<< 0.6.0), + 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