update d/control

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2024-11-26 11:13:08 +01:00
parent 410f326a08
commit 16773abdda

22
debian/control vendored
View File

@ -1,8 +1,8 @@
Source: rust-pxar Source: rust-pxar
Section: rust Section: rust
Priority: optional Priority: optional
Build-Depends: debhelper (>= 12), Build-Depends: debhelper-compat (= 13),
dh-cargo (>= 25), dh-sequence-cargo,
cargo:native <!nocheck>, cargo:native <!nocheck>,
rustc:native <!nocheck>, rustc:native <!nocheck>,
libstd-rust-dev <!nocheck>, libstd-rust-dev <!nocheck>,
@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 12),
librust-siphasher-0.3+default-dev <!nocheck>, librust-siphasher-0.3+default-dev <!nocheck>,
librust-tokio-1-dev <!nocheck> librust-tokio-1-dev <!nocheck>
Maintainer: Proxmox Support Team <support@proxmox.com> Maintainer: Proxmox Support Team <support@proxmox.com>
Standards-Version: 4.6.2 Standards-Version: 4.7.0
Vcs-Git: Vcs-Git:
Vcs-Browser: Vcs-Browser:
X-Cargo-Crate: pxar X-Cargo-Crate: pxar
@ -38,8 +38,8 @@ Provides:
librust-pxar-0+test-harness-dev (= ${binary:Version}), librust-pxar-0+test-harness-dev (= ${binary:Version}),
librust-pxar-0.12-dev (= ${binary:Version}), librust-pxar-0.12-dev (= ${binary:Version}),
librust-pxar-0.12+test-harness-dev (= ${binary:Version}), librust-pxar-0.12+test-harness-dev (= ${binary:Version}),
librust-pxar-0.12.0-dev (= ${binary:Version}), librust-pxar-0.12.1-dev (= ${binary:Version}),
librust-pxar-0.12.0+test-harness-dev (= ${binary:Version}) librust-pxar-0.12.1+test-harness-dev (= ${binary:Version})
Description: Proxmox Archive format support library - Rust source code Description: Proxmox Archive format support library - Rust source code
Source code for Debianized Rust crate "pxar" Source code for Debianized Rust crate "pxar"
@ -56,7 +56,7 @@ Depends:
Provides: Provides:
librust-pxar-0+async-example-dev (= ${binary:Version}), librust-pxar-0+async-example-dev (= ${binary:Version}),
librust-pxar-0.12+async-example-dev (= ${binary:Version}), librust-pxar-0.12+async-example-dev (= ${binary:Version}),
librust-pxar-0.12.0+async-example-dev (= ${binary:Version}) librust-pxar-0.12.1+async-example-dev (= ${binary:Version})
Description: Proxmox Archive format support library - feature "async-example" Description: Proxmox Archive format support library - feature "async-example"
This metapackage enables feature "async-example" for the Rust pxar crate, by This metapackage enables feature "async-example" for the Rust pxar crate, by
pulling in any additional dependencies needed by that feature. pulling in any additional dependencies needed by that feature.
@ -77,9 +77,9 @@ Provides:
librust-pxar-0.12+tokio-dev (= ${binary:Version}), librust-pxar-0.12+tokio-dev (= ${binary:Version}),
librust-pxar-0.12+default-dev (= ${binary:Version}), librust-pxar-0.12+default-dev (= ${binary:Version}),
librust-pxar-0.12+tokio-io-dev (= ${binary:Version}), librust-pxar-0.12+tokio-io-dev (= ${binary:Version}),
librust-pxar-0.12.0+tokio-dev (= ${binary:Version}), librust-pxar-0.12.1+tokio-dev (= ${binary:Version}),
librust-pxar-0.12.0+default-dev (= ${binary:Version}), librust-pxar-0.12.1+default-dev (= ${binary:Version}),
librust-pxar-0.12.0+tokio-io-dev (= ${binary:Version}) librust-pxar-0.12.1+tokio-io-dev (= ${binary:Version})
Description: Proxmox Archive format support library - feature "tokio" and 2 more Description: Proxmox Archive format support library - feature "tokio" and 2 more
This metapackage enables feature "tokio" for the Rust pxar crate, by pulling in This metapackage enables feature "tokio" for the Rust pxar crate, by pulling in
any additional dependencies needed by that feature. any additional dependencies needed by that feature.
@ -101,8 +101,8 @@ Provides:
librust-pxar-0+full-dev (= ${binary:Version}), librust-pxar-0+full-dev (= ${binary:Version}),
librust-pxar-0.12+tokio-fs-dev (= ${binary:Version}), librust-pxar-0.12+tokio-fs-dev (= ${binary:Version}),
librust-pxar-0.12+full-dev (= ${binary:Version}), librust-pxar-0.12+full-dev (= ${binary:Version}),
librust-pxar-0.12.0+tokio-fs-dev (= ${binary:Version}), librust-pxar-0.12.1+tokio-fs-dev (= ${binary:Version}),
librust-pxar-0.12.0+full-dev (= ${binary:Version}) librust-pxar-0.12.1+full-dev (= ${binary:Version})
Description: Proxmox Archive format support library - feature "tokio-fs" and 1 more Description: Proxmox Archive format support library - feature "tokio-fs" and 1 more
This metapackage enables feature "tokio-fs" for the Rust pxar crate, by pulling This metapackage enables feature "tokio-fs" for the Rust pxar crate, by pulling
in any additional dependencies needed by that feature. in any additional dependencies needed by that feature.