bump perlmod to 0.12.2-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2022-03-01 15:13:34 +01:00
parent ff419b1922
commit b61c34e6a7
3 changed files with 12 additions and 5 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "perlmod" name = "perlmod"
version = "0.12.1" version = "0.12.2"
authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"] authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
edition = "2021" edition = "2021"
build = "build.rs" build = "build.rs"

View File

@ -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 <support@proxmox.com> Tue, 01 Mar 2022 15:12:50 +0100
rust-perlmod (0.12.1-1) stable; urgency=medium rust-perlmod (0.12.1-1) stable; urgency=medium
* move 'substr_from_str_slice' from ScalarRef to Scalar * move 'substr_from_str_slice' from ScalarRef to Scalar

View File

@ -33,7 +33,7 @@ Recommends:
Provides: Provides:
librust-perlmod-0-dev (= ${binary:Version}), librust-perlmod-0-dev (= ${binary:Version}),
librust-perlmod-0.12-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 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 This package contains the source for the Rust perlmod crate, packaged by
debcargo for use with cargo and dh-cargo. 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+perlmod-macro-dev (= ${binary:Version}),
librust-perlmod-0.12+default-dev (= ${binary:Version}), librust-perlmod-0.12+default-dev (= ${binary:Version}),
librust-perlmod-0.12+exporter-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.2+perlmod-macro-dev (= ${binary:Version}),
librust-perlmod-0.12.1+default-dev (= ${binary:Version}), librust-perlmod-0.12.2+default-dev (= ${binary:Version}),
librust-perlmod-0.12.1+exporter-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 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 This metapackage enables feature "perlmod-macro" for the Rust perlmod crate, by
pulling in any additional dependencies needed by that feature. pulling in any additional dependencies needed by that feature.