Code

33d45e016bc2664b3d0d252592b25f15cf79402e
[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), dpatch, dpkg-dev (>= 1.14.6), libncursesw5-dev, asciidoc (>= 7), xmlto, docbook-utils
6 Standards-Version: 3.8.3
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-core (>= 1.5.4), ${shlibs:Depends}
14 Description: ncurses-based Git repository browser
15  This package contains a text-mode interface for the version control system
16  Git. It may be used to browse the history and contents of a repository.
17  .
18  The following main features are supported:
19   - View revision logs, commit messages, diffstats, diffs, archive trees and
20     file contents.
21   - Visualize revision graphs.
22   - Stage / unstage changes and add untracked files.
23   - Merge files.
24   - Cherry-pick commits.
25  .
26  tig may also be used as a pager. It reads input from stdin and colorizes it.