From 717da0f5cb32d633c9a76aee1279124f2b40542b Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 16 Jan 2025 13:37:39 +0100 Subject: [PATCH] bump perlmod to 0.13.5-1 Signed-off-by: Wolfgang Bumiller --- perlmod/Cargo.toml | 4 ++-- perlmod/debian/changelog | 12 ++++++++++++ perlmod/debian/control | 21 ++++++++++----------- 3 files changed, 24 insertions(+), 13 deletions(-) diff --git a/perlmod/Cargo.toml b/perlmod/Cargo.toml index c67e8da..e1f4327 100644 --- a/perlmod/Cargo.toml +++ b/perlmod/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "perlmod" -version = "0.13.4" +version = "0.13.5" build = "build.rs" categories = [ "API bindings" ] keywords = [ "ffi", "perl" ] @@ -23,7 +23,7 @@ bitflags = "1.2.1" libc = "0.2" serde = "1.0" -perlmod-macro = { path = "../perlmod-macro", optional = true, version = "0.8.2" } +perlmod-macro = { path = "../perlmod-macro", optional = true, version = "0.9" } [features] default = ["exporter"] diff --git a/perlmod/debian/changelog b/perlmod/debian/changelog index ef5223a..2ae9c64 100644 --- a/perlmod/debian/changelog +++ b/perlmod/debian/changelog @@ -1,3 +1,15 @@ +rust-perlmod (0.13.5-1) bookworm; urgency=medium + + * document 'errno' and 'serializ_error' parameters for `#[export]` + + * add missing drop handler for `RawGuard` + + * fix serialization of newtype and tuple enum variants + + * add private module to generate ELF notes for packages + + -- Proxmox Support Team Thu, 16 Jan 2025 13:37:31 +0100 + rust-perlmod (0.13.4-1) bookworm; urgency=medium * add perlmod::ffi::use_safe_putenv to deal with perl's broken environ diff --git a/perlmod/debian/control b/perlmod/debian/control index 7410d7c..f2d79b9 100644 --- a/perlmod/debian/control +++ b/perlmod/debian/control @@ -1,19 +1,19 @@ Source: rust-perlmod Section: rust Priority: optional -Build-Depends: debhelper (>= 12), - dh-cargo (>= 25), +Build-Depends: debhelper-compat (= 13), + dh-sequence-cargo, cargo:native , rustc:native , libstd-rust-dev , librust-bitflags-1+default-dev (>= 1.2.1-~~) , librust-cc-1+default-dev (>= 1.0.46-~~) , librust-libc-0.2+default-dev , - librust-perlmod-macro-0.8+default-dev (>= 0.8.2-~~) , + librust-perlmod-macro-0.9+default-dev , librust-serde-1+default-dev , perl (>= 5.28.1) Maintainer: Debian Rust Maintainers -Standards-Version: 4.6.1 +Standards-Version: 4.7.0 Vcs-Git: Vcs-Browser: X-Cargo-Crate: perlmod @@ -34,10 +34,9 @@ Recommends: Provides: librust-perlmod-0-dev (= ${binary:Version}), librust-perlmod-0.13-dev (= ${binary:Version}), - librust-perlmod-0.13.4-dev (= ${binary:Version}) + librust-perlmod-0.13.5-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. + Source code for Debianized Rust crate "perlmod" Package: librust-perlmod+perlmod-macro-dev Architecture: any @@ -45,7 +44,7 @@ Multi-Arch: same Depends: ${misc:Depends}, librust-perlmod-dev (= ${binary:Version}), - librust-perlmod-macro-0.8+default-dev (>= 0.8.2-~~) + librust-perlmod-macro-0.9+default-dev Provides: librust-perlmod+default-dev (= ${binary:Version}), librust-perlmod+exporter-dev (= ${binary:Version}), @@ -55,9 +54,9 @@ Provides: 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.4+perlmod-macro-dev (= ${binary:Version}), - librust-perlmod-0.13.4+default-dev (= ${binary:Version}), - librust-perlmod-0.13.4+exporter-dev (= ${binary:Version}) + librust-perlmod-0.13.5+perlmod-macro-dev (= ${binary:Version}), + librust-perlmod-0.13.5+default-dev (= ${binary:Version}), + librust-perlmod-0.13.5+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.