mirror of
https://git.proxmox.com/git/perlmod
synced 2025-10-04 20:11:21 +00:00
bump perlmod-macro to 0.9.1-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
d4dd49a2a3
commit
d34865bc55
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "perlmod-macro"
|
||||
version = "0.9.0"
|
||||
version = "0.9.1"
|
||||
build = "build.rs"
|
||||
categories = [ "API bindings" ]
|
||||
keywords = [ "ffi", "perl" ]
|
||||
|
@ -1,3 +1,11 @@
|
||||
rust-perlmod-macro (0.9.1-1) bookworm; urgency=medium
|
||||
|
||||
* wrap xs calls in catch_unwind so that panics just 'croak' in perl
|
||||
|
||||
* use alternate error representation so it includes context
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Thu, 03 Apr 2025 15:14:18 +0200
|
||||
|
||||
rust-perlmod-macro (0.9.0-1) bookworm; urgency=medium
|
||||
|
||||
* 'unraw' function names, so exported subs can be named 'r#type' etc.
|
||||
|
@ -2,8 +2,8 @@ Source: rust-perlmod-macro
|
||||
Section: rust
|
||||
Priority: optional
|
||||
Build-Depends: debhelper-compat (= 13),
|
||||
dh-sequence-cargo,
|
||||
cargo:native <!nocheck>,
|
||||
dh-sequence-cargo
|
||||
Build-Depends-Arch: cargo:native <!nocheck>,
|
||||
rustc:native <!nocheck>,
|
||||
libstd-rust-dev <!nocheck>,
|
||||
librust-proc-macro2-1+default-dev <!nocheck>,
|
||||
@ -14,6 +14,7 @@ Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.ne
|
||||
Standards-Version: 4.7.0
|
||||
Vcs-Git:
|
||||
Vcs-Browser:
|
||||
Homepage: https://git.proxmox.com/?p=perlmod.git
|
||||
X-Cargo-Crate: perlmod-macro
|
||||
Rules-Requires-Root: no
|
||||
|
||||
@ -32,7 +33,7 @@ Provides:
|
||||
librust-perlmod-macro-0+default-dev (= ${binary:Version}),
|
||||
librust-perlmod-macro-0.9-dev (= ${binary:Version}),
|
||||
librust-perlmod-macro-0.9+default-dev (= ${binary:Version}),
|
||||
librust-perlmod-macro-0.9.0-dev (= ${binary:Version}),
|
||||
librust-perlmod-macro-0.9.0+default-dev (= ${binary:Version})
|
||||
librust-perlmod-macro-0.9.1-dev (= ${binary:Version}),
|
||||
librust-perlmod-macro-0.9.1+default-dev (= ${binary:Version})
|
||||
Description: Perl package macros to create perl package bindings from rust at compile time - Rust source code
|
||||
Source code for Debianized Rust crate "perlmod-macro"
|
||||
|
@ -23,7 +23,7 @@ bitflags = "1.2.1"
|
||||
libc = "0.2"
|
||||
serde = "1.0"
|
||||
|
||||
perlmod-macro = { path = "../perlmod-macro", optional = true, version = "0.9" }
|
||||
perlmod-macro = { path = "../perlmod-macro", optional = true, version = "0.9.1" }
|
||||
|
||||
[features]
|
||||
default = ["exporter"]
|
||||
|
Loading…
Reference in New Issue
Block a user