mirror of
https://git.proxmox.com/git/perlmod
synced 2025-10-04 09:08:06 +00:00
bump perlmod to 0.7.0-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
f3f92edcd2
commit
81da219db5
@ -1,3 +1,9 @@
|
||||
rust-perlmod (0.7.0-1) stable; urgency=medium
|
||||
|
||||
* properly prevent ScalarRef values from being created
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Thu, 14 Oct 2021 15:22:12 +0200
|
||||
|
||||
rust-perlmod (0.6.0-1) stable; urgency=medium
|
||||
|
||||
* update to perlmod-macro 0.4.0
|
||||
|
@ -36,8 +36,8 @@ Recommends:
|
||||
librust-perlmod+exporter-dev (= ${binary:Version})
|
||||
Provides:
|
||||
librust-perlmod-0-dev (= ${binary:Version}),
|
||||
librust-perlmod-0.6-dev (= ${binary:Version}),
|
||||
librust-perlmod-0.6.0-dev (= ${binary:Version})
|
||||
librust-perlmod-0.7-dev (= ${binary:Version}),
|
||||
librust-perlmod-0.7.0-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.
|
||||
@ -55,12 +55,12 @@ Provides:
|
||||
librust-perlmod-0+exporter-dev (= ${binary:Version}),
|
||||
librust-perlmod-0+default-dev (= ${binary:Version}),
|
||||
librust-perlmod-0+perlmod-macro-dev (= ${binary:Version}),
|
||||
librust-perlmod-0.6+exporter-dev (= ${binary:Version}),
|
||||
librust-perlmod-0.6+default-dev (= ${binary:Version}),
|
||||
librust-perlmod-0.6+perlmod-macro-dev (= ${binary:Version}),
|
||||
librust-perlmod-0.6.0+exporter-dev (= ${binary:Version}),
|
||||
librust-perlmod-0.6.0+default-dev (= ${binary:Version}),
|
||||
librust-perlmod-0.6.0+perlmod-macro-dev (= ${binary:Version})
|
||||
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})
|
||||
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