Code

Adapted package description to the latest git-core package description.
[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
6 Standards-Version: 3.7.2
7 XS-Vcs-Git: git://git.tokkee.org/pkg-tig.git
8 XS-Vcs-Browser: http://git.tokkee.org/?p=pkg-tig.git
10 Package: tig
11 Architecture: any
12 Depends: git-core, ${shlibs:Depends}
13 Description: fast, scalable, distributed revision control system (CLI repository browser)
14  Git is popular version control system designed to handle very large projects
15  with speed and efficiency; it is used mainly for various open source projects,
16  most notably the Linux kernel.
17  .
18  Git falls in the category of distributed source code management tools.  Every
19  Git working directory is a full-fledged repository with full revision tracking
20  capabilities, not dependent on network access or a central server.
21  .
22  This package contains a command line repository browser capable of displaying
23  a summerized revision log and showing commit log messages, diffstats and
24  diffs.
25  .
26  tig may also be used as a pager. It reads input from stdin and colorizes it.
27  .
28   Homepage: http://jonas.nitro.dk/tig/