summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorMatthias Urlichs <smurf@smurf.noris.de>2005-08-11 01:54:36 +0200
committerJunio C Hamano <junkio@cox.net>2005-08-11 18:26:14 -0700
commit5acc5bfd6303f1fec4b3d175a15a2ff800983be7 (patch)
tree3cdb6322ac891c443fa72c238b071e533017ab2f /debian/control
parentb4ad66b7785c27ba05df78841b6f599e7207ee3d (diff)
downloadgit-5acc5bfd6303f1fec4b3d175a15a2ff800983be7.tar.gz
Debian packaging fixes.
- Split gitk off to its own package; it needs tk installed, but nothing else does. - Refer to GPL properly, don't install COPYING. - Fix maintainer. - Use dh_movefiles instead of dh_install; we don't want to list everything *except* gitk. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control10
1 files changed, 8 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 8bdbd731f3..53b87f44a6 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Standards-Version: 3.6.1
Package: git-core
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, patch, diff, rcs
+Depends: ${shlibs:Depends}, ${misc:Depends}, patch, rcs
Recommends: rsync, curl, ssh, libmail-sendmail-perl, libemail-valid-perl
Conflicts: git
Description: The git content addressable filesystem
@@ -15,5 +15,11 @@ Description: The git content addressable filesystem
and flexible filesystem-based database designed to store directory trees
with regard to their history. The top layer is a SCM-like tool which
enables human beings to work with the database in a manner to a degree
- similar to other SCM tools (like CVS, BitKeeper or Monotone).
+ similar to other SCM tools.
+
+Package: git-tk
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, git-core, tk8.4
+Description: The git content addressable filesystem, GUI add-on
+ This package contains 'gitk', the git revision tree visualizer.