Code

control: Updated standards-version to 3.8.1.
[pkg-tig.git] / debian / control
index e3de3b9d3b2a1c86ec02af07cde9dc1b9382ae91..bb503e8514b3ad61ec394efbba00aa0e112a023d 100644 (file)
@@ -1,24 +1,27 @@
 Source: tig
-Section: utils
+Section: vcs
 Priority: optional
 Maintainer: Sebastian Harl <sh@tokkee.org>
-Build-Depends: debhelper (>= 5), libncurses5-dev, asciidoc (>= 7), xmlto, docbook-utils
-Standards-Version: 3.7.2
-XS-Vcs-Git: git://git.tokkee.org/pkg-tig.git
-XS-Vcs-Browser: http://git.tokkee.org/?p=pkg-tig.git
+Build-Depends: debhelper (>= 5), dpkg-dev (>= 1.14.6), git-core, libncursesw5-dev, asciidoc (>= 7), xmlto, docbook-utils
+Standards-Version: 3.8.1
+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-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.
  .
- 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/