Skip to content

Commit 579fbe5

Browse files
Tommi VirtanenJunio C Hamano
authored andcommitted
[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>
1 parent 814be00 commit 579fbe5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

debian/control

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ Package: git-core
99
Architecture: any
1010
Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}, patch, rcs
1111
Recommends: rsync, curl, ssh, libmail-sendmail-perl, libemail-valid-perl
12-
Conflicts: git
12+
Suggests: cogito
13+
Conflicts: git, cogito (<< 0.13)
1314
Description: The git content addressable filesystem
1415
GIT comes in two layers. The bottom layer is merely an extremely fast
1516
and flexible filesystem-based database designed to store directory trees

0 commit comments

Comments
 (0)