update versions in generated control files

This commit is contained in:
Dietmar Maurer 2021-07-20 13:51:58 +02:00 committed by Thomas Lamprecht
parent 82d7a1cdbf
commit 5cbddad172
4 changed files with 55 additions and 53 deletions

View File

@ -1,8 +1,8 @@
Source: rust-proxmox-api-macro Source: rust-proxmox-api-macro
Section: rust Section: rust
Priority: optional Priority: optional
Build-Depends: debhelper (>= 11), Build-Depends: debhelper (>= 12),
dh-cargo (>= 18), dh-cargo (>= 24),
cargo:native <!nocheck>, cargo:native <!nocheck>,
rustc:native <!nocheck>, rustc:native <!nocheck>,
libstd-rust-dev <!nocheck>, libstd-rust-dev <!nocheck>,
@ -14,9 +14,10 @@ Build-Depends: debhelper (>= 11),
librust-syn-1+full-dev <!nocheck>, librust-syn-1+full-dev <!nocheck>,
librust-syn-1+visit-mut-dev <!nocheck> librust-syn-1+visit-mut-dev <!nocheck>
Maintainer: Proxmox Support Team <support@proxmox.com> Maintainer: Proxmox Support Team <support@proxmox.com>
Standards-Version: 4.4.1 Standards-Version: 4.5.1
Vcs-Git: git://git.proxmox.com/git/proxmox.git Vcs-Git: git://git.proxmox.com/git/proxmox.git
Vcs-Browser: https://git.proxmox.com/?p=proxmox.git Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
Rules-Requires-Root: no
Package: librust-proxmox-api-macro-dev Package: librust-proxmox-api-macro-dev
Architecture: any Architecture: any

View File

@ -1,16 +1,17 @@
Source: rust-proxmox-http Source: rust-proxmox-http
Section: rust Section: rust
Priority: optional Priority: optional
Build-Depends: debhelper (>= 11), Build-Depends: debhelper (>= 12),
dh-cargo (>= 18), dh-cargo (>= 24),
cargo:native <!nocheck>, cargo:native <!nocheck>,
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>
Maintainer: Proxmox Support Team <support@proxmox.com> Maintainer: Proxmox Support Team <support@proxmox.com>
Standards-Version: 4.4.1 Standards-Version: 4.5.1
Vcs-Git: git://git.proxmox.com/git/proxmox.git Vcs-Git: git://git.proxmox.com/git/proxmox.git
Vcs-Browser: https://git.proxmox.com/?p=proxmox.git Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
Rules-Requires-Root: no
Package: librust-proxmox-http-dev Package: librust-proxmox-http-dev
Architecture: any Architecture: any
@ -114,7 +115,7 @@ Depends:
librust-http-0.2+default-dev, librust-http-0.2+default-dev,
librust-hyper-0.14+default-dev, librust-hyper-0.14+default-dev,
librust-hyper-0.14+full-dev, librust-hyper-0.14+full-dev,
librust-proxmox-0.11-dev (>= 0.11.3-~~), librust-proxmox-0.12-dev,
librust-tokio-1+io-util-dev, librust-tokio-1+io-util-dev,
librust-tokio-openssl-0.6+default-dev (>= 0.6.1-~~) librust-tokio-openssl-0.6+default-dev (>= 0.6.1-~~)
Provides: Provides:
@ -162,7 +163,7 @@ Multi-Arch: same
Depends: Depends:
${misc:Depends}, ${misc:Depends},
librust-proxmox-http-dev (= ${binary:Version}), librust-proxmox-http-dev (= ${binary:Version}),
librust-proxmox-0.11-dev (>= 0.11.3-~~) librust-proxmox-0.12-dev
Provides: Provides:
librust-proxmox-http-0+proxmox-dev (= ${binary:Version}), librust-proxmox-http-0+proxmox-dev (= ${binary:Version}),
librust-proxmox-http-0.2+proxmox-dev (= ${binary:Version}), librust-proxmox-http-0.2+proxmox-dev (= ${binary:Version}),
@ -212,7 +213,7 @@ Depends:
librust-hyper-0.14+default-dev, librust-hyper-0.14+default-dev,
librust-hyper-0.14+full-dev, librust-hyper-0.14+full-dev,
librust-openssl-0.10+default-dev, librust-openssl-0.10+default-dev,
librust-proxmox-0.11+tokio-dev (>= 0.11.3-~~), librust-proxmox-0.12+tokio-dev,
librust-tokio-1+io-util-dev, librust-tokio-1+io-util-dev,
librust-tokio-1+sync-dev librust-tokio-1+sync-dev
Provides: Provides:

