Code

Build-depends must be a single line according to section 5.1 of the policy.
[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, docbook-utils, dpatch
6 Standards-Version: 3.7.2
8 Package: tig
9 Architecture: any
10 Depends: git-core, ${shlibs:Depends}
11 Description: content addressable filesystem (CLI repository browser)
12  git is a stupid (but extremely fast) directory content manager. It doesn't do
13  a whole lot, but what it 'does' do is track directory contents efficiently.
14  .
15  This package contains a command line repository browser capable of displaying
16  a summerized revision log and showing commit log messages, diffstats and
17  diffs.
18  .
19  tig may also be used as a pager. It reads input from stdin and colorizes it.
20  .
21   Homepage: http://jonas.nitro.dk/tig/