forked from Proxmox/proxmox
simple-config: bump to 0.1.1-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
fc7a4be4eb
commit
c1709d994e
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-simple-config"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
@ -1,3 +1,9 @@
|
||||
rust-proxmox-simple-config (0.1.1-1) bookworm; urgency=medium
|
||||
|
||||
* remove unused dependency on proxmox-log
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Wed, 14 Aug 2024 11:44:00 +0200
|
||||
|
||||
rust-proxmox-simple-config (0.1.0-1) bookworm; urgency=medium
|
||||
|
||||
* initial packaging (copied code from proxmox-backup)
|
||||
|
@ -7,9 +7,9 @@ Build-Depends: debhelper (>= 12),
|
||||
rustc:native <!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-3+api-macro-dev (>= 3.1.2-~~) <!nocheck>,
|
||||
librust-proxmox-schema-3+api-types-dev (>= 3.1.2-~~) <!nocheck>,
|
||||
librust-proxmox-schema-3+default-dev (>= 3.1.2-~~) <!nocheck>,
|
||||
librust-serde-1+default-dev <!nocheck>,
|
||||
librust-serde-1+derive-dev <!nocheck>,
|
||||
librust-serde-json-1+default-dev <!nocheck>
|
||||
@ -26,36 +26,19 @@ 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-3+api-macro-dev (>= 3.1.2-~~),
|
||||
librust-proxmox-schema-3+api-types-dev (>= 3.1.2-~~),
|
||||
librust-proxmox-schema-3+default-dev (>= 3.1.2-~~),
|
||||
librust-serde-1+default-dev,
|
||||
librust-serde-1+derive-dev,
|
||||
librust-serde-json-1+default-dev
|
||||
Suggests:
|
||||
librust-proxmox-simple-config+log-dev (= ${binary:Version})
|
||||
Provides:
|
||||
librust-proxmox-simple-config+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-simple-config-0-dev (= ${binary:Version}),
|
||||
librust-proxmox-simple-config-0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-simple-config-0.1-dev (= ${binary:Version}),
|
||||
librust-proxmox-simple-config-0.1+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-simple-config-0.1.0-dev (= ${binary:Version}),
|
||||
librust-proxmox-simple-config-0.1.0+default-dev (= ${binary:Version})
|
||||
librust-proxmox-simple-config-0.1.1-dev (= ${binary:Version}),
|
||||
librust-proxmox-simple-config-0.1.1+default-dev (= ${binary:Version})
|
||||
Description: Simple key/value format for configuration files - Rust source code
|
||||
Source code for Debianized Rust crate "proxmox-simple-config"
|
||||
|
||||
Package: librust-proxmox-simple-config+log-dev
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
librust-proxmox-simple-config-dev (= ${binary:Version}),
|
||||
librust-log-0.4+default-dev (>= 0.4.17-~~)
|
||||
Provides:
|
||||
librust-proxmox-simple-config-0+log-dev (= ${binary:Version}),
|
||||
librust-proxmox-simple-config-0.1+log-dev (= ${binary:Version}),
|
||||
librust-proxmox-simple-config-0.1.0+log-dev (= ${binary:Version})
|
||||
Description: Simple key/value format for configuration files - feature "log"
|
||||
This metapackage enables feature "log" for the Rust proxmox-simple-config
|
||||
crate, by pulling in any additional dependencies needed by that feature.
|
||||
|
Loading…
Reference in New Issue
Block a user