bump perlmod-macro to 0.3.2-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2021-06-30 09:47:14 +02:00
parent aa13c5c85b
commit 726fa9b484
3 changed files with 9 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "perlmod-macro"
version = "0.3.1"
version = "0.3.2"
authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
edition = "2018"
license = "Apache-2.0 OR MIT"

View File

@ -1,3 +1,9 @@
rust-perlmod-macro (0.3.2-1) stable; urgency=medium
* add newlines to errors passed to croak_sv
-- Proxmox Support Team <support@proxmox.com> Wed, 30 Jun 2021 09:46:44 +0200
rust-perlmod-macro (0.3.1-1) stable; urgency=medium
* adjust search directory to not contain the module name since there are

View File

@ -35,8 +35,8 @@ Provides:
librust-perlmod-macro-0+default-dev (= ${binary:Version}),
librust-perlmod-macro-0.3-dev (= ${binary:Version}),
librust-perlmod-macro-0.3+default-dev (= ${binary:Version}),
librust-perlmod-macro-0.3.1-dev (= ${binary:Version}),
librust-perlmod-macro-0.3.1+default-dev (= ${binary:Version})
librust-perlmod-macro-0.3.2-dev (= ${binary:Version}),
librust-perlmod-macro-0.3.2+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.