summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLibravatar Tommi Virtanen <tv@debian.org>2005-08-26 14:00:04 +0300
committerLibravatar Junio C Hamano <junkio@cox.net>2005-08-26 12:52:23 -0700
commit579fbe598ddd9608bd2fbcf8411299dde06d1912 (patch)
treef8643bd29afe17ac3e9d0300be19988872a72d7c /debian/control
parent[PATCH] git bugfixes and cleanups, mainly Debian things (diff)
downloadtgif-579fbe598ddd9608bd2fbcf8411299dde06d1912.tar.xz
[PATCH] git bugfixes and cleanups, mainly Debian things
Make the git deb conflict with cogito versions prior to 0.13, as those versions used to contain git. Suggest cogito. Signed-off-by: Tommi Virtanen <tv@debian.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index a044535065..6735a0da03 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,8 @@ Package: git-core
Architecture: any
Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}, patch, rcs
Recommends: rsync, curl, ssh, libmail-sendmail-perl, libemail-valid-perl
-Conflicts: git
+Suggests: cogito
+Conflicts: git, cogito (<< 0.13)
Description: The git content addressable filesystem
GIT comes in two layers. The bottom layer is merely an extremely fast
and flexible filesystem-based database designed to store directory trees