forked from proxmox-mirrors/proxmox
dns-api: bump to 0.1.5-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
891413ffb7
commit
ce206f0a96
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "proxmox-dns-api"
|
||||
description = "DNS Management API implementation"
|
||||
version = "0.1.4"
|
||||
version = "0.1.5"
|
||||
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
|
@ -1,3 +1,9 @@
|
||||
rust-proxmox-dns-api (0.1.5-1) bookworm; urgency=medium
|
||||
|
||||
* rebuild with proxmox-schema 4.0
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Wed, 15 Jan 2025 12:49:56 +0100
|
||||
|
||||
rust-proxmox-dns-api (0.1.4-1) bookworm; urgency=medium
|
||||
|
||||
* replace lazy_static with std's LazyLock and drop the dependency
|
||||
|
@ -9,9 +9,9 @@ Build-Depends: debhelper-compat (= 13),
|
||||
librust-anyhow-1+default-dev <!nocheck>,
|
||||
librust-const-format-0.2+default-dev <!nocheck>,
|
||||
librust-proxmox-config-digest-0.1+default-dev <!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-schema-4+api-macro-dev <!nocheck>,
|
||||
librust-proxmox-schema-4+api-types-dev <!nocheck>,
|
||||
librust-proxmox-schema-4+default-dev <!nocheck>,
|
||||
librust-regex-1+default-dev (>= 1.5-~~) <!nocheck>,
|
||||
librust-serde-1+default-dev <!nocheck>,
|
||||
librust-serde-1+derive-dev <!nocheck>
|
||||
@ -31,9 +31,9 @@ Depends:
|
||||
librust-anyhow-1+default-dev,
|
||||
librust-const-format-0.2+default-dev,
|
||||
librust-proxmox-config-digest-0.1+default-dev,
|
||||
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-schema-4+api-macro-dev,
|
||||
librust-proxmox-schema-4+api-types-dev,
|
||||
librust-proxmox-schema-4+default-dev,
|
||||
librust-regex-1+default-dev (>= 1.5-~~),
|
||||
librust-serde-1+default-dev,
|
||||
librust-serde-1+derive-dev
|
||||
@ -45,8 +45,8 @@ Provides:
|
||||
librust-proxmox-dns-api-0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-dns-api-0.1-dev (= ${binary:Version}),
|
||||
librust-proxmox-dns-api-0.1+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-dns-api-0.1.4-dev (= ${binary:Version}),
|
||||
librust-proxmox-dns-api-0.1.4+default-dev (= ${binary:Version})
|
||||
librust-proxmox-dns-api-0.1.5-dev (= ${binary:Version}),
|
||||
librust-proxmox-dns-api-0.1.5+default-dev (= ${binary:Version})
|
||||
Description: DNS Management API implementation - Rust source code
|
||||
Source code for Debianized Rust crate "proxmox-dns-api"
|
||||
|
||||
@ -57,11 +57,11 @@ Depends:
|
||||
${misc:Depends},
|
||||
librust-proxmox-dns-api-dev (= ${binary:Version}),
|
||||
librust-proxmox-config-digest-0.1+openssl-dev,
|
||||
librust-proxmox-sys-0.6+default-dev
|
||||
librust-proxmox-sys-0.6+default-dev (>= 0.6.5-~~)
|
||||
Provides:
|
||||
librust-proxmox-dns-api-0+impl-dev (= ${binary:Version}),
|
||||
librust-proxmox-dns-api-0.1+impl-dev (= ${binary:Version}),
|
||||
librust-proxmox-dns-api-0.1.4+impl-dev (= ${binary:Version})
|
||||
librust-proxmox-dns-api-0.1.5+impl-dev (= ${binary:Version})
|
||||
Description: DNS Management API implementation - feature "impl"
|
||||
This metapackage enables feature "impl" for the Rust proxmox-dns-api crate, by
|
||||
pulling in any additional dependencies needed by that feature.
|
||||
|
Loading…
Reference in New Issue
Block a user