X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=debian%2Fcontrol;h=e16f07ad4335bad48f4c8eb5e48416fec74b8ce2;hb=7fbe164976b98c50b818a06690fc73ec46c7354d;hp=a22bc43c18e839766baea2010abfd19c204198bc;hpb=5fdcc912ba384fbd5632db2b93f3188c08d1de78;p=pkg-tig.git diff --git a/debian/control b/debian/control index a22bc43..e16f07a 100644 --- a/debian/control +++ b/debian/control @@ -1,22 +1,28 @@ Source: tig -Section: utils +Section: vcs Priority: optional -Maintainer: Sebastian Harl -Build-Depends: debhelper (>= 5), libncurses5-dev, asciidoc (>= 7), xmlto, docbook-utils, dpatch -Standards-Version: 3.7.2 +Maintainer: Sebastian Harl +Build-Depends: debhelper (>= 5), dpkg-dev (>= 1.14.6), libncursesw5-dev, asciidoc (>= 8.4), xmlto, docbook-utils +Standards-Version: 3.8.4 +Homepage: http://jonas.nitro.dk/tig/ +Vcs-Git: git://git.tokkee.org/pkg-tig.git +Vcs-Browser: http://git.tokkee.org/?p=pkg-tig.git Package: tig Architecture: any -Depends: git-core, ${shlibs:Depends} -Description: content addressable filesystem (CLI repository browser) - git is a stupid (but extremely fast) directory content manager. It doesn't do - a whole lot, but what it 'does' do is track directory contents efficiently. +Depends: git (>= 1:1.7.0.4-2~) | git-core (>= 1:1.5.4), ${shlibs:Depends}, + ${misc:Depends} +Description: ncurses-based Git repository browser + This package contains a text-mode interface for the version control system + Git. It may be used to browse the history and contents of a repository. . - This package contains a command line repository browser capable of displaying - a summerized revision log and showing commit log messages, diffstats and - diffs. + The following main features are supported: + - View revision logs, commit messages, diffstats, diffs, archive trees and + file contents. + - Visualize revision graphs. + - Stage / unstage changes and add untracked files. + - Merge files. + - Cherry-pick commits. . tig may also be used as a pager. It reads input from stdin and colorizes it. - . - Homepage: http://jonas.nitro.dk/tig/