From 8e7330c47450b731f959b223015daf58ee65076b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Wed, 7 Sep 2022 12:05:37 +0200 Subject: [PATCH] common: bump to 0.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit and update versioned depends/breaks Signed-off-by: Fabian Grünbichler --- common/pkg/debian/changelog | 6 ++++++ common/pkg/debian/control | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) 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