forked from Proxmox/proxmox
acme-api: bump to 0.1.5-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
358bb76960
commit
f94dc5b0a3
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-acme-api"
|
||||
version = "0.1.4"
|
||||
version = "0.1.5"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
@ -1,3 +1,11 @@
|
||||
rust-proxmox-acme-api (0.1.5-1) bookworm; urgency=medium
|
||||
|
||||
* replace lazy_static with std's LazyLock and drop the dependency
|
||||
|
||||
* remove unused dependencies
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Wed, 14 Aug 2024 11:36:01 +0200
|
||||
|
||||
rust-proxmox-acme-api (0.1.4-1) bookworm; urgency=medium
|
||||
|
||||
* rebuild with proxmox-log 0.2 and proxmox-rest-server 0.7
|
||||
|
@ -4,7 +4,7 @@ Priority: optional
|
||||
Build-Depends: debhelper (>= 12),
|
||||
dh-cargo (>= 25),
|
||||
cargo:native <!nocheck>,
|
||||
rustc:native <!nocheck>,
|
||||
rustc:native (>= 1.80) <!nocheck>,
|
||||
libstd-rust-dev <!nocheck>,
|
||||
librust-anyhow-1+default-dev <!nocheck>,
|
||||
librust-proxmox-acme-0.5+api-types-dev (>= 0.5.2-~~) <!nocheck>,
|
||||
@ -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.4-dev (= ${binary:Version}),
|
||||
librust-proxmox-acme-api-0.1.4+default-dev (= ${binary:Version})
|
||||
librust-proxmox-acme-api-0.1.5-dev (= ${binary:Version}),
|
||||
librust-proxmox-acme-api-0.1.5+default-dev (= ${binary:Version})
|
||||
Description: ACME API implementation - Rust source code
|
||||
Source code for Debianized Rust crate "proxmox-acme-api"
|
||||
|
||||
@ -63,21 +63,18 @@ Depends:
|
||||
librust-hex-0.4+default-dev,
|
||||
librust-http-0.2+default-dev,
|
||||
librust-hyper-0.14+default-dev (>= 0.14.5-~~),
|
||||
librust-lazy-static-1+default-dev (>= 1.4-~~),
|
||||
librust-libc-0.2+default-dev (>= 0.2.107-~~),
|
||||
librust-log-0.4+default-dev (>= 0.4.17-~~),
|
||||
librust-nix-0.26+default-dev (>= 0.26.1-~~),
|
||||
librust-openssl-0.10+default-dev,
|
||||
librust-proxmox-acme-0.5+api-types-dev (>= 0.5.2-~~),
|
||||
librust-proxmox-acme-0.5+async-client-dev (>= 0.5.2-~~),
|
||||
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.2+default-dev,
|
||||
librust-proxmox-log-0.2+default-dev (>= 0.2.1-~~),
|
||||
librust-proxmox-product-config-0.2+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-section-config-2+default-dev (>= 2.1.0-~~),
|
||||
librust-proxmox-sys-0.6+default-dev,
|
||||
librust-proxmox-time-2+default-dev,
|
||||
librust-proxmox-uuid-1+default-dev (>= 1.0.1-~~),
|
||||
@ -86,7 +83,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.4+impl-dev (= ${binary:Version})
|
||||
librust-proxmox-acme-api-0.1.5+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…
x
Reference in New Issue
Block a user