mirror of
https://git.proxmox.com/git/perlmod
synced 2025-10-05 11:53:58 +00:00
bump version to 0.5.0-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
b5c53f3d37
commit
0daaa90cf6
2
Makefile
2
Makefile
@ -53,4 +53,4 @@ update:
|
|||||||
dcmd --deb rust-$*_*.changes \
|
dcmd --deb rust-$*_*.changes \
|
||||||
| grep -v '.changes$$' \
|
| grep -v '.changes$$' \
|
||||||
| tar -cf- -T- \
|
| tar -cf- -T- \
|
||||||
| ssh -X repoman@repo.proxmox.com upload --product devel --dist buster
|
| ssh -X repoman@repo.proxmox.com upload --product devel --dist bullseye
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
Source: rust-perlmod-macro
|
Source: rust-perlmod-macro
|
||||||
Section: rust
|
Section: rust
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Build-Depends: debhelper (>= 11),
|
Build-Depends: debhelper (>= 12),
|
||||||
dh-cargo (>= 18),
|
dh-cargo (>= 24),
|
||||||
cargo:native <!nocheck>,
|
cargo:native <!nocheck>,
|
||||||
rustc:native <!nocheck>,
|
rustc:native <!nocheck>,
|
||||||
libstd-rust-dev <!nocheck>,
|
libstd-rust-dev <!nocheck>,
|
||||||
@ -13,9 +13,10 @@ Build-Depends: debhelper (>= 11),
|
|||||||
librust-syn-1+full-dev <!nocheck>,
|
librust-syn-1+full-dev <!nocheck>,
|
||||||
librust-toml-0.5+default-dev (>= 0.5.5-~~) <!nocheck>
|
librust-toml-0.5+default-dev (>= 0.5.5-~~) <!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.4.1
|
Standards-Version: 4.5.1
|
||||||
Vcs-Git:
|
Vcs-Git:
|
||||||
Vcs-Browser:
|
Vcs-Browser:
|
||||||
|
Rules-Requires-Root: no
|
||||||
|
|
||||||
Package: librust-perlmod-macro-dev
|
Package: librust-perlmod-macro-dev
|
||||||
Architecture: any
|
Architecture: any
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "perlmod"
|
name = "perlmod"
|
||||||
version = "0.4.3"
|
version = "0.5.0"
|
||||||
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,9 @@
|
|||||||
|
rust-perlmod (0.5.0-1) stable; urgency=medium
|
||||||
|
|
||||||
|
* add support for deserializing PVLV magic (lvalues)
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Mon, 21 Jun 2021 12:38:48 +0200
|
||||||
|
|
||||||
rust-perlmod (0.4.3-1) stable; urgency=medium
|
rust-perlmod (0.4.3-1) stable; urgency=medium
|
||||||
|
|
||||||
* fix an issue with serializing empty arrays
|
* fix an issue with serializing empty arrays
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
Source: rust-perlmod
|
Source: rust-perlmod
|
||||||
Section: rust
|
Section: rust
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Build-Depends: debhelper (>= 11),
|
Build-Depends: debhelper (>= 12),
|
||||||
dh-cargo (>= 18),
|
dh-cargo (>= 24),
|
||||||
cargo:native <!nocheck>,
|
cargo:native <!nocheck>,
|
||||||
rustc:native <!nocheck>,
|
rustc:native <!nocheck>,
|
||||||
libstd-rust-dev <!nocheck>,
|
libstd-rust-dev <!nocheck>,
|
||||||
@ -13,12 +13,12 @@ Build-Depends: debhelper (>= 11),
|
|||||||
librust-serde-1+default-dev <!nocheck>,
|
librust-serde-1+default-dev <!nocheck>,
|
||||||
librust-serde-1+derive-dev <!nocheck>,
|
librust-serde-1+derive-dev <!nocheck>,
|
||||||
librust-thiserror-1+default-dev <!nocheck>,
|
librust-thiserror-1+default-dev <!nocheck>,
|
||||||
perl (>= 5.28.1) <!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.4.1
|
Standards-Version: 4.5.1
|
||||||
Vcs-Git:
|
Vcs-Git:
|
||||||
Vcs-Browser:
|
Vcs-Browser:
|
||||||
|
Rules-Requires-Root: no
|
||||||
|
|
||||||
Package: librust-perlmod-dev
|
Package: librust-perlmod-dev
|
||||||
Architecture: any
|
Architecture: any
|
||||||
@ -36,8 +36,8 @@ 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.4-dev (= ${binary:Version}),
|
librust-perlmod-0.5-dev (= ${binary:Version}),
|
||||||
librust-perlmod-0.4.3-dev (= ${binary:Version})
|
librust-perlmod-0.5.0-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.
|
||||||
@ -55,12 +55,12 @@ Provides:
|
|||||||
librust-perlmod-0+exporter-dev (= ${binary:Version}),
|
librust-perlmod-0+exporter-dev (= ${binary:Version}),
|
||||||
librust-perlmod-0+default-dev (= ${binary:Version}),
|
librust-perlmod-0+default-dev (= ${binary:Version}),
|
||||||
librust-perlmod-0+perlmod-macro-dev (= ${binary:Version}),
|
librust-perlmod-0+perlmod-macro-dev (= ${binary:Version}),
|
||||||
librust-perlmod-0.4+exporter-dev (= ${binary:Version}),
|
librust-perlmod-0.5+exporter-dev (= ${binary:Version}),
|
||||||
librust-perlmod-0.4+default-dev (= ${binary:Version}),
|
librust-perlmod-0.5+default-dev (= ${binary:Version}),
|
||||||
librust-perlmod-0.4+perlmod-macro-dev (= ${binary:Version}),
|
librust-perlmod-0.5+perlmod-macro-dev (= ${binary:Version}),
|
||||||
librust-perlmod-0.4.3+exporter-dev (= ${binary:Version}),
|
librust-perlmod-0.5.0+exporter-dev (= ${binary:Version}),
|
||||||
librust-perlmod-0.4.3+default-dev (= ${binary:Version}),
|
librust-perlmod-0.5.0+default-dev (= ${binary:Version}),
|
||||||
librust-perlmod-0.4.3+perlmod-macro-dev (= ${binary:Version})
|
librust-perlmod-0.5.0+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