diff --git a/perlmod-macro/Cargo.toml b/perlmod-macro/Cargo.toml index fb9af65..ac4798e 100644 --- a/perlmod-macro/Cargo.toml +++ b/perlmod-macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "perlmod-macro" -version = "0.4.0" +version = "0.4.1" authors = ["Wolfgang Bumiller "] edition = "2018" license = "Apache-2.0 OR MIT" diff --git a/perlmod-macro/debian/changelog b/perlmod-macro/debian/changelog index 1ea392c..e0e586e 100644 --- a/perlmod-macro/debian/changelog +++ b/perlmod-macro/debian/changelog @@ -1,3 +1,15 @@ +rust-perlmod-macro (0.4.1-1) stable; urgency=medium + + * put `-L./target/debug` first in library path on debug builds + + * generage bootstrap functions for packages + + * change generated .pm files to utilize the bootstrap functions + + * requires perlmod 0.7.2 or higher + + -- Proxmox Support Team Mon, 25 Oct 2021 10:03:47 +0200 + rust-perlmod-macro (0.4.0-1) stable; urgency=medium * drop toml dependency diff --git a/perlmod-macro/debian/control b/perlmod-macro/debian/control index 19f27d5..9a9b550 100644 --- a/perlmod-macro/debian/control +++ b/perlmod-macro/debian/control @@ -31,8 +31,8 @@ Provides: librust-perlmod-macro-0+default-dev (= ${binary:Version}), librust-perlmod-macro-0.4-dev (= ${binary:Version}), librust-perlmod-macro-0.4+default-dev (= ${binary:Version}), - librust-perlmod-macro-0.4.0-dev (= ${binary:Version}), - librust-perlmod-macro-0.4.0+default-dev (= ${binary:Version}) + librust-perlmod-macro-0.4.1-dev (= ${binary:Version}), + librust-perlmod-macro-0.4.1+default-dev (= ${binary:Version}) Description: Perl package macros to create perl package bindings from rust at compile time - Rust source code This package contains the source for the Rust perlmod-macro crate, packaged by debcargo for use with cargo and dh-cargo. diff --git a/perlmod/Cargo.toml b/perlmod/Cargo.toml index af02ed5..6c898f9 100644 --- a/perlmod/Cargo.toml +++ b/perlmod/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "perlmod" -version = "0.7.1" +version = "0.7.2" authors = ["Wolfgang Bumiller "] edition = "2018" build = "build.rs" diff --git a/perlmod/debian/changelog b/perlmod/debian/changelog index 3fbdbaf..aaef32f 100644 --- a/perlmod/debian/changelog +++ b/perlmod/debian/changelog @@ -1,3 +1,9 @@ +rust-perlmod (0.7.2-1) stable; urgency=medium + + * ffi: add RSPL_newXS_flags helper to allow making bootstrap functions + + -- Proxmox Support Team Mon, 25 Oct 2021 10:05:09 +0200 + rust-perlmod (0.7.1-1) stable; urgency=medium * add Value::bless_box helper diff --git a/perlmod/debian/control b/perlmod/debian/control index 0c56817..da011b0 100644 --- a/perlmod/debian/control +++ b/perlmod/debian/control @@ -33,7 +33,7 @@ Recommends: Provides: librust-perlmod-0-dev (= ${binary:Version}), librust-perlmod-0.7-dev (= ${binary:Version}), - librust-perlmod-0.7.1-dev (= ${binary:Version}) + librust-perlmod-0.7.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.7+exporter-dev (= ${binary:Version}), librust-perlmod-0.7+default-dev (= ${binary:Version}), librust-perlmod-0.7+perlmod-macro-dev (= ${binary:Version}), - librust-perlmod-0.7.1+exporter-dev (= ${binary:Version}), - librust-perlmod-0.7.1+default-dev (= ${binary:Version}), - librust-perlmod-0.7.1+perlmod-macro-dev (= ${binary:Version}) + librust-perlmod-0.7.2+exporter-dev (= ${binary:Version}), + librust-perlmod-0.7.2+default-dev (= ${binary:Version}), + librust-perlmod-0.7.2+perlmod-macro-dev (= ${binary:Version}) Description: Ffi & serde code for limited interaction with perl code - feature "exporter" and 2 more This metapackage enables feature "exporter" for the Rust perlmod crate, by pulling in any additional dependencies needed by that feature.