From f605d7cf0c0d958d58705f00367f42839dc916e8 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Fri, 4 Mar 2022 09:02:55 +0100 Subject: [PATCH] bump perlmod to 0.13.0-1 Signed-off-by: Wolfgang Bumiller --- perlmod/Cargo.toml | 2 +- perlmod/debian/changelog | 10 ++++++++++ perlmod/debian/control | 16 ++++++++-------- 3 files changed, 19 insertions(+), 9 deletions(-) diff --git a/perlmod/Cargo.toml b/perlmod/Cargo.toml index 2f0edf2..710150c 100644 --- a/perlmod/Cargo.toml +++ b/perlmod/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "perlmod" -version = "0.12.2" +version = "0.13.0" authors = ["Wolfgang Bumiller "] edition = "2021" build = "build.rs" diff --git a/perlmod/debian/changelog b/perlmod/debian/changelog index c26cd78..4e4a61c 100644 --- a/perlmod/debian/changelog +++ b/perlmod/debian/changelog @@ -1,3 +1,13 @@ +rust-perlmod (0.13.0-1) stable; urgency=medium + + * add `merge_str_slice` convenience helper + + * drop `Result` from `substr_from_str_slice` return value + + * handle SvUTF8 flag in `substr_from_str_slice` + + -- Proxmox Support Team Fri, 04 Mar 2022 09:01:32 +0100 + rust-perlmod (0.12.2-1) stable; urgency=medium * fix 'substr_from_str_slice' failing if the substring is at the end of the diff --git a/perlmod/debian/control b/perlmod/debian/control index e59661f..6133ba9 100644 --- a/perlmod/debian/control +++ b/perlmod/debian/control @@ -32,8 +32,8 @@ Recommends: librust-perlmod+perlmod-macro-dev (= ${binary:Version}) Provides: librust-perlmod-0-dev (= ${binary:Version}), - librust-perlmod-0.12-dev (= ${binary:Version}), - librust-perlmod-0.12.2-dev (= ${binary:Version}) + librust-perlmod-0.13-dev (= ${binary:Version}), + librust-perlmod-0.13.0-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. @@ -51,12 +51,12 @@ Provides: librust-perlmod-0+perlmod-macro-dev (= ${binary:Version}), librust-perlmod-0+default-dev (= ${binary:Version}), librust-perlmod-0+exporter-dev (= ${binary:Version}), - 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.2+perlmod-macro-dev (= ${binary:Version}), - librust-perlmod-0.12.2+default-dev (= ${binary:Version}), - librust-perlmod-0.12.2+exporter-dev (= ${binary:Version}) + librust-perlmod-0.13+perlmod-macro-dev (= ${binary:Version}), + librust-perlmod-0.13+default-dev (= ${binary:Version}), + librust-perlmod-0.13+exporter-dev (= ${binary:Version}), + librust-perlmod-0.13.0+perlmod-macro-dev (= ${binary:Version}), + librust-perlmod-0.13.0+default-dev (= ${binary:Version}), + librust-perlmod-0.13.0+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.