mirror of
https://git.proxmox.com/git/perlmod
synced 2025-10-05 20:14:07 +00:00
bump perlmod version to 0.7.1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
d1743af5d8
commit
ebe0ba6487
@ -6,7 +6,6 @@ Build-Depends: debhelper (>= 12),
|
|||||||
cargo:native <!nocheck>,
|
cargo:native <!nocheck>,
|
||||||
rustc:native <!nocheck>,
|
rustc:native <!nocheck>,
|
||||||
libstd-rust-dev <!nocheck>,
|
libstd-rust-dev <!nocheck>,
|
||||||
librust-anyhow-1+default-dev <!nocheck>,
|
|
||||||
librust-proc-macro2-1+default-dev <!nocheck>,
|
librust-proc-macro2-1+default-dev <!nocheck>,
|
||||||
librust-quote-1+default-dev <!nocheck>,
|
librust-quote-1+default-dev <!nocheck>,
|
||||||
librust-syn-1+default-dev <!nocheck>,
|
librust-syn-1+default-dev <!nocheck>,
|
||||||
@ -22,7 +21,6 @@ Architecture: any
|
|||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Depends:
|
Depends:
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
librust-anyhow-1+default-dev,
|
|
||||||
librust-proc-macro2-1+default-dev,
|
librust-proc-macro2-1+default-dev,
|
||||||
librust-quote-1+default-dev,
|
librust-quote-1+default-dev,
|
||||||
librust-syn-1+default-dev,
|
librust-syn-1+default-dev,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "perlmod"
|
name = "perlmod"
|
||||||
version = "0.7.0"
|
version = "0.7.1"
|
||||||
authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
|
authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
rust-perlmod (0.7.1-1) stable; urgency=medium
|
||||||
|
|
||||||
|
* add Value::bless_box helper
|
||||||
|
|
||||||
|
* improve documentation
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Tue, 19 Oct 2021 10:31:07 +0200
|
||||||
|
|
||||||
rust-perlmod (0.7.0-1) stable; urgency=medium
|
rust-perlmod (0.7.0-1) stable; urgency=medium
|
||||||
|
|
||||||
* properly prevent ScalarRef values from being created
|
* properly prevent ScalarRef values from being created
|
||||||
|
@ -11,8 +11,6 @@ Build-Depends: debhelper (>= 12),
|
|||||||
librust-libc-0.2+default-dev <!nocheck>,
|
librust-libc-0.2+default-dev <!nocheck>,
|
||||||
librust-perlmod-macro-0.4+default-dev <!nocheck>,
|
librust-perlmod-macro-0.4+default-dev <!nocheck>,
|
||||||
librust-serde-1+default-dev <!nocheck>,
|
librust-serde-1+default-dev <!nocheck>,
|
||||||
librust-serde-1+derive-dev <!nocheck>,
|
|
||||||
librust-thiserror-1+default-dev <!nocheck>,
|
|
||||||
perl (>= 5.28.1) <!nocheck>
|
perl (>= 5.28.1) <!nocheck>
|
||||||
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
|
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
|
||||||
Standards-Version: 4.5.1
|
Standards-Version: 4.5.1
|
||||||
@ -29,15 +27,13 @@ Depends:
|
|||||||
librust-cc-1+default-dev (>= 1.0.46-~~),
|
librust-cc-1+default-dev (>= 1.0.46-~~),
|
||||||
librust-libc-0.2+default-dev,
|
librust-libc-0.2+default-dev,
|
||||||
librust-serde-1+default-dev,
|
librust-serde-1+default-dev,
|
||||||
librust-serde-1+derive-dev,
|
|
||||||
librust-thiserror-1+default-dev,
|
|
||||||
perl (>= 5.28.1)
|
perl (>= 5.28.1)
|
||||||
Recommends:
|
Recommends:
|
||||||
librust-perlmod+exporter-dev (= ${binary:Version})
|
librust-perlmod+exporter-dev (= ${binary:Version})
|
||||||
Provides:
|
Provides:
|
||||||
librust-perlmod-0-dev (= ${binary:Version}),
|
librust-perlmod-0-dev (= ${binary:Version}),
|
||||||
librust-perlmod-0.7-dev (= ${binary:Version}),
|
librust-perlmod-0.7-dev (= ${binary:Version}),
|
||||||
librust-perlmod-0.7.0-dev (= ${binary:Version})
|
librust-perlmod-0.7.1-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.
|
||||||
@ -58,9 +54,9 @@ Provides:
|
|||||||
librust-perlmod-0.7+exporter-dev (= ${binary:Version}),
|
librust-perlmod-0.7+exporter-dev (= ${binary:Version}),
|
||||||
librust-perlmod-0.7+default-dev (= ${binary:Version}),
|
librust-perlmod-0.7+default-dev (= ${binary:Version}),
|
||||||
librust-perlmod-0.7+perlmod-macro-dev (= ${binary:Version}),
|
librust-perlmod-0.7+perlmod-macro-dev (= ${binary:Version}),
|
||||||
librust-perlmod-0.7.0+exporter-dev (= ${binary:Version}),
|
librust-perlmod-0.7.1+exporter-dev (= ${binary:Version}),
|
||||||
librust-perlmod-0.7.0+default-dev (= ${binary:Version}),
|
librust-perlmod-0.7.1+default-dev (= ${binary:Version}),
|
||||||
librust-perlmod-0.7.0+perlmod-macro-dev (= ${binary:Version})
|
librust-perlmod-0.7.1+perlmod-macro-dev (= ${binary:Version})
|
||||||
Description: Ffi & serde code for limited interaction with perl code - feature "exporter" and 2 more
|
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
|
This metapackage enables feature "exporter" for the Rust perlmod crate, by
|
||||||
pulling in any additional dependencies needed by that feature.
|
pulling in any additional dependencies needed by that feature.
|
||||||
|
Loading…
Reference in New Issue
Block a user