Code

8241edaac7b5e7e63808840010dd5b210ecc8e43
[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 (>= 5), dpkg-dev (>= 1.14.6), libncursesw5-dev, asciidoc (>= 8.4), xmlto, docbook-utils
6 Standards-Version: 3.9.4
7 Homepage: http://jonas.nitro.dk/tig/
8 Vcs-Git: git://git.tokkee.org/pkg-tig.git
9 Vcs-Browser: http://git.tokkee.org/?p=pkg-tig.git
11 Package: tig
12 Architecture: any
13 Depends: git (>= 1:1.7.0.4-2~) | git-core (>= 1:1.5.4), ${shlibs:Depends},
14  ${misc:Depends}
15 Description: ncurses-based Git repository browser
16  This package contains a text-mode interface for the version control system
17  Git. It may be used to browse the history and contents of a repository.
18  .
19  The following main features are supported:
20   - View revision logs, commit messages, diffstats, diffs, archive trees and
21     file contents.
22   - Visualize revision graphs.
23   - Stage / unstage changes and add untracked files.
24   - Merge files.
25   - Cherry-pick commits.
26  .
27  tig may also be used as a pager. It reads input from stdin and colorizes it.