X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=debian%2Fcontrol;h=6db176d5eb57ed3124a96b4f2b8f670a22ac9658;hb=3b6b21e57b1996ba22053862ff60fc3cc264918c;hp=8014e7d690571a090c569aa6a55c2ab8a31245dc;hpb=6ba9cd34534370bb23a572e0125800400457dbb2;p=pkg-tig.git diff --git a/debian/control b/debian/control index 8014e7d..6db176d 100644 --- a/debian/control +++ b/debian/control @@ -2,28 +2,26 @@ Source: tig Section: utils Priority: optional Maintainer: Sebastian Harl -Build-Depends: debhelper (>= 5), libncurses5-dev, asciidoc (>= 7), xmlto, docbook-utils -Standards-Version: 3.7.2 +Build-Depends: debhelper (>= 5), dpkg-dev (>= 1.14.6), git-core, libncursesw5-dev, asciidoc (>= 7), xmlto, docbook-utils +Standards-Version: 3.8.0 +Homepage: http://jonas.nitro.dk/tig/ XS-Vcs-Git: git://git.tokkee.org/pkg-tig.git XS-Vcs-Browser: http://git.tokkee.org/?p=pkg-tig.git Package: tig Architecture: any -Depends: git-core, ${shlibs:Depends} -Description: fast, scalable, distributed revision control system (CLI repository browser) - Git is popular version control system designed to handle very large projects - with speed and efficiency; it is used mainly for various open source projects, - most notably the Linux kernel. +Depends: git-core (>= 1.5.4), ${shlibs: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. . - Git falls in the category of distributed source code management tools. Every - Git working directory is a full-fledged repository with full revision tracking - capabilities, not dependent on network access or a central server. - . - 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/