time: bump version to 1.0.0-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-time-api"
|
||||
version = "0.1.4"
|
||||
version = "1.0.0"
|
||||
description = "Time Management API implementation"
|
||||
|
||||
authors.workspace = true
|
||||
|
@ -1,3 +1,9 @@
|
||||
rust-proxmox-time-api (1.0.0-1) trixie; urgency=medium
|
||||
|
||||
* re-build for Debian Trixie based releases.
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Thu, 22 May 2025 17:01:53 +0200
|
||||
|
||||
rust-proxmox-time-api (0.1.4-1) bookworm; urgency=medium
|
||||
|
||||
* rebuild with proxmox-schema 4.0
|
||||
|
@ -2,14 +2,14 @@ Source: rust-proxmox-time-api
|
||||
Section: rust
|
||||
Priority: optional
|
||||
Build-Depends: debhelper-compat (= 13),
|
||||
dh-sequence-cargo,
|
||||
cargo:native <!nocheck>,
|
||||
dh-sequence-cargo
|
||||
Build-Depends-Arch: cargo:native <!nocheck>,
|
||||
rustc:native <!nocheck>,
|
||||
libstd-rust-dev <!nocheck>,
|
||||
librust-anyhow-1+default-dev <!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-proxmox-schema-4+api-macro-dev (>= 4.1.0-~~) <!nocheck>,
|
||||
librust-proxmox-schema-4+api-types-dev (>= 4.1.0-~~) <!nocheck>,
|
||||
librust-proxmox-schema-4+default-dev (>= 4.1.0-~~) <!nocheck>,
|
||||
librust-serde-1+default-dev <!nocheck>,
|
||||
librust-serde-1+derive-dev <!nocheck>
|
||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||
@ -26,21 +26,21 @@ Multi-Arch: same
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
librust-anyhow-1+default-dev,
|
||||
librust-proxmox-schema-4+api-macro-dev,
|
||||
librust-proxmox-schema-4+api-types-dev,
|
||||
librust-proxmox-schema-4+default-dev,
|
||||
librust-proxmox-schema-4+api-macro-dev (>= 4.1.0-~~),
|
||||
librust-proxmox-schema-4+api-types-dev (>= 4.1.0-~~),
|
||||
librust-proxmox-schema-4+default-dev (>= 4.1.0-~~),
|
||||
librust-serde-1+default-dev,
|
||||
librust-serde-1+derive-dev
|
||||
Suggests:
|
||||
librust-proxmox-time-api+impl-dev (= ${binary:Version})
|
||||
Provides:
|
||||
librust-proxmox-time-api+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-time-api-0-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+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-time-api-0.1.4-dev (= ${binary:Version}),
|
||||
librust-proxmox-time-api-0.1.4+default-dev (= ${binary:Version})
|
||||
librust-proxmox-time-api-1-dev (= ${binary:Version}),
|
||||
librust-proxmox-time-api-1+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-time-api-1.0-dev (= ${binary:Version}),
|
||||
librust-proxmox-time-api-1.0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-time-api-1.0.0-dev (= ${binary:Version}),
|
||||
librust-proxmox-time-api-1.0.0+default-dev (= ${binary:Version})
|
||||
Description: Time Management API implementation - Rust source code
|
||||
Source code for Debianized Rust crate "proxmox-time-api"
|
||||
|
||||
@ -50,13 +50,13 @@ Multi-Arch: same
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
librust-proxmox-time-api-dev (= ${binary:Version}),
|
||||
librust-proxmox-product-config-0.2+default-dev,
|
||||
librust-proxmox-sys-0.6+default-dev (>= 0.6.5-~~),
|
||||
librust-proxmox-time-2+default-dev
|
||||
librust-proxmox-product-config-1+default-dev,
|
||||
librust-proxmox-sys-1+default-dev,
|
||||
librust-proxmox-time-2+default-dev (>= 2.1.0-~~)
|
||||
Provides:
|
||||
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.4+impl-dev (= ${binary:Version})
|
||||
librust-proxmox-time-api-1+impl-dev (= ${binary:Version}),
|
||||
librust-proxmox-time-api-1.0+impl-dev (= ${binary:Version}),
|
||||
librust-proxmox-time-api-1.0.0+impl-dev (= ${binary:Version})
|
||||
Description: Time Management API implementation - feature "impl"
|
||||
This metapackage enables feature "impl" for the Rust proxmox-time-api crate, by
|
||||
pulling in any additional dependencies needed by that feature.
|
||||
|
Reference in New Issue
Block a user