forked from Proxmox/proxmox
acme-api: bump to 0.1.4-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
150f203209
commit
4502bc3b73
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-acme-api"
|
||||
version = "0.1.3"
|
||||
version = "0.1.4"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
@ -1,3 +1,9 @@
|
||||
rust-proxmox-acme-api (0.1.4-1) bookworm; urgency=medium
|
||||
|
||||
* rebuild with proxmox-log 0.2 and proxmox-rest-server 0.7
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Wed, 24 Jul 2024 14:33:06 +0200
|
||||
|
||||
rust-proxmox-acme-api (0.1.3-1) bookworm; urgency=medium
|
||||
|
||||
* adapt to tracing log infrastructure
|
||||
|
@ -8,9 +8,9 @@ Build-Depends: debhelper (>= 12),
|
||||
libstd-rust-dev <!nocheck>,
|
||||
librust-anyhow-1+default-dev <!nocheck>,
|
||||
librust-proxmox-acme-0.5+api-types-dev (>= 0.5.2-~~) <!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-proxmox-serde-0.1+default-dev (>= 0.1.1-~~) <!nocheck>,
|
||||
librust-proxmox-serde-0.1+serde-json-dev (>= 0.1.1-~~) <!nocheck>,
|
||||
librust-serde-1+default-dev <!nocheck>,
|
||||
@ -30,9 +30,9 @@ Depends:
|
||||
${misc:Depends},
|
||||
librust-anyhow-1+default-dev,
|
||||
librust-proxmox-acme-0.5+api-types-dev (>= 0.5.2-~~),
|
||||
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-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,
|
||||
@ -46,8 +46,8 @@ Provides:
|
||||
librust-proxmox-acme-api-0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-acme-api-0.1-dev (= ${binary:Version}),
|
||||
librust-proxmox-acme-api-0.1+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-acme-api-0.1.3-dev (= ${binary:Version}),
|
||||
librust-proxmox-acme-api-0.1.3+default-dev (= ${binary:Version})
|
||||
librust-proxmox-acme-api-0.1.4-dev (= ${binary:Version}),
|
||||
librust-proxmox-acme-api-0.1.4+default-dev (= ${binary:Version})
|
||||
Description: ACME API implementation - Rust source code
|
||||
Source code for Debianized Rust crate "proxmox-acme-api"
|
||||
|
||||
@ -73,9 +73,9 @@ Depends:
|
||||
librust-proxmox-acme-0.5+impl-dev (>= 0.5.2-~~),
|
||||
librust-proxmox-config-digest-0.1+default-dev,
|
||||
librust-proxmox-config-digest-0.1+openssl-dev,
|
||||
librust-proxmox-log-0.1+default-dev,
|
||||
librust-proxmox-log-0.2+default-dev,
|
||||
librust-proxmox-product-config-0.2+default-dev,
|
||||
librust-proxmox-rest-server-0.6+default-dev,
|
||||
librust-proxmox-rest-server-0.7+default-dev,
|
||||
librust-proxmox-router-2+default-dev (>= 2.1.5-~~),
|
||||
librust-proxmox-section-config-2+default-dev,
|
||||
librust-proxmox-sys-0.6+default-dev,
|
||||
@ -86,7 +86,7 @@ Depends:
|
||||
Provides:
|
||||
librust-proxmox-acme-api-0+impl-dev (= ${binary:Version}),
|
||||
librust-proxmox-acme-api-0.1+impl-dev (= ${binary:Version}),
|
||||
librust-proxmox-acme-api-0.1.3+impl-dev (= ${binary:Version})
|
||||
librust-proxmox-acme-api-0.1.4+impl-dev (= ${binary:Version})
|
||||
Description: ACME API implementation - feature "impl"
|
||||
This metapackage enables feature "impl" for the Rust proxmox-acme-api crate, by
|
||||
pulling in any additional dependencies needed by that feature.
|
||||
|
Loading…
Reference in New Issue
Block a user