summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9f1bd7a)
raw | patch | inline | side by side (parent: 9f1bd7a)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 23 Sep 2007 18:26:44 +0000 (20:26 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 23 Sep 2007 18:26:44 +0000 (20:26 +0200) |
debian/changelog | patch | blob | history | |
debian/control | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 7f911d86222e20da07427b037064b4eb52af2d94..806f90e49a75cc96f551079fd1d4db9e58a1db44 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
* 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
diff --git a/debian/control b/debian/control
index e3de3b9d3b2a1c86ec02af07cde9dc1b9382ae91..8014e7d690571a090c569aa6a55c2ab8a31245dc 100644 (file)
--- a/debian/control
+++ b/debian/control
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