mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-01 23:44:10 +00:00
async: track d/control
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
121af8a06f
commit
1cc9b91c4f
72
proxmox-async/debian/control
Normal file
72
proxmox-async/debian/control
Normal file
@ -0,0 +1,72 @@
|
|||||||
|
Source: rust-proxmox-async
|
||||||
|
Section: rust
|
||||||
|
Priority: optional
|
||||||
|
Build-Depends: debhelper (>= 12),
|
||||||
|
dh-cargo (>= 25),
|
||||||
|
cargo:native <!nocheck>,
|
||||||
|
rustc:native <!nocheck>,
|
||||||
|
libstd-rust-dev <!nocheck>,
|
||||||
|
librust-anyhow-1+default-dev <!nocheck>,
|
||||||
|
librust-bytes-1+default-dev <!nocheck>,
|
||||||
|
librust-crc32fast-1+default-dev <!nocheck>,
|
||||||
|
librust-endian-trait-0.6+arrays-dev <!nocheck>,
|
||||||
|
librust-endian-trait-0.6+default-dev <!nocheck>,
|
||||||
|
librust-flate2-1+default-dev <!nocheck>,
|
||||||
|
librust-futures-0.3+default-dev <!nocheck>,
|
||||||
|
librust-lazy-static-1+default-dev (>= 1.4-~~) <!nocheck>,
|
||||||
|
librust-pin-utils-0.1+default-dev <!nocheck>,
|
||||||
|
librust-proxmox-io-1+default-dev <!nocheck>,
|
||||||
|
librust-proxmox-io-1+tokio-dev <!nocheck>,
|
||||||
|
librust-proxmox-sys-0.2+default-dev <!nocheck>,
|
||||||
|
librust-proxmox-time-1+default-dev <!nocheck>,
|
||||||
|
librust-tokio-1+default-dev <!nocheck>,
|
||||||
|
librust-tokio-1+fs-dev <!nocheck>,
|
||||||
|
librust-tokio-1+rt-dev <!nocheck>,
|
||||||
|
librust-tokio-1+rt-multi-thread-dev <!nocheck>,
|
||||||
|
librust-tokio-1+sync-dev <!nocheck>,
|
||||||
|
librust-walkdir-2+default-dev <!nocheck>,
|
||||||
|
libssl-dev <!nocheck>,
|
||||||
|
uuid-dev <!nocheck>
|
||||||
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||||
|
Standards-Version: 4.5.1
|
||||||
|
Vcs-Git: git://git.proxmox.com/git/proxmox.git
|
||||||
|
Vcs-Browser: https://git.proxmox.com/?p=proxmox.git
|
||||||
|
Rules-Requires-Root: no
|
||||||
|
|
||||||
|
Package: librust-proxmox-async-dev
|
||||||
|
Architecture: any
|
||||||
|
Multi-Arch: same
|
||||||
|
Depends:
|
||||||
|
${misc:Depends},
|
||||||
|
librust-anyhow-1+default-dev,
|
||||||
|
librust-bytes-1+default-dev,
|
||||||
|
librust-crc32fast-1+default-dev,
|
||||||
|
librust-endian-trait-0.6+arrays-dev,
|
||||||
|
librust-endian-trait-0.6+default-dev,
|
||||||
|
librust-flate2-1+default-dev,
|
||||||
|
librust-futures-0.3+default-dev,
|
||||||
|
librust-lazy-static-1+default-dev (>= 1.4-~~),
|
||||||
|
librust-pin-utils-0.1+default-dev,
|
||||||
|
librust-proxmox-io-1+default-dev,
|
||||||
|
librust-proxmox-io-1+tokio-dev,
|
||||||
|
librust-proxmox-sys-0.2+default-dev,
|
||||||
|
librust-proxmox-time-1+default-dev,
|
||||||
|
librust-tokio-1+default-dev,
|
||||||
|
librust-tokio-1+fs-dev,
|
||||||
|
librust-tokio-1+rt-dev,
|
||||||
|
librust-tokio-1+rt-multi-thread-dev,
|
||||||
|
librust-tokio-1+sync-dev,
|
||||||
|
librust-walkdir-2+default-dev,
|
||||||
|
libssl-dev,
|
||||||
|
uuid-dev
|
||||||
|
Provides:
|
||||||
|
librust-proxmox-async+default-dev (= ${binary:Version}),
|
||||||
|
librust-proxmox-async-0-dev (= ${binary:Version}),
|
||||||
|
librust-proxmox-async-0+default-dev (= ${binary:Version}),
|
||||||
|
librust-proxmox-async-0.3-dev (= ${binary:Version}),
|
||||||
|
librust-proxmox-async-0.3+default-dev (= ${binary:Version}),
|
||||||
|
librust-proxmox-async-0.3.0-dev (= ${binary:Version}),
|
||||||
|
librust-proxmox-async-0.3.0+default-dev (= ${binary:Version})
|
||||||
|
Description: Proxmox async/tokio helpers - Rust source code
|
||||||
|
This package contains the source for the Rust proxmox-async crate, packaged by
|
||||||
|
debcargo for use with cargo and dh-cargo.
|
Loading…
Reference in New Issue
Block a user