Deb Packaging fixes: Build against Mozilla libs for Debian, conflict with "git"
authorRyan Anderson <ryan@michonline.com>
Sat, 23 Jul 2005 19:26:32 +0000 (15:26 -0400)
committerJunio C Hamano <junkio@cox.net>
Wed, 27 Jul 2005 05:23:19 +0000 (22:23 -0700)
commita977d2cf589c8e4d66e53e9399a61ef08a8ddcad
tree2d652d8b9a8d2457a6e7de7060c6077014fed767
parentbdf25142aaac016f4d992001f336d53ab4fbc75e
Deb Packaging fixes: Build against Mozilla libs for Debian, conflict with "git"

This patch includes two fixes to the git-core Debian package:

    * Conflict with the GNU Interactive Tools package, which _also_
      wants to install /usr/bin/git.

    * Compile against the unencumbered Mozilla SHA1 code, instead of
      the iffy OpenSSL code, as much as possible.  This makes it easier to get
      the package included for distribution with Debian.

This has been based upon the original patch by Sebastian Kuzminsky
<seb@highlab.com>, but has been fixed up based upon feedback.

Signed-off-by: Ryan Anderson <ryan@michonline.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
debian/changelog
debian/control
debian/rules