forked from proxmox-mirrors/proxmox
apt-api-types: bump to 1.0.3-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
ca92328569
commit
5382b8ce13
@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-apt-api-types"
|
name = "proxmox-apt-api-types"
|
||||||
description = "APT API type definitions."
|
description = "APT API type definitions."
|
||||||
version = "1.0.2"
|
version = "1.0.3"
|
||||||
|
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
rust-proxmox-apt-api-types (1.0.3-1) bookworm; urgency=medium
|
||||||
|
|
||||||
|
* rebuild with proxmox-schema 4.0
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Wed, 15 Jan 2025 12:38:02 +0100
|
||||||
|
|
||||||
rust-proxmox-apt-api-types (1.0.2-1) bookworm; urgency=medium
|
rust-proxmox-apt-api-types (1.0.2-1) bookworm; urgency=medium
|
||||||
|
|
||||||
* add Ceph Squid as valid Proxmox APT repository handle.
|
* add Ceph Squid as valid Proxmox APT repository handle.
|
||||||
|
@ -7,8 +7,8 @@ Build-Depends: debhelper-compat (= 13),
|
|||||||
rustc:native <!nocheck>,
|
rustc:native <!nocheck>,
|
||||||
libstd-rust-dev <!nocheck>,
|
libstd-rust-dev <!nocheck>,
|
||||||
librust-proxmox-config-digest-0.1+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-4+api-macro-dev <!nocheck>,
|
||||||
librust-proxmox-schema-3+default-dev (>= 3.1.2-~~) <!nocheck>,
|
librust-proxmox-schema-4+default-dev <!nocheck>,
|
||||||
librust-serde-1+default-dev <!nocheck>,
|
librust-serde-1+default-dev <!nocheck>,
|
||||||
librust-serde-1+derive-dev <!nocheck>,
|
librust-serde-1+derive-dev <!nocheck>,
|
||||||
librust-serde-plain-1+default-dev <!nocheck>
|
librust-serde-plain-1+default-dev <!nocheck>
|
||||||
@ -26,8 +26,8 @@ Multi-Arch: same
|
|||||||
Depends:
|
Depends:
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
librust-proxmox-config-digest-0.1+default-dev,
|
librust-proxmox-config-digest-0.1+default-dev,
|
||||||
librust-proxmox-schema-3+api-macro-dev (>= 3.1.2-~~),
|
librust-proxmox-schema-4+api-macro-dev,
|
||||||
librust-proxmox-schema-3+default-dev (>= 3.1.2-~~),
|
librust-proxmox-schema-4+default-dev,
|
||||||
librust-serde-1+default-dev,
|
librust-serde-1+default-dev,
|
||||||
librust-serde-1+derive-dev,
|
librust-serde-1+derive-dev,
|
||||||
librust-serde-plain-1+default-dev
|
librust-serde-plain-1+default-dev
|
||||||
@ -37,7 +37,7 @@ Provides:
|
|||||||
librust-proxmox-apt-api-types-1+default-dev (= ${binary:Version}),
|
librust-proxmox-apt-api-types-1+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-apt-api-types-1.0-dev (= ${binary:Version}),
|
librust-proxmox-apt-api-types-1.0-dev (= ${binary:Version}),
|
||||||
librust-proxmox-apt-api-types-1.0+default-dev (= ${binary:Version}),
|
librust-proxmox-apt-api-types-1.0+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-apt-api-types-1.0.2-dev (= ${binary:Version}),
|
librust-proxmox-apt-api-types-1.0.3-dev (= ${binary:Version}),
|
||||||
librust-proxmox-apt-api-types-1.0.2+default-dev (= ${binary:Version})
|
librust-proxmox-apt-api-types-1.0.3+default-dev (= ${binary:Version})
|
||||||
Description: APT API type definitions - Rust source code
|
Description: APT API type definitions - Rust source code
|
||||||
Source code for Debianized Rust crate "proxmox-apt-api-types"
|
Source code for Debianized Rust crate "proxmox-apt-api-types"
|
||||||
|
Loading…
Reference in New Issue
Block a user