Re: [PATCH] debian/ binary package dependency fix. [u]

2005-07-25 Thread Junio C Hamano
"Andreas Jellinghaus [c]" <[EMAIL PROTECTED]> writes: > rsync should be Recommended: or Suggested: only, > as git can be used local only as well, and then > rsync is not needed, right? I suspect we still use rsync even in some local cases (rsync between two local directories). At least we once u

Re: [PATCH] debian/ binary package dependency fix. [u]

2005-07-25 Thread Andreas Jellinghaus [c]
rsync should be Recommended: or Suggested: only, as git can be used local only as well, and then rsync is not needed, right? Regards, Andreas - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.or

[PATCH] debian/ binary package dependency fix.

2005-07-24 Thread Junio C Hamano
Make sure that the binary debian package depends on shlibs it uses. This point was raised by Alexey Nezhdanov. The "Depends:" line in debian/control lacked ${shlibs:Depends}, which caused the resulting binary package not to depend on libcurl3 nor even libc6 ;-). Signed-off-by: Junio C Hamano <[E