File: control

package info (click to toggle)
git-delta 0.18.2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,460 kB
  • sloc: sh: 751; makefile: 117
file content (88 lines) | stat: -rw-r--r-- 2,666 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
Source: git-delta
Section: vcs
Priority: optional
Build-Depends:
 cmark-gfm <!nodoc>,
 debhelper-compat (= 13),
 dh-sequence-bash-completion,
 dh-sequence-rust,
 git <!nocheck>,
 help2man <!nodoc>,
 librust-ansi-colours-1+default-dev,
 librust-ansi-term-0.12+default-dev,
 librust-anstyle-parse-0.2+default-dev,
 librust-anyhow-1+default-dev,
 librust-bat-0.25+minimal-application-dev,
 librust-bat-0.25+paging-dev,
 librust-bat-0.25+regex-onig-dev,
 librust-bitflags-2+default-dev,
 librust-box-drawing-0.1+default-dev,
 librust-bytelines-2-dev,
 librust-chrono-0.4+default-dev,
 librust-chrono-humanize-0.2+default-dev,
 librust-clap-4+default-dev,
 librust-clap-4+derive-dev,
 librust-clap-4+error-context-dev,
 librust-clap-4+help-dev,
 librust-clap-4+usage-dev,
 librust-clap-complete-4+default-dev,
 librust-console-0.15+default-dev,
 librust-ctrlc-3+default-dev,
 librust-dirs-5+default-dev,
 librust-git2-0.20-dev,
 librust-grep-cli-0.1+default-dev,
 librust-insta-1+colors-dev,
 librust-insta-1+default-dev,
 librust-insta-1+filters-dev,
 librust-itertools-0.13+default-dev,
 librust-lazy-static-1+default-dev,
 librust-palette-0.7+default-dev,
 librust-pathdiff-0.2+default-dev,
 librust-regex-1+default-dev,
 librust-rstest-dev (<< 0.21),
 librust-serde-1+default-dev,
 librust-serde-1+derive-dev,
 librust-serde-json-1+default-dev,
 librust-shell-words-1+default-dev,
 librust-smol-str-0.2+default-dev,
 librust-syntect-5+default-dev,
 librust-sysinfo-0.30-dev,
 librust-unicode-segmentation-1+default-dev,
 librust-unicode-width-0.1+default-dev,
 librust-xdg-2+default-dev,
 libstd-rust-dev,
Maintainer: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/debian/git-delta.git
Vcs-Browser: https://salsa.debian.org/debian/git-delta
Homepage: https://dandavison.github.io/delta/
Rules-Requires-Root: no

Package: git-delta
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Recommends:
 git,
Suggests:
 bash-completion,
Built-Using:
 ${cargo:Built-Using},
Static-Built-Using:
 ${cargo:Static-Built-Using},
Description: syntax-highlighting pager for git, diff, and grep output
 Code evolves, and we all spend time studying diffs.
 Delta aims to make this both efficient and enjoyable:
 it allows you to make extensive changes
 to the layout and styling of diffs,
 as well as allowing you to stay arbitrarily close
 to the default git/diff output.
 .
 This package provides the executable binary /usr/bin/delta.
 .
 (Unrelated executable binary /usr/bin/git-delta
 is in the package git-extras,
 and unrelated executable binaries
 /usr/bin/multidelta and /usr/bin/singledelta
 are in the package delta.)