forked from Proxmox/proxmox
dns-api: bump to 0.1.3-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
540e9a8134
commit
98adeb73f2
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-dns-api"
|
||||
version = "0.1.2"
|
||||
version = "0.1.3"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
@ -1,3 +1,9 @@
|
||||
rust-proxmox-dns-api (0.1.3-1) bookworm; urgency=medium
|
||||
|
||||
* rebuild with proxmox-sys 6.0
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Thu, 11 Jul 2024 15:26:46 +0200
|
||||
|
||||
rust-proxmox-dns-api (0.1.2-1) bookworm; urgency=medium
|
||||
|
||||
* upgrade proxmox-time to 2.0
|
||||
|
@ -46,8 +46,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.2-dev (= ${binary:Version}),
|
||||
librust-proxmox-dns-api-0.1.2+default-dev (= ${binary:Version})
|
||||
librust-proxmox-dns-api-0.1.3-dev (= ${binary:Version}),
|
||||
librust-proxmox-dns-api-0.1.3+default-dev (= ${binary:Version})
|
||||
Description: DNS Management API implementation - Rust source code
|
||||
Source code for Debianized Rust crate "proxmox-dns-api"
|
||||
|
||||
@ -59,12 +59,12 @@ Depends:
|
||||
librust-proxmox-dns-api-dev (= ${binary:Version}),
|
||||
librust-proxmox-config-digest-0.1+openssl-dev,
|
||||
librust-proxmox-product-config-0.2+default-dev,
|
||||
librust-proxmox-sys-0.5+default-dev (>= 0.5.7-~~),
|
||||
librust-proxmox-sys-0.6+default-dev,
|
||||
librust-proxmox-time-2+default-dev
|
||||
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.2+impl-dev (= ${binary:Version})
|
||||
librust-proxmox-dns-api-0.1.3+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