forked from proxmox-mirrors/proxmox
syslog-api: bump to 0.1.2-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
27c50bd037
commit
e0bdcda6e6
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "proxmox-syslog-api"
|
||||
description = "Syslog Management API implementation"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
|
@ -1,3 +1,9 @@
|
||||
rust-proxmox-syslog-api (0.1.2-1) bookworm; urgency=medium
|
||||
|
||||
* rebuild with proxmox-schema 4.0
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Wed, 15 Jan 2025 12:52:38 +0100
|
||||
|
||||
rust-proxmox-syslog-api (0.1.1-1) bookworm; urgency=medium
|
||||
|
||||
* add dump_journal and JournalFilter
|
||||
|
@ -7,9 +7,9 @@ Build-Depends: debhelper-compat (= 13),
|
||||
rustc:native (>= 1.80) <!nocheck>,
|
||||
libstd-rust-dev <!nocheck>,
|
||||
librust-anyhow-1+default-dev <!nocheck>,
|
||||
librust-proxmox-schema-3+api-macro-dev (>= 3.1.1-~~) <!nocheck>,
|
||||
librust-proxmox-schema-3+api-types-dev (>= 3.1.1-~~) <!nocheck>,
|
||||
librust-proxmox-schema-3+default-dev (>= 3.1.1-~~) <!nocheck>,
|
||||
librust-proxmox-schema-4+api-macro-dev <!nocheck>,
|
||||
librust-proxmox-schema-4+api-types-dev <!nocheck>,
|
||||
librust-proxmox-schema-4+default-dev <!nocheck>,
|
||||
librust-serde-1+default-dev <!nocheck>,
|
||||
librust-serde-1+derive-dev <!nocheck>
|
||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||
@ -26,9 +26,9 @@ Multi-Arch: same
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
librust-anyhow-1+default-dev,
|
||||
librust-proxmox-schema-3+api-macro-dev (>= 3.1.1-~~),
|
||||
librust-proxmox-schema-3+api-types-dev (>= 3.1.1-~~),
|
||||
librust-proxmox-schema-3+default-dev (>= 3.1.1-~~),
|
||||
librust-proxmox-schema-4+api-macro-dev,
|
||||
librust-proxmox-schema-4+api-types-dev,
|
||||
librust-proxmox-schema-4+default-dev,
|
||||
librust-serde-1+default-dev,
|
||||
librust-serde-1+derive-dev
|
||||
Suggests:
|
||||
@ -39,8 +39,8 @@ Provides:
|
||||
librust-proxmox-syslog-api-0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-syslog-api-0.1-dev (= ${binary:Version}),
|
||||
librust-proxmox-syslog-api-0.1+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-syslog-api-0.1.1-dev (= ${binary:Version}),
|
||||
librust-proxmox-syslog-api-0.1.1+default-dev (= ${binary:Version})
|
||||
librust-proxmox-syslog-api-0.1.2-dev (= ${binary:Version}),
|
||||
librust-proxmox-syslog-api-0.1.2+default-dev (= ${binary:Version})
|
||||
Description: Syslog Management API implementation - Rust source code
|
||||
Source code for Debianized Rust crate "proxmox-syslog-api"
|
||||
|
||||
@ -54,7 +54,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-syslog-api-0+impl-dev (= ${binary:Version}),
|
||||
librust-proxmox-syslog-api-0.1+impl-dev (= ${binary:Version}),
|
||||
librust-proxmox-syslog-api-0.1.1+impl-dev (= ${binary:Version})
|
||||
librust-proxmox-syslog-api-0.1.2+impl-dev (= ${binary:Version})
|
||||
Description: Syslog Management API implementation - feature "impl"
|
||||
This metapackage enables feature "impl" for the Rust proxmox-syslog-api crate,
|
||||
by pulling in any additional dependencies needed by that feature.
|
||||
|
Loading…
Reference in New Issue
Block a user