summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-11-05 12:54:25 -0800
committerJunio C Hamano <junkio@cox.net>2005-11-06 01:12:32 -0800
commit9eba845f2088c33de3efe04492b9e33114c5fb52 (patch)
treea3ea7d2776e689a15c1cf933eb88f89d4ace3df7 /debian/control
parent54c2533da0228244bbde7f94abfdb0a7fbb859c1 (diff)
downloadgit-9eba845f2088c33de3efe04492b9e33114c5fb52.tar.gz
Further Debian split fixes.
The doc installation was flattened, breaking links to howto/. Silly cut&paste error made git-doc depend on tk8.4. Doh. Move most of the documentation (except manuals) to git-doc. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index f03ca4925e..8cc527e2da 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Description: The git content addressable filesystem
Package: git-doc
Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, git-core, tk8.4
+Depends: ${shlibs:Depends}, ${misc:Depends}, git-core
Description: The git content addressable filesystem, Documentation
This package contains documentation for GIT.