bump proxmox-router to 1.2.4-1

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2022-06-21 10:39:35 +02:00
parent d934c79d4c
commit 09032fb88c
3 changed files with 32 additions and 8 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "proxmox-router" name = "proxmox-router"
version = "1.2.3" version = "1.2.4"
authors = ["Proxmox Support Team <support@proxmox.com>"] authors = ["Proxmox Support Team <support@proxmox.com>"]
edition = "2018" edition = "2018"
license = "AGPL-3" license = "AGPL-3"

View File

@ -1,3 +1,9 @@
rust-proxmox-router (1.2.4-1) unstable; urgency=medium
* add init_cli_logger helper
-- Proxmox Support Team <support@proxmox.com> Tue, 21 Jun 2022 10:39:18 +0200
rust-proxmox-router (1.2.3-1) unstable; urgency=medium rust-proxmox-router (1.2.3-1) unstable; urgency=medium
* update to nix 0.24 * update to nix 0.24

View File

@ -7,6 +7,7 @@ Build-Depends: debhelper (>= 12),
rustc:native <!nocheck>, rustc:native <!nocheck>,
libstd-rust-dev <!nocheck>, libstd-rust-dev <!nocheck>,
librust-anyhow-1+default-dev <!nocheck>, librust-anyhow-1+default-dev <!nocheck>,
librust-env-logger-0.9+default-dev <!nocheck>,
librust-http-0.2+default-dev <!nocheck>, librust-http-0.2+default-dev <!nocheck>,
librust-hyper-0.14+default-dev <!nocheck>, librust-hyper-0.14+default-dev <!nocheck>,
librust-hyper-0.14+full-dev <!nocheck>, librust-hyper-0.14+full-dev <!nocheck>,
@ -47,6 +48,7 @@ Depends:
Recommends: Recommends:
librust-proxmox-router+cli-dev (= ${binary:Version}) librust-proxmox-router+cli-dev (= ${binary:Version})
Suggests: Suggests:
librust-proxmox-router+env-logger-dev (= ${binary:Version}),
librust-proxmox-router+libc-dev (= ${binary:Version}), librust-proxmox-router+libc-dev (= ${binary:Version}),
librust-proxmox-router+rustyline-dev (= ${binary:Version}), librust-proxmox-router+rustyline-dev (= ${binary:Version}),
librust-proxmox-router+test-harness-dev (= ${binary:Version}), librust-proxmox-router+test-harness-dev (= ${binary:Version}),
@ -54,7 +56,7 @@ Suggests:
Provides: Provides:
librust-proxmox-router-1-dev (= ${binary:Version}), librust-proxmox-router-1-dev (= ${binary:Version}),
librust-proxmox-router-1.2-dev (= ${binary:Version}), librust-proxmox-router-1.2-dev (= ${binary:Version}),
librust-proxmox-router-1.2.3-dev (= ${binary:Version}) librust-proxmox-router-1.2.4-dev (= ${binary:Version})
Description: Proxmox API Router and CLI utilities - Rust source code Description: Proxmox API Router and CLI utilities - Rust source code
This package contains the source for the Rust proxmox-router crate, packaged by This package contains the source for the Rust proxmox-router crate, packaged by
debcargo for use with cargo and dh-cargo. debcargo for use with cargo and dh-cargo.
@ -65,6 +67,7 @@ Multi-Arch: same
Depends: Depends:
${misc:Depends}, ${misc:Depends},
librust-proxmox-router-dev (= ${binary:Version}), librust-proxmox-router-dev (= ${binary:Version}),
librust-proxmox-router+env-logger-dev (= ${binary:Version}),
librust-proxmox-router+libc-dev (= ${binary:Version}), librust-proxmox-router+libc-dev (= ${binary:Version}),
librust-proxmox-router+rustyline-dev (= ${binary:Version}), librust-proxmox-router+rustyline-dev (= ${binary:Version}),
librust-proxmox-router+tokio-dev (= ${binary:Version}) librust-proxmox-router+tokio-dev (= ${binary:Version})
@ -74,14 +77,29 @@ Provides:
librust-proxmox-router-1+default-dev (= ${binary:Version}), librust-proxmox-router-1+default-dev (= ${binary:Version}),
librust-proxmox-router-1.2+cli-dev (= ${binary:Version}), librust-proxmox-router-1.2+cli-dev (= ${binary:Version}),
librust-proxmox-router-1.2+default-dev (= ${binary:Version}), librust-proxmox-router-1.2+default-dev (= ${binary:Version}),
librust-proxmox-router-1.2.3+cli-dev (= ${binary:Version}), librust-proxmox-router-1.2.4+cli-dev (= ${binary:Version}),
librust-proxmox-router-1.2.3+default-dev (= ${binary:Version}) librust-proxmox-router-1.2.4+default-dev (= ${binary:Version})
Description: Proxmox API Router and CLI utilities - feature "cli" and 1 more Description: Proxmox API Router and CLI utilities - feature "cli" and 1 more
This metapackage enables feature "cli" for the Rust proxmox-router crate, by This metapackage enables feature "cli" for the Rust proxmox-router crate, by
pulling in any additional dependencies needed by that feature. pulling in any additional dependencies needed by that feature.
. .
Additionally, this package also provides the "default" feature. Additionally, this package also provides the "default" feature.
Package: librust-proxmox-router+env-logger-dev
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
librust-proxmox-router-dev (= ${binary:Version}),
librust-env-logger-0.9+default-dev
Provides:
librust-proxmox-router-1+env-logger-dev (= ${binary:Version}),
librust-proxmox-router-1.2+env-logger-dev (= ${binary:Version}),
librust-proxmox-router-1.2.4+env-logger-dev (= ${binary:Version})
Description: Proxmox API Router and CLI utilities - feature "env_logger"
This metapackage enables feature "env_logger" for the Rust proxmox-router
crate, by pulling in any additional dependencies needed by that feature.
Package: librust-proxmox-router+libc-dev Package: librust-proxmox-router+libc-dev
Architecture: any Architecture: any
Multi-Arch: same Multi-Arch: same
@ -92,7 +110,7 @@ Depends:
Provides: Provides:
librust-proxmox-router-1+libc-dev (= ${binary:Version}), librust-proxmox-router-1+libc-dev (= ${binary:Version}),
librust-proxmox-router-1.2+libc-dev (= ${binary:Version}), librust-proxmox-router-1.2+libc-dev (= ${binary:Version}),
librust-proxmox-router-1.2.3+libc-dev (= ${binary:Version}) librust-proxmox-router-1.2.4+libc-dev (= ${binary:Version})
Description: Proxmox API Router and CLI utilities - feature "libc" Description: Proxmox API Router and CLI utilities - feature "libc"
This metapackage enables feature "libc" for the Rust proxmox-router crate, by This metapackage enables feature "libc" for the Rust proxmox-router crate, by
pulling in any additional dependencies needed by that feature. pulling in any additional dependencies needed by that feature.
@ -107,7 +125,7 @@ Depends:
Provides: Provides:
librust-proxmox-router-1+rustyline-dev (= ${binary:Version}), librust-proxmox-router-1+rustyline-dev (= ${binary:Version}),
librust-proxmox-router-1.2+rustyline-dev (= ${binary:Version}), librust-proxmox-router-1.2+rustyline-dev (= ${binary:Version}),
librust-proxmox-router-1.2.3+rustyline-dev (= ${binary:Version}) librust-proxmox-router-1.2.4+rustyline-dev (= ${binary:Version})
Description: Proxmox API Router and CLI utilities - feature "rustyline" Description: Proxmox API Router and CLI utilities - feature "rustyline"
This metapackage enables feature "rustyline" for the Rust proxmox-router crate, This metapackage enables feature "rustyline" for the Rust proxmox-router crate,
by pulling in any additional dependencies needed by that feature. by pulling in any additional dependencies needed by that feature.
@ -122,7 +140,7 @@ Depends:
Provides: Provides:
librust-proxmox-router-1+test-harness-dev (= ${binary:Version}), librust-proxmox-router-1+test-harness-dev (= ${binary:Version}),
librust-proxmox-router-1.2+test-harness-dev (= ${binary:Version}), librust-proxmox-router-1.2+test-harness-dev (= ${binary:Version}),
librust-proxmox-router-1.2.3+test-harness-dev (= ${binary:Version}) librust-proxmox-router-1.2.4+test-harness-dev (= ${binary:Version})
Description: Proxmox API Router and CLI utilities - feature "test-harness" Description: Proxmox API Router and CLI utilities - feature "test-harness"
This metapackage enables feature "test-harness" for the Rust proxmox-router This metapackage enables feature "test-harness" for the Rust proxmox-router
crate, by pulling in any additional dependencies needed by that feature. crate, by pulling in any additional dependencies needed by that feature.
@ -137,7 +155,7 @@ Depends:
Provides: Provides:
librust-proxmox-router-1+tokio-dev (= ${binary:Version}), librust-proxmox-router-1+tokio-dev (= ${binary:Version}),
librust-proxmox-router-1.2+tokio-dev (= ${binary:Version}), librust-proxmox-router-1.2+tokio-dev (= ${binary:Version}),
librust-proxmox-router-1.2.3+tokio-dev (= ${binary:Version}) librust-proxmox-router-1.2.4+tokio-dev (= ${binary:Version})
Description: Proxmox API Router and CLI utilities - feature "tokio" Description: Proxmox API Router and CLI utilities - feature "tokio"
This metapackage enables feature "tokio" for the Rust proxmox-router crate, by This metapackage enables feature "tokio" for the Rust proxmox-router crate, by
pulling in any additional dependencies needed by that feature. pulling in any additional dependencies needed by that feature.