Code

Update standards-version to 4.5.1 and compat to 12; no changes.
[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 (>= 12), dpkg-dev (>= 1.14.6), libncursesw5-dev,
6  libreadline-dev (>= 6.3), asciidoc (>= 8.4), xmlto, docbook-utils
7 Standards-Version: 4.5.1
8 Homepage: http://jonas.nitro.dk/tig/
9 Vcs-Git: git://git.tokkee.org/pkg-tig.git
10 Vcs-Browser: https://git.tokkee.org/?p=pkg-tig.git
12 Package: tig
13 Architecture: any
14 Depends: git (>= 1:1.7.0.4-2~) | git-core (>= 1:1.5.4), ${shlibs:Depends},
15  ${misc:Depends}
16 Enhances: git
17 Description: ncurses-based text-mode interface for Git
18  This package contains a text-mode interface for the version control system
19  Git. It may be used to browse the history and contents of a repository.
20  .
21  The following main features are supported:
22   - View revision logs, commit messages, diffstats, diffs, archive trees and
23     file contents.
24   - Visualize revision graphs.
25   - Stage / unstage changes and add untracked files.
26   - Merge files.
27   - Cherry-pick commits.
28  .
29  tig may also be used as a pager. It reads input from stdin and colorizes it.