bump proxmox-apt to 0.10.0-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
3c85df6830
commit
c25c1cf4cd
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "proxmox-apt"
|
||||
version = "0.9.3"
|
||||
version = "0.10.0"
|
||||
description = "Proxmox library for APT"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
|
@ -1,3 +1,9 @@
|
||||
rust-proxmox-apt (0.10.0-1) bookworm; urgency=medium
|
||||
|
||||
* rebuild for Debian 12 bookworm release series
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Wed, 24 May 2023 09:25:14 +0200
|
||||
|
||||
rust-proxmox-apt (0.9.3-1) stable; urgency=medium
|
||||
|
||||
* packages file: add section field
|
||||
|
@ -7,20 +7,21 @@ Build-Depends: debhelper (>= 12),
|
||||
rustc:native <!nocheck>,
|
||||
libstd-rust-dev <!nocheck>,
|
||||
librust-anyhow-1+default-dev <!nocheck>,
|
||||
librust-hex-0.4+default-dev (>= 0.4.3-~~) <!nocheck>,
|
||||
librust-hex-0.4+default-dev <!nocheck>,
|
||||
librust-once-cell-1+default-dev (>= 1.3.1-~~) <!nocheck>,
|
||||
librust-openssl-0.10+default-dev <!nocheck>,
|
||||
librust-proxmox-schema-1+api-macro-dev <!nocheck>,
|
||||
librust-proxmox-schema-1+default-dev <!nocheck>,
|
||||
librust-proxmox-schema-1+api-macro-dev (>= 1.3.7-~~) <!nocheck>,
|
||||
librust-proxmox-schema-1+default-dev (>= 1.3.7-~~) <!nocheck>,
|
||||
librust-rfc822-like-0.2+default-dev (>= 0.2.1-~~) <!nocheck>,
|
||||
librust-serde-1+default-dev <!nocheck>,
|
||||
librust-serde-1+derive-dev <!nocheck>,
|
||||
librust-serde-json-1+default-dev (>= 1.0.41-~~) <!nocheck>
|
||||
librust-serde-json-1+default-dev <!nocheck>
|
||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||
Standards-Version: 4.5.1
|
||||
Standards-Version: 4.6.1
|
||||
Vcs-Git: git://git.proxmox.com/git/proxmox-apt.git
|
||||
Vcs-Browser: https://git.proxmox.com/?p=proxmox-apt.git
|
||||
Homepage: https://www.proxmox.com
|
||||
Homepage: https://proxmox.com
|
||||
X-Cargo-Crate: proxmox-apt
|
||||
Rules-Requires-Root: no
|
||||
|
||||
Package: librust-proxmox-apt-dev
|
||||
@ -29,23 +30,23 @@ Multi-Arch: same
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
librust-anyhow-1+default-dev,
|
||||
librust-hex-0.4+default-dev (>= 0.4.3-~~),
|
||||
librust-hex-0.4+default-dev,
|
||||
librust-once-cell-1+default-dev (>= 1.3.1-~~),
|
||||
librust-openssl-0.10+default-dev,
|
||||
librust-proxmox-schema-1+api-macro-dev,
|
||||
librust-proxmox-schema-1+default-dev,
|
||||
librust-proxmox-schema-1+api-macro-dev (>= 1.3.7-~~),
|
||||
librust-proxmox-schema-1+default-dev (>= 1.3.7-~~),
|
||||
librust-rfc822-like-0.2+default-dev (>= 0.2.1-~~),
|
||||
librust-serde-1+default-dev,
|
||||
librust-serde-1+derive-dev,
|
||||
librust-serde-json-1+default-dev (>= 1.0.41-~~)
|
||||
librust-serde-json-1+default-dev
|
||||
Provides:
|
||||
librust-proxmox-apt+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-apt-0-dev (= ${binary:Version}),
|
||||
librust-proxmox-apt-0+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-apt-0.9-dev (= ${binary:Version}),
|
||||
librust-proxmox-apt-0.9+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-apt-0.9.3-dev (= ${binary:Version}),
|
||||
librust-proxmox-apt-0.9.3+default-dev (= ${binary:Version})
|
||||
librust-proxmox-apt-0.10-dev (= ${binary:Version}),
|
||||
librust-proxmox-apt-0.10+default-dev (= ${binary:Version}),
|
||||
librust-proxmox-apt-0.10.0-dev (= ${binary:Version}),
|
||||
librust-proxmox-apt-0.10.0+default-dev (= ${binary:Version})
|
||||
Description: Proxmox library for APT - Rust source code
|
||||
This package contains the source for the Rust proxmox-apt crate, packaged by
|
||||
debcargo for use with cargo and dh-cargo.
|
||||
|
Loading…
Reference in New Issue
Block a user