Code

Adapted package description to the latest git-core package description.
authorSebastian Harl <sh@tokkee.org>
Sun, 23 Sep 2007 18:26:44 +0000 (20:26 +0200)
committerSebastian Harl <sh@tokkee.org>
Sun, 23 Sep 2007 18:26:44 +0000 (20:26 +0200)
debian/changelog
debian/control

index 7f911d86222e20da07427b037064b4eb52af2d94..806f90e49a75cc96f551079fd1d4db9e58a1db44 100644 (file)
@@ -2,8 +2,9 @@ tig (0.9-1) unstable; urgency=low
 
   * New upstream release.
   * Install new bash completion script to /etc/bash_completion.d/.
+  * Adapted package description to the latest git-core package description.
 
- -- Sebastian Harl <sh@tokkee.org>  Sun, 23 Sep 2007 19:34:38 +0200
+ -- Sebastian Harl <sh@tokkee.org>  Sun, 23 Sep 2007 20:25:48 +0200
 
 tig (0.8-1) unstable; urgency=low
 
index e3de3b9d3b2a1c86ec02af07cde9dc1b9382ae91..8014e7d690571a090c569aa6a55c2ab8a31245dc 100644 (file)
@@ -10,9 +10,14 @@ XS-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.
+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.
+ .
+ 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