mirror of
https://git.proxmox.com/git/proxmox
synced 2025-06-06 02:04:19 +00:00
rrd: bump version to 0.4.1-1
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
993e1fc878
commit
6fed7301ea
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-rrd"
|
name = "proxmox-rrd"
|
||||||
description = "Simple RRD database implementation."
|
description = "Simple RRD database implementation."
|
||||||
version = "0.4.0"
|
version = "0.4.1"
|
||||||
|
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
rust-proxmox-rrd (0.4.1-1) bookworm; urgency=medium
|
||||||
|
|
||||||
|
* do not log three info-level messages on applying journal, one is enough
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Mon, 25 Nov 2024 17:48:55 +0100
|
||||||
|
|
||||||
rust-proxmox-rrd (0.4.0-1) bookworm; urgency=medium
|
rust-proxmox-rrd (0.4.0-1) bookworm; urgency=medium
|
||||||
|
|
||||||
* drop api-types feature, the module was moved into its own crate
|
* drop api-types feature, the module was moved into its own crate
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
Source: rust-proxmox-rrd
|
Source: rust-proxmox-rrd
|
||||||
Section: rust
|
Section: rust
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Build-Depends: debhelper (>= 12),
|
Build-Depends: debhelper-compat (= 13),
|
||||||
dh-cargo (>= 25),
|
dh-sequence-cargo,
|
||||||
cargo:native <!nocheck>,
|
cargo:native <!nocheck>,
|
||||||
rustc:native <!nocheck>,
|
rustc:native <!nocheck>,
|
||||||
libstd-rust-dev <!nocheck>,
|
libstd-rust-dev <!nocheck>,
|
||||||
@ -21,9 +21,10 @@ Build-Depends: debhelper (>= 12),
|
|||||||
librust-serde-json-1+default-dev <!nocheck>,
|
librust-serde-json-1+default-dev <!nocheck>,
|
||||||
librust-serde-plain-1+default-dev <!nocheck>
|
librust-serde-plain-1+default-dev <!nocheck>
|
||||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||||
Standards-Version: 4.6.2
|
Standards-Version: 4.7.0
|
||||||
Vcs-Git: git://git.proxmox.com/git/proxmox.git
|
Vcs-Git: git://git.proxmox.com/git/proxmox.git
|
||||||
Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
|
Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
|
||||||
|
Homepage: https://proxmox.com
|
||||||
X-Cargo-Crate: proxmox-rrd
|
X-Cargo-Crate: proxmox-rrd
|
||||||
Rules-Requires-Root: no
|
Rules-Requires-Root: no
|
||||||
|
|
||||||
@ -55,8 +56,8 @@ Provides:
|
|||||||
librust-proxmox-rrd-0.4-dev (= ${binary:Version}),
|
librust-proxmox-rrd-0.4-dev (= ${binary:Version}),
|
||||||
librust-proxmox-rrd-0.4+default-dev (= ${binary:Version}),
|
librust-proxmox-rrd-0.4+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-rrd-0.4+rrd-v1-dev (= ${binary:Version}),
|
librust-proxmox-rrd-0.4+rrd-v1-dev (= ${binary:Version}),
|
||||||
librust-proxmox-rrd-0.4.0-dev (= ${binary:Version}),
|
librust-proxmox-rrd-0.4.1-dev (= ${binary:Version}),
|
||||||
librust-proxmox-rrd-0.4.0+default-dev (= ${binary:Version}),
|
librust-proxmox-rrd-0.4.1+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-rrd-0.4.0+rrd-v1-dev (= ${binary:Version})
|
librust-proxmox-rrd-0.4.1+rrd-v1-dev (= ${binary:Version})
|
||||||
Description: Simple RRD database implementation - Rust source code
|
Description: Simple RRD database implementation - Rust source code
|
||||||
Source code for Debianized Rust crate "proxmox-rrd"
|
Source code for Debianized Rust crate "proxmox-rrd"
|
||||||
|
Loading…
Reference in New Issue
Block a user