From c7f4afb3fccab547e15622b89f3c704d8868474b Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 15 Jan 2025 12:14:21 +0100 Subject: [PATCH] human-byte: bump to 0.1.4-1 Signed-off-by: Wolfgang Bumiller --- proxmox-human-byte/Cargo.toml | 2 +- proxmox-human-byte/debian/changelog | 6 ++++++ proxmox-human-byte/debian/control | 16 ++++++++-------- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/proxmox-human-byte/Cargo.toml b/proxmox-human-byte/Cargo.toml index 315ed9b2..22f34d73 100644 --- a/proxmox-human-byte/Cargo.toml +++ b/proxmox-human-byte/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proxmox-human-byte" description = "Proxmox library for formatting byte sizes (IEC or SI)" -version = "0.1.3" +version = "0.1.4" authors.workspace = true edition.workspace = true diff --git a/proxmox-human-byte/debian/changelog b/proxmox-human-byte/debian/changelog index 3254d12b..621d19db 100644 --- a/proxmox-human-byte/debian/changelog +++ b/proxmox-human-byte/debian/changelog @@ -1,3 +1,9 @@ +rust-proxmox-human-byte (0.1.4-1) bookworm; urgency=medium + + * rebuild with proxmox-schema 4 + + -- Proxmox Support Team Wed, 15 Jan 2025 12:14:13 +0100 + rust-proxmox-human-byte (0.1.3-1) bookworm; urgency=medium * rebuild with proxmox-schema 3 diff --git a/proxmox-human-byte/debian/control b/proxmox-human-byte/debian/control index 697ad57d..08d46afb 100644 --- a/proxmox-human-byte/debian/control +++ b/proxmox-human-byte/debian/control @@ -1,14 +1,14 @@ Source: rust-proxmox-human-byte Section: rust Priority: optional -Build-Depends: debhelper (>= 12), - dh-cargo (>= 25), +Build-Depends: debhelper-compat (= 13), + dh-sequence-cargo, cargo:native , rustc:native , libstd-rust-dev , librust-anyhow-1+default-dev , - librust-proxmox-schema-3+api-macro-dev , - librust-proxmox-schema-3+default-dev , + librust-proxmox-schema-4+api-macro-dev , + librust-proxmox-schema-4+default-dev , librust-proxmox-serde-0.1+default-dev (>= 0.1.1-~~) , librust-proxmox-serde-0.1+serde-json-dev (>= 0.1.1-~~) , librust-serde-1+default-dev @@ -26,8 +26,8 @@ Multi-Arch: same Depends: ${misc:Depends}, librust-anyhow-1+default-dev, - librust-proxmox-schema-3+api-macro-dev, - librust-proxmox-schema-3+default-dev, + librust-proxmox-schema-4+api-macro-dev, + librust-proxmox-schema-4+default-dev, librust-proxmox-serde-0.1+default-dev (>= 0.1.1-~~), librust-proxmox-serde-0.1+serde-json-dev (>= 0.1.1-~~), librust-serde-1+default-dev @@ -37,7 +37,7 @@ Provides: librust-proxmox-human-byte-0+default-dev (= ${binary:Version}), librust-proxmox-human-byte-0.1-dev (= ${binary:Version}), librust-proxmox-human-byte-0.1+default-dev (= ${binary:Version}), - librust-proxmox-human-byte-0.1.3-dev (= ${binary:Version}), - librust-proxmox-human-byte-0.1.3+default-dev (= ${binary:Version}) + librust-proxmox-human-byte-0.1.4-dev (= ${binary:Version}), + librust-proxmox-human-byte-0.1.4+default-dev (= ${binary:Version}) Description: Proxmox library for formatting byte sizes (IEC or SI) - Rust source code Source code for Debianized Rust crate "proxmox-human-byte"