File: control

package info (click to toggle)
rust-du-dust 1.2.3-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 592 kB
  • sloc: sh: 267; makefile: 4
file content (67 lines) | stat: -rw-r--r-- 2,372 bytes parent folder | download
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Source: rust-du-dust
Section: utils
Priority: optional
Build-Depends: debhelper-compat (= 13),
 dh-sequence-cargo,
 dh-shell-completions
Build-Depends-Arch: cargo:native,
 rustc:native,
 libstd-rust-dev,
 librust-chrono-0.4+default-dev,
 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,
 librust-config-file-0.2+default-dev,
 librust-ctrlc-3+default-dev (>= 3.4-~~),
 librust-directories+default-dev (<< 7-~~),
 librust-directories+default-dev (>= 4-~~),
 librust-lscolors-0.20+default-dev,
 librust-lscolors-0.20+nu-ansi-term-dev,
 librust-nu-ansi-term-0.50+default-dev,
 librust-portable-atomic-1+default-dev (>= 1.4-~~),
 librust-rayon-1+default-dev,
 librust-regex-1+default-dev,
 librust-serde-1+default-dev,
 librust-serde-1+derive-dev,
 librust-serde-json-1+default-dev,
 librust-stfu8-0.2+default-dev,
 librust-sysinfo+default-dev (<< 0.38-~~),
 librust-sysinfo+default-dev (>= 0.27-~~),
 librust-terminal-size-0.4+default-dev,
 librust-thousands-0.2+default-dev,
 librust-unicode-width-0.1+default-dev
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
 Sylvestre Ledru <sylvestre@debian.org>,
 Alexander Kjäll <alexander.kjall@gmail.com>,
 NoisyCoil <noisycoil@tutanota.com>
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/du-dust]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/du-dust
Homepage: https://github.com/bootandy/dust
X-Cargo-Crate: du-dust

Package: du-dust
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: du + rust = dust. Like du but more intuitive.
 dust is meant to give you an instant overview of which directories are using
 disk space without requiring sort or head.
 .
 It will list a slightly-less-than-the-terminal-height number of the biggest
 subdirectories or files and will smartly recurse down the tree to find the
 larger ones. There is no need for a '-d' flag or a '-h' flag. The largest
 subdirectories will be colored. Optionally it can print its output in JSON
 format.