mirror of
https://git.proxmox.com/git/perlmod
synced 2025-10-04 22:07:05 +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>,
|
||||
rustc:native <!nocheck>,
|
||||
libstd-rust-dev <!nocheck>,
|
||||
librust-anyhow-1+default-dev <!nocheck>,
|
||||
librust-proc-macro2-1+default-dev <!nocheck>,
|
||||
librust-quote-1+default-dev <!nocheck>,
|
||||
librust-syn-1+default-dev <!nocheck>,
|
||||
@ -22,7 +21,6 @@ Architecture: any
|
||||
Multi-Arch: same
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
librust-anyhow-1+default-dev,
|
||||
librust-proc-macro2-1+default-dev,
|
||||
librust-quote-1+default-dev,
|
||||
librust-syn-1+default-dev,
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "perlmod"
|
||||
version = "0.7.0"
|
||||
version = "0.7.1"
|
||||
authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
|
||||
edition = "2018"
|
||||
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
|
||||
|
||||
* properly prevent ScalarRef values from being created
|
||||
|
@ -11,8 +11,6 @@ Build-Depends: debhelper (>= 12),
|
||||
librust-libc-0.2+default-dev <!nocheck>,
|
||||
librust-perlmod-macro-0.4+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>
|
||||
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
|
||||
Standards-Version: 4.5.1
|
||||
@ -29,15 +27,13 @@ Depends:
|
||||
librust-cc-1+default-dev (>= 1.0.46-~~),
|
||||
librust-libc-0.2+default-dev,
|
||||
librust-serde-1+default-dev,
|
||||
librust-serde-1+derive-dev,
|
||||
librust-thiserror-1+default-dev,
|
||||
perl (>= 5.28.1)
|
||||
Recommends:
|
||||
librust-perlmod+exporter-dev (= ${binary:Version})
|
||||
Provides:
|
||||
librust-perlmod-0-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
|
||||
This package contains the source for the Rust perlmod crate, packaged by
|
||||
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+default-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.0+default-dev (= ${binary:Version}),
|
||||
librust-perlmod-0.7.0+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})
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user