mirror of
https://git.proxmox.com/git/proxmox
synced 2025-06-10 01:29:38 +00:00
bump version to 0.8.1-1
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
5a3c084219
commit
03f14b74dd
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "proxmox-apt"
|
name = "proxmox-apt"
|
||||||
version = "0.8.0"
|
version = "0.8.1"
|
||||||
authors = [
|
authors = [
|
||||||
"Fabian Ebner <f.ebner@proxmox.com>",
|
"Fabian Ebner <f.ebner@proxmox.com>",
|
||||||
"Proxmox Support Team <support@proxmox.com>",
|
"Proxmox Support Team <support@proxmox.com>",
|
||||||
|
12
debian/changelog
vendored
12
debian/changelog
vendored
@ -1,3 +1,15 @@
|
|||||||
|
rust-proxmox-apt (0.8.1-1) stable; urgency=medium
|
||||||
|
|
||||||
|
* upgrade to 2021 edition
|
||||||
|
|
||||||
|
* check suites: add special check for Debian security repository
|
||||||
|
|
||||||
|
* file: add pre-parsed content variant
|
||||||
|
|
||||||
|
* add module for parsing Packages and Release (deb822 like) files
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Thu, 21 Jul 2022 12:08:23 +0200
|
||||||
|
|
||||||
rust-proxmox-apt (0.8.0-1) stable; urgency=medium
|
rust-proxmox-apt (0.8.0-1) stable; urgency=medium
|
||||||
|
|
||||||
* update to proxox-schema crate
|
* update to proxox-schema crate
|
||||||
|
14
debian/control
vendored
14
debian/control
vendored
@ -2,7 +2,7 @@ Source: rust-proxmox-apt
|
|||||||
Section: rust
|
Section: rust
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Build-Depends: debhelper (>= 12),
|
Build-Depends: debhelper (>= 12),
|
||||||
dh-cargo (>= 24),
|
dh-cargo (>= 25),
|
||||||
cargo:native <!nocheck>,
|
cargo:native <!nocheck>,
|
||||||
rustc:native <!nocheck>,
|
rustc:native <!nocheck>,
|
||||||
libstd-rust-dev <!nocheck>,
|
libstd-rust-dev <!nocheck>,
|
||||||
@ -12,8 +12,10 @@ Build-Depends: debhelper (>= 12),
|
|||||||
librust-openssl-0.10+default-dev <!nocheck>,
|
librust-openssl-0.10+default-dev <!nocheck>,
|
||||||
librust-proxmox-schema-1+api-macro-dev <!nocheck>,
|
librust-proxmox-schema-1+api-macro-dev <!nocheck>,
|
||||||
librust-proxmox-schema-1+default-dev <!nocheck>,
|
librust-proxmox-schema-1+default-dev <!nocheck>,
|
||||||
|
librust-rfc822-like-0.2+default-dev (>= 0.2.1-~~) <!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-json-1+default-dev (>= 1.0.41-~~) <!nocheck>
|
||||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||||
Standards-Version: 4.5.1
|
Standards-Version: 4.5.1
|
||||||
Vcs-Git: git://git.proxmox.com/git/proxmox-apt.git
|
Vcs-Git: git://git.proxmox.com/git/proxmox-apt.git
|
||||||
@ -32,16 +34,18 @@ Depends:
|
|||||||
librust-openssl-0.10+default-dev,
|
librust-openssl-0.10+default-dev,
|
||||||
librust-proxmox-schema-1+api-macro-dev,
|
librust-proxmox-schema-1+api-macro-dev,
|
||||||
librust-proxmox-schema-1+default-dev,
|
librust-proxmox-schema-1+default-dev,
|
||||||
|
librust-rfc822-like-0.2+default-dev (>= 0.2.1-~~),
|
||||||
librust-serde-1+default-dev,
|
librust-serde-1+default-dev,
|
||||||
librust-serde-1+derive-dev
|
librust-serde-1+derive-dev,
|
||||||
|
librust-serde-json-1+default-dev (>= 1.0.41-~~)
|
||||||
Provides:
|
Provides:
|
||||||
librust-proxmox-apt+default-dev (= ${binary:Version}),
|
librust-proxmox-apt+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-apt-0-dev (= ${binary:Version}),
|
librust-proxmox-apt-0-dev (= ${binary:Version}),
|
||||||
librust-proxmox-apt-0+default-dev (= ${binary:Version}),
|
librust-proxmox-apt-0+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-apt-0.8-dev (= ${binary:Version}),
|
librust-proxmox-apt-0.8-dev (= ${binary:Version}),
|
||||||
librust-proxmox-apt-0.8+default-dev (= ${binary:Version}),
|
librust-proxmox-apt-0.8+default-dev (= ${binary:Version}),
|
||||||
librust-proxmox-apt-0.8.0-dev (= ${binary:Version}),
|
librust-proxmox-apt-0.8.1-dev (= ${binary:Version}),
|
||||||
librust-proxmox-apt-0.8.0+default-dev (= ${binary:Version})
|
librust-proxmox-apt-0.8.1+default-dev (= ${binary:Version})
|
||||||
Description: Proxmox library for APT - Rust source code
|
Description: Proxmox library for APT - Rust source code
|
||||||
This package contains the source for the Rust proxmox-apt crate, packaged by
|
This package contains the source for the Rust proxmox-apt crate, packaged by
|
||||||
debcargo for use with cargo and dh-cargo.
|
debcargo for use with cargo and dh-cargo.
|
||||||
|
Loading…
Reference in New Issue
Block a user