forked from proxmox-mirrors/proxmox
time-api: bump to 0.1.1-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
dfa1c0ce39
commit
36032b892b
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-time-api"
|
name = "proxmox-time-api"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
rust-proxmox-time-api (0.1.1-1) bookworm; urgency=medium
|
||||||
|
|
||||||
|
* rebuild with new proxmox-product-config dependency version
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Wed, 19 Jun 2024 12:13:41 +0200
|
||||||
|
|
||||||
rust-proxmox-time-api (0.1.0-1) bookworm; urgency=medium
|
rust-proxmox-time-api (0.1.0-1) bookworm; urgency=medium
|
||||||
|
|
||||||
* initial packaging (split out from proxmox-system-management-api)
|
* initial packaging (split out from proxmox-system-management-api)
|
||||||
|
@ -38,8 +38,8 @@ Provides:
|
|||||||
librust-proxmox-time-api-0+default-dev (= ${binary:Version}),
|
librust-proxmox-time-api-0+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-time-api-0.1-dev (= ${binary:Version}),
|
librust-proxmox-time-api-0.1-dev (= ${binary:Version}),
|
||||||
librust-proxmox-time-api-0.1+default-dev (= ${binary:Version}),
|
librust-proxmox-time-api-0.1+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-time-api-0.1.0-dev (= ${binary:Version}),
|
librust-proxmox-time-api-0.1.1-dev (= ${binary:Version}),
|
||||||
librust-proxmox-time-api-0.1.0+default-dev (= ${binary:Version})
|
librust-proxmox-time-api-0.1.1+default-dev (= ${binary:Version})
|
||||||
Description: Time Management API implementation - Rust source code
|
Description: Time Management API implementation - Rust source code
|
||||||
Source code for Debianized Rust crate "proxmox-time-api"
|
Source code for Debianized Rust crate "proxmox-time-api"
|
||||||
|
|
||||||
@ -49,13 +49,13 @@ Multi-Arch: same
|
|||||||
Depends:
|
Depends:
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
librust-proxmox-time-api-dev (= ${binary:Version}),
|
librust-proxmox-time-api-dev (= ${binary:Version}),
|
||||||
librust-proxmox-product-config-0.1+default-dev,
|
librust-proxmox-product-config-0.2+default-dev,
|
||||||
librust-proxmox-sys-0.5+default-dev (>= 0.5.5-~~),
|
librust-proxmox-sys-0.5+default-dev (>= 0.5.5-~~),
|
||||||
librust-proxmox-time-1+default-dev (>= 1.1.6-~~)
|
librust-proxmox-time-1+default-dev (>= 1.1.6-~~)
|
||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-time-api-0+impl-dev (= ${binary:Version}),
|
librust-proxmox-time-api-0+impl-dev (= ${binary:Version}),
|
||||||
librust-proxmox-time-api-0.1+impl-dev (= ${binary:Version}),
|
librust-proxmox-time-api-0.1+impl-dev (= ${binary:Version}),
|
||||||
librust-proxmox-time-api-0.1.0+impl-dev (= ${binary:Version})
|
librust-proxmox-time-api-0.1.1+impl-dev (= ${binary:Version})
|
||||||
Description: Time Management API implementation - feature "impl"
|
Description: Time Management API implementation - feature "impl"
|
||||||
This metapackage enables feature "impl" for the Rust proxmox-time-api crate, by
|
This metapackage enables feature "impl" for the Rust proxmox-time-api crate, by
|
||||||
pulling in any additional dependencies needed by that feature.
|
pulling in any additional dependencies needed by that feature.
|
||||||
|
Loading…
Reference in New Issue
Block a user