Code

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