File: control

package info (click to toggle)
rust-tre-command 0.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 216 kB
  • sloc: makefile: 31
file content (55 lines) | stat: -rw-r--r-- 1,699 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
Source: rust-tre-command
Section: utils
Priority: optional
Build-Depends: debhelper (>= 12),
 dh-cargo (>= 25),
 cargo:native,
 rustc:native,
 libstd-rust-dev,
 librust-atty-0.2+default-dev,
 librust-clap-3+cargo-dev (>= 3.1.8-~~),
 librust-clap-3+default-dev (>= 3.1.8-~~),
 librust-clap-3+derive-dev (>= 3.1.8-~~),
 librust-clap-complete-3+default-dev (>= 3.1-~~),
 librust-getopts-0.2+default-dev,
 librust-indexmap-1+default-dev (>= 1.7.0-~~),
 librust-lscolors-0.13+default-dev,
 librust-regex-1+default-dev (>= 1.5.5-~~),
 librust-serde-1+default-dev,
 librust-serde-1+derive-dev,
 librust-serde-json-1+default-dev,
 librust-slab-0.4+default-dev (>= 0.4.1-~~),
 librust-termcolor-1+default-dev,
 librust-walkdir-2+default-dev,
 help2man
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
 Daniel Duan <daniel@duan.ca>
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/tre-command]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/tre-command
Homepage: https://github.com/dduan/tre
X-Cargo-Crate: tre-command
Rules-Requires-Root: no

Package: tre-command
Architecture: any
Multi-Arch: allowed
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${cargo:Depends}
Recommends:
 ${cargo:Recommends}
Suggests:
 ${cargo:Suggests}
Provides:
 ${cargo:Provides}
Built-Using: ${cargo:Built-Using}
XB-X-Cargo-Built-Using: ${cargo:X-Cargo-Built-Using}
Description: Tree command, improved
 A replacement for tree command that uses git ls-files as source of file when
 possible.
 .
 tre can also create shell aliases that, when executed, opens the file
 associated with it with the default editor.