forked from Proxmox/proxmox
bump proxmox-subscription to 0.4.3-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
304e1c544f
commit
7126249102
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-subscription"
|
||||
version = "0.4.2"
|
||||
version = "0.4.3"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
@ -1,3 +1,9 @@
|
||||
rust-proxmox-subscription (0.4.3-1) stable; urgency=medium
|
||||
|
||||
* rebuild with proxmox-schema 3
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Fri, 02 Feb 2024 14:24:16 +0100
|
||||
|
||||
rust-proxmox-subscription (0.4.2-1) stable; urgency=medium
|
||||
|
||||
* move `ProductType` type to `proxmox-subscription` from POM
|
||||
|
@ -17,12 +17,12 @@ Build-Depends: debhelper (>= 12),
|
||||
librust-proxmox-serde-0.1+default-dev (>= 0.1.1-~~) <!nocheck>,
|
||||
librust-proxmox-serde-0.1+serde-json-dev (>= 0.1.1-~~) <!nocheck>,
|
||||
librust-proxmox-sys-0.5+default-dev (>= 0.5.1-~~) <!nocheck>,
|
||||
librust-proxmox-time-1+default-dev (>= 1.1.4-~~) <!nocheck>,
|
||||
librust-proxmox-time-1+default-dev (>= 1.1.6-~~) <!nocheck>,
|
||||
librust-regex-1+default-dev (>= 1.5-~~) <!nocheck>,
|
||||
librust-serde-1+default-dev <!nocheck>,
|
||||
librust-serde-json-1+default-dev <!nocheck>
|
||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||
Standards-Version: 4.6.1
|
||||
Standards-Version: 4.6.2
|
||||
Vcs-Git: git://git.proxmox.com/git/proxmox.git
|
||||
Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
|
||||
X-Cargo-Crate: proxmox-subscription
|
||||
@ -44,7 +44,7 @@ Depends:
|
||||
librust-proxmox-serde-0.1+default-dev (>= 0.1.1-~~),
|
||||
librust-proxmox-serde-0.1+serde-json-dev (>= 0.1.1-~~),
|
||||
librust-proxmox-sys-0.5+default-dev (>= 0.5.1-~~),
|
||||
librust-proxmox-time-1+default-dev (>= 1.1.4-~~),
|
||||
librust-proxmox-time-1+default-dev (>= 1.1.6-~~),
|
||||
librust-regex-1+default-dev (>= 1.5-~~),
|
||||
librust-serde-1+default-dev,
|
||||
librust-serde-json-1+default-dev
|
||||
@ -56,11 +56,10 @@ Provides:
|
||||
librust-proxmox-subscription-0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-subscription-0.4-dev (= ${binary:Version}),
|
||||
librust-proxmox-subscription-0.4+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-subscription-0.4.2-dev (= ${binary:Version}),
|
||||
librust-proxmox-subscription-0.4.2+default-dev (= ${binary:Version})
|
||||
librust-proxmox-subscription-0.4.3-dev (= ${binary:Version}),
|
||||
librust-proxmox-subscription-0.4.3+default-dev (= ${binary:Version})
|
||||
Description: Proxmox subscription utilitites - Rust source code
|
||||
This package contains the source for the Rust proxmox-subscription crate,
|
||||
packaged by debcargo for use with cargo and dh-cargo.
|
||||
Source code for Debianized Rust crate "proxmox-subscription"
|
||||
|
||||
Package: librust-proxmox-subscription+api-types-dev
|
||||
Architecture: any
|
||||
@ -68,12 +67,12 @@ Multi-Arch: same
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
librust-proxmox-subscription-dev (= ${binary:Version}),
|
||||
librust-proxmox-schema-2+api-macro-dev,
|
||||
librust-proxmox-schema-2+default-dev
|
||||
librust-proxmox-schema-3+api-macro-dev,
|
||||
librust-proxmox-schema-3+default-dev
|
||||
Provides:
|
||||
librust-proxmox-subscription-0+api-types-dev (= ${binary:Version}),
|
||||
librust-proxmox-subscription-0.4+api-types-dev (= ${binary:Version}),
|
||||
librust-proxmox-subscription-0.4.2+api-types-dev (= ${binary:Version})
|
||||
librust-proxmox-subscription-0.4.3+api-types-dev (= ${binary:Version})
|
||||
Description: Proxmox subscription utilitites - feature "api-types"
|
||||
This metapackage enables feature "api-types" for the Rust proxmox-subscription
|
||||
crate, by pulling in any additional dependencies needed by that feature.
|
||||
|
Loading…
Reference in New Issue
Block a user