mirror of
git://git.proxmox.com/git/proxmox-fuse.git
synced 2024-12-31 21:18:26 +03:00
c27f3c3114
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
51 lines
1.7 KiB
Plaintext
51 lines
1.7 KiB
Plaintext
Source: rust-proxmox-fuse
|
|
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-futures-0.3+default-dev <!nocheck>,
|
|
librust-libc-0.2+default-dev <!nocheck>,
|
|
librust-tokio-1+default-dev <!nocheck>,
|
|
librust-tokio-1+macros-dev <!nocheck>,
|
|
librust-tokio-1+net-dev <!nocheck>,
|
|
librust-tokio-1+rt-multi-thread-dev <!nocheck>,
|
|
librust-tokio-1+signal-dev <!nocheck>,
|
|
librust-tokio-stream-0.1+default-dev <!nocheck>,
|
|
libfuse3-dev <!nocheck>
|
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
|
Standards-Version: 4.5.1
|
|
Vcs-Git:
|
|
Vcs-Browser:
|
|
Rules-Requires-Root: no
|
|
|
|
Package: librust-proxmox-fuse-dev
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends:
|
|
${misc:Depends},
|
|
librust-anyhow-1+default-dev,
|
|
librust-futures-0.3+default-dev,
|
|
librust-libc-0.2+default-dev,
|
|
librust-tokio-1+default-dev,
|
|
librust-tokio-1+macros-dev,
|
|
librust-tokio-1+net-dev,
|
|
librust-tokio-1+rt-multi-thread-dev,
|
|
librust-tokio-1+signal-dev,
|
|
librust-tokio-stream-0.1+default-dev,
|
|
libfuse3-dev
|
|
Provides:
|
|
librust-proxmox-fuse+default-dev (= ${binary:Version}),
|
|
librust-proxmox-fuse-0-dev (= ${binary:Version}),
|
|
librust-proxmox-fuse-0+default-dev (= ${binary:Version}),
|
|
librust-proxmox-fuse-0.1-dev (= ${binary:Version}),
|
|
librust-proxmox-fuse-0.1+default-dev (= ${binary:Version}),
|
|
librust-proxmox-fuse-0.1.2-dev (= ${binary:Version}),
|
|
librust-proxmox-fuse-0.1.2+default-dev (= ${binary:Version})
|
|
Description: Expose fuse requests as async streams - Rust source code
|
|
This package contains the source for the Rust proxmox-fuse crate, packaged by
|
|
debcargo for use with cargo and dh-cargo.
|