Code

9baceac8df981048c713263d75b50eaccd274795
[pkg-tig.git] / debian / control
1 Source: tig
2 Section: vcs
3 Priority: optional
4 Maintainer: Sebastian Harl <tokkee@debian.org>
5 Build-Depends: debhelper (>= 12), dpkg-dev (>= 1.14.6),
6  libncursesw5-dev,
7  libpcre2-dev,
8  libreadline-dev (>= 6.3),
9  asciidoc (>= 8.4),
10  docbook-utils,
11  xmlto
12 Standards-Version: 4.5.1
13 Homepage: https://jonas.github.io/tig/
14 Vcs-Git: git://git.tokkee.org/pkg-tig.git
15 Vcs-Browser: https://git.tokkee.org/?p=pkg-tig.git
17 Package: tig
18 Architecture: any
19 Depends: git (>= 1:1.7.0.4-2~) | git-core (>= 1:1.5.4), ${shlibs:Depends},
20  ${misc:Depends}
21 Enhances: git
22 Description: ncurses-based text-mode interface for Git
23  This package contains a text-mode interface for the version control system
24  Git. It may be used to browse the history and contents of a repository.
25  .
26  The following main features are supported:
27   - View revision logs, commit messages, diffstats, diffs, archive trees and
28     file contents.
29   - Visualize revision graphs.
30   - Stage / unstage changes and add untracked files.
31   - Merge files.
32   - Cherry-pick commits.
33  .
34  tig may also be used as a pager. It reads input from stdin and colorizes it.