mirror of
https://git.proxmox.com/git/proxmox
synced 2025-10-04 18:25:05 +00:00
sys: bump to 0.6.3-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
a86deb2783
commit
3e8fa8b81c
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-sys"
|
||||
version = "0.6.2"
|
||||
version = "0.6.3"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
@ -1,3 +1,11 @@
|
||||
rust-proxmox-sys (0.6.3-1) bookworm; urgency=medium
|
||||
|
||||
* replace lazy_static with std's LazyLock and drop the dependency
|
||||
|
||||
* drop unused dependency on base64
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Wed, 14 Aug 2024 11:30:23 +0200
|
||||
|
||||
rust-proxmox-sys (0.6.2-1) bookworm; urgency=medium
|
||||
|
||||
* drop unused dependency on proxmox-time
|
||||
|
@ -4,11 +4,9 @@ Priority: optional
|
||||
Build-Depends: debhelper (>= 12),
|
||||
dh-cargo (>= 25),
|
||||
cargo:native <!nocheck>,
|
||||
rustc:native <!nocheck>,
|
||||
rustc:native (>= 1.80) <!nocheck>,
|
||||
libstd-rust-dev <!nocheck>,
|
||||
librust-anyhow-1+default-dev <!nocheck>,
|
||||
librust-base64-0.13+default-dev <!nocheck>,
|
||||
librust-lazy-static-1+default-dev (>= 1.4-~~) <!nocheck>,
|
||||
librust-libc-0.2+default-dev (>= 0.2.107-~~) <!nocheck>,
|
||||
librust-log-0.4+default-dev (>= 0.4.17-~~) <!nocheck>,
|
||||
librust-nix-0.26+default-dev (>= 0.26.1-~~) <!nocheck>,
|
||||
@ -33,8 +31,6 @@ Multi-Arch: same
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
librust-anyhow-1+default-dev,
|
||||
librust-base64-0.13+default-dev,
|
||||
librust-lazy-static-1+default-dev (>= 1.4-~~),
|
||||
librust-libc-0.2+default-dev (>= 0.2.107-~~),
|
||||
librust-log-0.4+default-dev (>= 0.4.17-~~),
|
||||
librust-nix-0.26+default-dev (>= 0.26.1-~~),
|
||||
@ -61,10 +57,10 @@ Provides:
|
||||
librust-proxmox-sys-0.6+acl-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.6+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.6+timer-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.6.2-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.6.2+acl-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.6.2+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.6.2+timer-dev (= ${binary:Version})
|
||||
librust-proxmox-sys-0.6.3-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.6.3+acl-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.6.3+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.6.3+timer-dev (= ${binary:Version})
|
||||
Description: System tools (using nix) - Rust source code
|
||||
Source code for Debianized Rust crate "proxmox-sys"
|
||||
|
||||
@ -78,7 +74,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-sys-0+crypt-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.6+crypt-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.6.2+crypt-dev (= ${binary:Version})
|
||||
librust-proxmox-sys-0.6.3+crypt-dev (= ${binary:Version})
|
||||
Description: System tools (using nix) - feature "crypt"
|
||||
This metapackage enables feature "crypt" for the Rust proxmox-sys crate, by
|
||||
pulling in any additional dependencies needed by that feature.
|
||||
@ -94,7 +90,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-sys-0+logrotate-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.6+logrotate-dev (= ${binary:Version}),
|
||||
librust-proxmox-sys-0.6.2+logrotate-dev (= ${binary:Version})
|
||||
librust-proxmox-sys-0.6.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.
|
||||
|
Loading…
Reference in New Issue
Block a user