View File

@ -1,8 +1,8 @@
Source: rust-proxmox-sortable-macro Source: rust-proxmox-sortable-macro
Section: rust Section: rust
Priority: optional Priority: optional
Build-Depends: debhelper (>= 11), Build-Depends: debhelper (>= 12),
dh-cargo (>= 18), dh-cargo (>= 24),
cargo:native <!nocheck>, cargo:native <!nocheck>,
rustc:native <!nocheck>, rustc:native <!nocheck>,
libstd-rust-dev <!nocheck>, libstd-rust-dev <!nocheck>,
@ -13,9 +13,10 @@ Build-Depends: debhelper (>= 11),
librust-syn-1+full-dev <!nocheck>, librust-syn-1+full-dev <!nocheck>,
librust-syn-1+visit-mut-dev <!nocheck> librust-syn-1+visit-mut-dev <!nocheck>
Maintainer: Proxmox Support Team <support@proxmox.com> Maintainer: Proxmox Support Team <support@proxmox.com>
Standards-Version: 4.4.1 Standards-Version: 4.5.1
Vcs-Git: git://git.proxmox.com/git/proxmox.git Vcs-Git: git://git.proxmox.com/git/proxmox.git
Vcs-Browser: https://git.proxmox.com/?p=proxmox.git Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
Rules-Requires-Root: no
Package: librust-proxmox-sortable-macro-dev Package: librust-proxmox-sortable-macro-dev
Architecture: any Architecture: any

View File

