1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
Source: rust-dysk
Section: utils
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-cargo,
dh-shell-completions
Build-Depends-Arch: cargo:native,
rustc:native (>= 1.75),
libstd-rust-dev,
librust-clap-4+cargo-dev (>= 4.4-~~),
librust-clap-4+default-dev (>= 4.4-~~),
librust-clap-4+derive-dev (>= 4.4-~~),
librust-clap-complete-4+default-dev (>= 4.4-~~),
librust-clap-mangen-0.2+default-dev (>= 0.2.12-~~),
librust-dysk-cli-3+default-dev (>= 3.6.0-~~),
librust-serde-1+default-dev,
librust-serde-1+derive-dev,
librust-toml-0.8+default-dev
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
NoisyCoil <noisycoil@debian.org>
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/dysk]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/dysk
Homepage: https://dystroy.org/dysk
X-Cargo-Crate: dysk
Package: dysk
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
${cargo:Depends}
Recommends:
${cargo:Recommends}
Suggests:
${cargo:Suggests}
Provides:
${cargo:Provides}
Built-Using: ${cargo:Built-Using}
Static-Built-Using: ${cargo:Static-Built-Using}
Description: get information on mounted filesystems
A command-line utility to get information on filesystems such as
their type, size and used capacity. Like df but better.
.
By default, information is displayed as a human-readable table.
dysk lets you filter filesystems based on the values of columns
and export output as JSON or CSV.
.
Previously known as lfs.
|