bump proxmox-sys to 0.5.3-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2024-01-08 12:48:18 +01:00
parent 8fdf696eed
commit 674ab33a43
3 changed files with 18 additions and 12 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "proxmox-sys"
version = "0.5.2"
version = "0.5.3"
authors.workspace = true
edition.workspace = true
license.workspace = true

View File

@ -1,3 +1,10 @@
rust-proxmox-sys (0.5.3-1) bookworm; urgency=medium
* use epoch_to_rfc2822 from proxmox_time, fixes an issue with times in
emails not being formatted correctly
-- Proxmox Support Team <support@proxmox.com> Mon, 08 Jan 2024 12:48:11 +0100
rust-proxmox-sys (0.5.2-1) bookworm; urgency=medium
* add helper to get bootmode and secureboot status

View File

@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 12),
librust-nix-0.26+default-dev (>= 0.26.1-~~) <!nocheck>,
librust-proxmox-io-1+default-dev <!nocheck>,
librust-proxmox-lang-1+default-dev (>= 1.1-~~) <!nocheck>,
librust-proxmox-time-1+default-dev (>= 1.1.4-~~) <!nocheck>,
librust-proxmox-time-1+default-dev (>= 1.1.6-~~) <!nocheck>,
librust-regex-1+default-dev (>= 1.5-~~) <!nocheck>,
librust-serde-1+default-dev <!nocheck>,
librust-serde-1+derive-dev <!nocheck>,
@ -22,7 +22,7 @@ Build-Depends: debhelper (>= 12),
libacl1-dev <!nocheck>,
uuid-dev <!nocheck>
Maintainer: Proxmox Support Team <support@proxmox.com>
Standards-Version: 4.6.1
Standards-Version: 4.6.2
Vcs-Git: git://git.proxmox.com/git/proxmox.git
Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
X-Cargo-Crate: proxmox-sys
@ -41,7 +41,7 @@ Depends:
librust-nix-0.26+default-dev (>= 0.26.1-~~),
librust-proxmox-io-1+default-dev,
librust-proxmox-lang-1+default-dev (>= 1.1-~~),
librust-proxmox-time-1+default-dev (>= 1.1.4-~~),
librust-proxmox-time-1+default-dev (>= 1.1.6-~~),
librust-regex-1+default-dev (>= 1.5-~~),
librust-serde-1+default-dev,
librust-serde-1+derive-dev,
@ -65,14 +65,13 @@ Provides:
librust-proxmox-sys-0.5+crypt-dev (= ${binary:Version}),
librust-proxmox-sys-0.5+default-dev (= ${binary:Version}),
librust-proxmox-sys-0.5+timer-dev (= ${binary:Version}),
librust-proxmox-sys-0.5.2-dev (= ${binary:Version}),
librust-proxmox-sys-0.5.2+acl-dev (= ${binary:Version}),
librust-proxmox-sys-0.5.2+crypt-dev (= ${binary:Version}),
librust-proxmox-sys-0.5.2+default-dev (= ${binary:Version}),
librust-proxmox-sys-0.5.2+timer-dev (= ${binary:Version})
librust-proxmox-sys-0.5.3-dev (= ${binary:Version}),
librust-proxmox-sys-0.5.3+acl-dev (= ${binary:Version}),
librust-proxmox-sys-0.5.3+crypt-dev (= ${binary:Version}),
librust-proxmox-sys-0.5.3+default-dev (= ${binary:Version}),
librust-proxmox-sys-0.5.3+timer-dev (= ${binary:Version})
Description: System tools (using nix) - Rust source code
This package contains the source for the Rust proxmox-sys crate, packaged by
debcargo for use with cargo and dh-cargo.
Source code for Debianized Rust crate "proxmox-sys"
Package: librust-proxmox-sys+logrotate-dev
Architecture: any
@ -85,7 +84,7 @@ Depends:
Provides:
librust-proxmox-sys-0+logrotate-dev (= ${binary:Version}),
librust-proxmox-sys-0.5+logrotate-dev (= ${binary:Version}),
librust-proxmox-sys-0.5.2+logrotate-dev (= ${binary:Version})
librust-proxmox-sys-0.5.3+logrotate-dev (= ${binary:Version})
Description: System tools (using nix) - feature "logrotate"
This metapackage enables feature "logrotate" for the Rust proxmox-sys crate, by
pulling in any additional dependencies needed by that feature.