@ -1,8 +1,8 @@
Source: rust-proxmox Source: rust-proxmox
Section: rust Section: rust
Priority: optional Priority: optional
Build-Depends: debhelper (>= 11), Build-Depends: debhelper (>= 12),
dh-cargo (>= 18), dh-cargo (>= 24),
cargo:native <!nocheck>, cargo:native <!nocheck>,
rustc:native <!nocheck>, rustc:native <!nocheck>,
libstd-rust-dev <!nocheck>, libstd-rust-dev <!nocheck>,
@ -32,13 +32,12 @@ Build-Depends: debhelper (>= 11),
uuid-dev <!nocheck>, uuid-dev <!nocheck>,
uuid-dev <!nocheck>, uuid-dev <!nocheck>,
uuid-dev <!nocheck>, uuid-dev <!nocheck>,
uuid-dev <!nocheck>,
uuid-dev <!nocheck>,
uuid-dev <!nocheck> uuid-dev <!nocheck>
Maintainer: Proxmox Support Team <support@proxmox.com> Maintainer: Proxmox Support Team <support@proxmox.com>
Standards-Version: 4.4.1 Standards-Version: 4.5.1
Vcs-Git: git://git.proxmox.com/git/proxmox.git Vcs-Git: git://git.proxmox.com/git/proxmox.git
Vcs-Browser: https://git.proxmox.com/?p=proxmox.git Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
Rules-Requires-Root: no
Package: librust-proxmox-dev Package: librust-proxmox-dev
Architecture: any Architecture: any
@ -81,10 +80,10 @@ Provides:
librust-proxmox+test-harness-dev (= ${binary:Version}), librust-proxmox+test-harness-dev (= ${binary:Version}),
librust-proxmox-0-dev (= ${binary:Version}), librust-proxmox-0-dev (= ${binary:Version}),
librust-proxmox-0+test-harness-dev (= ${binary:Version}), librust-proxmox-0+test-harness-dev (= ${binary:Version}),
librust-proxmox-0.11-dev (= ${binary:Version}), librust-proxmox-0.12-dev (= ${binary:Version}),
librust-proxmox-0.11+test-harness-dev (= ${binary:Version}), librust-proxmox-0.12+test-harness-dev (= ${binary:Version}),
librust-proxmox-0.11.5-dev (= ${binary:Version}), librust-proxmox-0.12.0-dev (= ${binary:Version}),
librust-proxmox-0.11.5+test-harness-dev (= ${binary:Version}) librust-proxmox-0.12.0+test-harness-dev (= ${binary:Version})
Description: Proxmox library - Rust source code Description: Proxmox library - Rust source code
This package contains the source for the Rust proxmox crate, packaged by This package contains the source for the Rust proxmox crate, packaged by
debcargo for use with cargo and dh-cargo. debcargo for use with cargo and dh-cargo.
@ -100,10 +99,10 @@ Provides:
librust-proxmox+proxmox-api-macro-dev (= ${binary:Version}), librust-proxmox+proxmox-api-macro-dev (= ${binary:Version}),
librust-proxmox-0+api-macro-dev (= ${binary:Version}), librust-proxmox-0+api-macro-dev (= ${binary:Version}),
librust-proxmox-0+proxmox-api-macro-dev (= ${binary:Version}), librust-proxmox-0+proxmox-api-macro-dev (= ${binary:Version}),
librust-proxmox-0.11+api-macro-dev (= ${binary:Version}), librust-proxmox-0.12+api-macro-dev (= ${binary:Version}),
librust-proxmox-0.11+proxmox-api-macro-dev (= ${binary:Version}), librust-proxmox-0.12+proxmox-api-macro-dev (= ${binary:Version}),
librust-proxmox-0.11.5+api-macro-dev (= ${binary:Version}), librust-proxmox-0.12.0+api-macro-dev (= ${binary:Version}),
librust-proxmox-0.11.5+proxmox-api-macro-dev (= ${binary:Version}) librust-proxmox-0.12.0+proxmox-api-macro-dev (= ${binary:Version})
Description: Proxmox library - feature "api-macro" and 1 more Description: Proxmox library - feature "api-macro" and 1 more
This metapackage enables feature "api-macro" for the Rust proxmox crate, by This metapackage enables feature "api-macro" for the Rust proxmox crate, by
pulling in any additional dependencies needed by that feature. pulling in any additional dependencies needed by that feature.
@ -121,10 +120,10 @@ Provides:
librust-proxmox+u2f-dev (= ${binary:Version}), librust-proxmox+u2f-dev (= ${binary:Version}),
librust-proxmox-0+base32-dev (= ${binary:Version}), librust-proxmox-0+base32-dev (= ${binary:Version}),
librust-proxmox-0+u2f-dev (= ${binary:Version}), librust-proxmox-0+u2f-dev (= ${binary:Version}),
librust-proxmox-0.11+base32-dev (= ${binary:Version}), librust-proxmox-0.12+base32-dev (= ${binary:Version}),
librust-proxmox-0.11+u2f-dev (= ${binary:Version}), librust-proxmox-0.12+u2f-dev (= ${binary:Version}),
librust-proxmox-0.11.5+base32-dev (= ${binary:Version}), librust-proxmox-0.12.0+base32-dev (= ${binary:Version}),
librust-proxmox-0.11.5+u2f-dev (= ${binary:Version}) librust-proxmox-0.12.0+u2f-dev (= ${binary:Version})
Description: Proxmox library - feature "base32" and 1 more Description: Proxmox library - feature "base32" and 1 more
This metapackage enables feature "base32" for the Rust proxmox crate, by This metapackage enables feature "base32" for the Rust proxmox crate, by
pulling in any additional dependencies needed by that feature. pulling in any additional dependencies needed by that feature.
@ -143,8 +142,8 @@ Depends:
librust-tokio-1+default-dev librust-tokio-1+default-dev
Provides: Provides:
librust-proxmox-0+cli-dev (= ${binary:Version}), librust-proxmox-0+cli-dev (= ${binary:Version}),
librust-proxmox-0.11+cli-dev (= ${binary:Version}), librust-proxmox-0.12+cli-dev (= ${binary:Version}),
librust-proxmox-0.11.5+cli-dev (= ${binary:Version}) librust-proxmox-0.12.0+cli-dev (= ${binary:Version})
Description: Proxmox library - feature "cli" Description: Proxmox library - feature "cli"
This metapackage enables feature "cli" for the Rust proxmox crate, by pulling This metapackage enables feature "cli" for the Rust proxmox crate, by pulling
in any additional dependencies needed by that feature. in any additional dependencies needed by that feature.
@ -161,8 +160,8 @@ Depends:
librust-proxmox+u2f-dev (= ${binary:Version}) librust-proxmox+u2f-dev (= ${binary:Version})
Provides: Provides:
librust-proxmox-0+default-dev (= ${binary:Version}), librust-proxmox-0+default-dev (= ${binary:Version}),
librust-proxmox-0.11+default-dev (= ${binary:Version}), librust-proxmox-0.12+default-dev (= ${binary:Version}),
librust-proxmox-0.11.5+default-dev (= ${binary:Version}) librust-proxmox-0.12.0+default-dev (= ${binary:Version})
Description: Proxmox library - feature "default" Description: Proxmox library - feature "default"
This metapackage enables feature "default" for the Rust proxmox crate, by This metapackage enables feature "default" for the Rust proxmox crate, by
pulling in any additional dependencies needed by that feature. pulling in any additional dependencies needed by that feature.
@ -177,8 +176,8 @@ Depends:
librust-tokio-1+macros-dev librust-tokio-1+macros-dev
Provides: Provides:
librust-proxmox-0+examples-dev (= ${binary:Version}), librust-proxmox-0+examples-dev (= ${binary:Version}),
librust-proxmox-0.11+examples-dev (= ${binary:Version}), librust-proxmox-0.12+examples-dev (= ${binary:Version}),
librust-proxmox-0.11.5+examples-dev (= ${binary:Version}) librust-proxmox-0.12.0+examples-dev (= ${binary:Version})
Description: Proxmox library - feature "examples" Description: Proxmox library - feature "examples"
This metapackage enables feature "examples" for the Rust proxmox crate, by This metapackage enables feature "examples" for the Rust proxmox crate, by
pulling in any additional dependencies needed by that feature. pulling in any additional dependencies needed by that feature.
@ -192,8 +191,8 @@ Depends:
librust-futures-0.3+default-dev librust-futures-0.3+default-dev
Provides: Provides:
librust-proxmox-0+futures-dev (= ${binary:Version}), librust-proxmox-0+futures-dev (= ${binary:Version}),
librust-proxmox-0.11+futures-dev (= ${binary:Version}), librust-proxmox-0.12+futures-dev (= ${binary:Version}),
librust-proxmox-0.11.5+futures-dev (= ${binary:Version}) librust-proxmox-0.12.0+futures-dev (= ${binary:Version})
Description: Proxmox library - feature "futures" Description: Proxmox library - feature "futures"
This metapackage enables feature "futures" for the Rust proxmox crate, by This metapackage enables feature "futures" for the Rust proxmox crate, by
pulling in any additional dependencies needed by that feature. pulling in any additional dependencies needed by that feature.
@ -208,8 +207,8 @@ Depends:
librust-hyper-0.14+full-dev librust-hyper-0.14+full-dev
Provides: Provides:
librust-proxmox-0+hyper-dev (= ${binary:Version}), librust-proxmox-0+hyper-dev (= ${binary:Version}),
librust-proxmox-0.11+hyper-dev (= ${binary:Version}), librust-proxmox-0.12+hyper-dev (= ${binary:Version}),
librust-proxmox-0.11.5+hyper-dev (= ${binary:Version}) librust-proxmox-0.12.0+hyper-dev (= ${binary:Version})
Description: Proxmox library - feature "hyper" Description: Proxmox library - feature "hyper"
This metapackage enables feature "hyper" for the Rust proxmox crate, by pulling This metapackage enables feature "hyper" for the Rust proxmox crate, by pulling
in any additional dependencies needed by that feature. in any additional dependencies needed by that feature.
@ -225,10 +224,10 @@ Provides:
librust-proxmox+tfa-dev (= ${binary:Version}), librust-proxmox+tfa-dev (= ${binary:Version}),
librust-proxmox-0+openssl-dev (= ${binary:Version}), librust-proxmox-0+openssl-dev (= ${binary:Version}),
librust-proxmox-0+tfa-dev (= ${binary:Version}), librust-proxmox-0+tfa-dev (= ${binary:Version}),
librust-proxmox-0.11+openssl-dev (= ${binary:Version}), librust-proxmox-0.12+openssl-dev (= ${binary:Version}),
librust-proxmox-0.11+tfa-dev (= ${binary:Version}), librust-proxmox-0.12+tfa-dev (= ${binary:Version}),
librust-proxmox-0.11.5+openssl-dev (= ${binary:Version}), librust-proxmox-0.12.0+openssl-dev (= ${binary:Version}),
librust-proxmox-0.11.5+tfa-dev (= ${binary:Version}) librust-proxmox-0.12.0+tfa-dev (= ${binary:Version})
Description: Proxmox library - feature "openssl" and 1 more Description: Proxmox library - feature "openssl" and 1 more
This metapackage enables feature "openssl" for the Rust proxmox crate, by This metapackage enables feature "openssl" for the Rust proxmox crate, by
pulling in any additional dependencies needed by that feature. pulling in any additional dependencies needed by that feature.
@ -246,10 +245,10 @@ Provides:
librust-proxmox+sortable-macro-dev (= ${binary:Version}), librust-proxmox+sortable-macro-dev (= ${binary:Version}),
librust-proxmox-0+proxmox-sortable-macro-dev (= ${binary:Version}), librust-proxmox-0+proxmox-sortable-macro-dev (= ${binary:Version}),
librust-proxmox-0+sortable-macro-dev (= ${binary:Version}), librust-proxmox-0+sortable-macro-dev (= ${binary:Version}),
librust-proxmox-0.11+proxmox-sortable-macro-dev (= ${binary:Version}), librust-proxmox-0.12+proxmox-sortable-macro-dev (= ${binary:Version}),
librust-proxmox-0.11+sortable-macro-dev (= ${binary:Version}), librust-proxmox-0.12+sortable-macro-dev (= ${binary:Version}),
librust-proxmox-0.11.5+proxmox-sortable-macro-dev (= ${binary:Version}), librust-proxmox-0.12.0+proxmox-sortable-macro-dev (= ${binary:Version}),
librust-proxmox-0.11.5+sortable-macro-dev (= ${binary:Version}) librust-proxmox-0.12.0+sortable-macro-dev (= ${binary:Version})
Description: Proxmox library - feature "proxmox-sortable-macro" and 1 more Description: Proxmox library - feature "proxmox-sortable-macro" and 1 more
This metapackage enables feature "proxmox-sortable-macro" for the Rust proxmox This metapackage enables feature "proxmox-sortable-macro" for the Rust proxmox
crate, by pulling in any additional dependencies needed by that feature. crate, by pulling in any additional dependencies needed by that feature.
@ -268,8 +267,8 @@ Depends:
librust-tokio-1+default-dev librust-tokio-1+default-dev
Provides: Provides:
librust-proxmox-0+router-dev (= ${binary:Version}), librust-proxmox-0+router-dev (= ${binary:Version}),
librust-proxmox-0.11+router-dev (= ${binary:Version}), librust-proxmox-0.12+router-dev (= ${binary:Version}),
librust-proxmox-0.11.5+router-dev (= ${binary:Version}) librust-proxmox-0.12.0+router-dev (= ${binary:Version})
Description: Proxmox library - feature "router" Description: Proxmox library - feature "router"
This metapackage enables feature "router" for the Rust proxmox crate, by This metapackage enables feature "router" for the Rust proxmox crate, by
pulling in any additional dependencies needed by that feature. pulling in any additional dependencies needed by that feature.
@ -283,8 +282,8 @@ Depends:
librust-tokio-1+default-dev librust-tokio-1+default-dev
Provides: Provides:
librust-proxmox-0+tokio-dev (= ${binary:Version}), librust-proxmox-0+tokio-dev (= ${binary:Version}),
librust-proxmox-0.11+tokio-dev (= ${binary:Version}), librust-proxmox-0.12+tokio-dev (= ${binary:Version}),
librust-proxmox-0.11.5+tokio-dev (= ${binary:Version}) librust-proxmox-0.12.0+tokio-dev (= ${binary:Version})
Description: Proxmox library - feature "tokio" Description: Proxmox library - feature "tokio"
This metapackage enables feature "tokio" for the Rust proxmox crate, by pulling This metapackage enables feature "tokio" for the Rust proxmox crate, by pulling
in any additional dependencies needed by that feature. in any additional dependencies needed by that feature.
@ -298,8 +297,8 @@ Depends:
librust-tokio-stream-0.1+default-dev (>= 0.1.1-~~) librust-tokio-stream-0.1+default-dev (>= 0.1.1-~~)
Provides: Provides:
librust-proxmox-0+tokio-stream-dev (= ${binary:Version}), librust-proxmox-0+tokio-stream-dev (= ${binary:Version}),
librust-proxmox-0.11+tokio-stream-dev (= ${binary:Version}), librust-proxmox-0.12+tokio-stream-dev (= ${binary:Version}),
librust-proxmox-0.11.5+tokio-stream-dev (= ${binary:Version}) librust-proxmox-0.12.0+tokio-stream-dev (= ${binary:Version})
Description: Proxmox library - feature "tokio-stream" Description: Proxmox library - feature "tokio-stream"
This metapackage enables feature "tokio-stream" for the Rust proxmox crate, by This metapackage enables feature "tokio-stream" for the Rust proxmox crate, by
pulling in any additional dependencies needed by that feature. pulling in any additional dependencies needed by that feature.