mirror of
git://git.proxmox.com/git/pxar.git
synced 2024-12-22 21:33:50 +03:00
bump d/control
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
29cbeed3e1
commit
a84425dbc3
18
debian/control
vendored
18
debian/control
vendored
@ -2,7 +2,7 @@ Source: rust-pxar
|
||||
Section: rust
|
||||
Priority: optional
|
||||
Build-Depends: debhelper (>= 12),
|
||||
dh-cargo (>= 24),
|
||||
dh-cargo (>= 25),
|
||||
cargo:native <!nocheck>,
|
||||
rustc:native <!nocheck>,
|
||||
libstd-rust-dev <!nocheck>,
|
||||
@ -39,8 +39,8 @@ Provides:
|
||||
librust-pxar-0+test-harness-dev (= ${binary:Version}),
|
||||
librust-pxar-0.10-dev (= ${binary:Version}),
|
||||
librust-pxar-0.10+test-harness-dev (= ${binary:Version}),
|
||||
librust-pxar-0.10.1-dev (= ${binary:Version}),
|
||||
librust-pxar-0.10.1+test-harness-dev (= ${binary:Version})
|
||||
librust-pxar-0.10.2-dev (= ${binary:Version}),
|
||||
librust-pxar-0.10.2+test-harness-dev (= ${binary:Version})
|
||||
Description: Proxmox Archive format support library - Rust source code
|
||||
This package contains the source for the Rust pxar crate, packaged by debcargo
|
||||
for use with cargo and dh-cargo.
|
||||
@ -58,7 +58,7 @@ Depends:
|
||||
Provides:
|
||||
librust-pxar-0+async-example-dev (= ${binary:Version}),
|
||||
librust-pxar-0.10+async-example-dev (= ${binary:Version}),
|
||||
librust-pxar-0.10.1+async-example-dev (= ${binary:Version})
|
||||
librust-pxar-0.10.2+async-example-dev (= ${binary:Version})
|
||||
Description: Proxmox Archive format support library - feature "async-example"
|
||||
This metapackage enables feature "async-example" for the Rust pxar crate, by
|
||||
pulling in any additional dependencies needed by that feature.
|
||||
@ -79,9 +79,9 @@ Provides:
|
||||
librust-pxar-0.10+tokio-dev (= ${binary:Version}),
|
||||
librust-pxar-0.10+default-dev (= ${binary:Version}),
|
||||
librust-pxar-0.10+tokio-io-dev (= ${binary:Version}),
|
||||
librust-pxar-0.10.1+tokio-dev (= ${binary:Version}),
|
||||
librust-pxar-0.10.1+default-dev (= ${binary:Version}),
|
||||
librust-pxar-0.10.1+tokio-io-dev (= ${binary:Version})
|
||||
librust-pxar-0.10.2+tokio-dev (= ${binary:Version}),
|
||||
librust-pxar-0.10.2+default-dev (= ${binary:Version}),
|
||||
librust-pxar-0.10.2+tokio-io-dev (= ${binary:Version})
|
||||
Description: Proxmox Archive format support library - feature "tokio" and 2 more
|
||||
This metapackage enables feature "tokio" for the Rust pxar crate, by pulling in
|
||||
any additional dependencies needed by that feature.
|
||||
@ -103,8 +103,8 @@ Provides:
|
||||
librust-pxar-0+full-dev (= ${binary:Version}),
|
||||
librust-pxar-0.10+tokio-fs-dev (= ${binary:Version}),
|
||||
librust-pxar-0.10+full-dev (= ${binary:Version}),
|
||||
librust-pxar-0.10.1+tokio-fs-dev (= ${binary:Version}),
|
||||
librust-pxar-0.10.1+full-dev (= ${binary:Version})
|
||||
librust-pxar-0.10.2+tokio-fs-dev (= ${binary:Version}),
|
||||
librust-pxar-0.10.2+full-dev (= ${binary:Version})
|
||||
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
|
||||
in any additional dependencies needed by that feature.
|
||||
|
Loading…
Reference in New Issue
Block a user