Code

Backport of tig-0.5-1.
[pkg-tig.git] / debian / control
1 Source: tig
2 Section: utils
3 Priority: optional
4 Maintainer: Sebastian Harl <sh@tokkee.org>
5 Build-Depends: debhelper (>= 5), libncurses5-dev, asciidoc (>= 7), xmlto,
6  docbook-utils
7 Standards-Version: 3.7.2
9 Package: tig
10 Architecture: any
11 Depends: git-core, ${shlibs:Depends}
12 Description: content addressable filesystem (CLI repository browser)
13  git is a stupid (but extremely fast) directory content manager. It doesn't do
14  a whole lot, but what it 'does' do is track directory contents efficiently.
15  .
16  This package contains a command line repository browser capable of displaying
17  a summerized revision log and showing commit log messages, diffstats and
18  diffs.
19  .
20  tig may also be used as a pager. It reads input from stdin and colorizes it.
21  .
22   Homepage: http://jonas.nitro.dk/tig/