From b61c34e6a73755ff7749cdea22585392cefc01a9 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 1 Mar 2022 15:13:34 +0100 Subject: [PATCH] bump perlmod to 0.12.2-1 Signed-off-by: Wolfgang Bumiller --- perlmod/Cargo.toml | 2 +- perlmod/debian/changelog | 7 +++++++ perlmod/debian/control | 8 ++++---- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/perlmod/Cargo.toml b/perlmod/Cargo.toml index 0c3ea0b..2f0edf2 100644 --- a/perlmod/Cargo.toml +++ b/perlmod/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "perlmod" -version = "0.12.1" +version = "0.12.2" authors = ["Wolfgang Bumiller "] edition = "2021" build = "build.rs" diff --git a/perlmod/debian/changelog b/perlmod/debian/changelog index c38daf5..c26cd78 100644 --- a/perlmod/debian/changelog +++ b/perlmod/debian/changelog @@ -1,3 +1,10 @@ +rust-perlmod (0.12.2-1) stable; urgency=medium + + * fix 'substr_from_str_slice' failing if the substring is at the end of the + string + + -- Proxmox Support Team Tue, 01 Mar 2022 15:12:50 +0100 + rust-perlmod (0.12.1-1) stable; urgency=medium * move 'substr_from_str_slice' from ScalarRef to Scalar diff --git a/perlmod/debian/control b/perlmod/debian/control index 73a73b3..e59661f 100644 --- a/perlmod/debian/control +++ b/perlmod/debian/control @@ -33,7 +33,7 @@ Recommends: Provides: librust-perlmod-0-dev (= ${binary:Version}), librust-perlmod-0.12-dev (= ${binary:Version}), - librust-perlmod-0.12.1-dev (= ${binary:Version}) + librust-perlmod-0.12.2-dev (= ${binary:Version}) Description: Ffi & serde code for limited interaction with perl code - Rust source code This package contains the source for the Rust perlmod crate, packaged by debcargo for use with cargo and dh-cargo. @@ -54,9 +54,9 @@ Provides: librust-perlmod-0.12+perlmod-macro-dev (= ${binary:Version}), librust-perlmod-0.12+default-dev (= ${binary:Version}), librust-perlmod-0.12+exporter-dev (= ${binary:Version}), - librust-perlmod-0.12.1+perlmod-macro-dev (= ${binary:Version}), - librust-perlmod-0.12.1+default-dev (= ${binary:Version}), - librust-perlmod-0.12.1+exporter-dev (= ${binary:Version}) + librust-perlmod-0.12.2+perlmod-macro-dev (= ${binary:Version}), + librust-perlmod-0.12.2+default-dev (= ${binary:Version}), + librust-perlmod-0.12.2+exporter-dev (= ${binary:Version}) Description: Ffi & serde code for limited interaction with perl code - feature "perlmod-macro" and 2 more This metapackage enables feature "perlmod-macro" for the Rust perlmod crate, by pulling in any additional dependencies needed by that feature.