[PATCH] debian/ fixes

Make debian/rules executable, and correct the spelling of rsync in
debian/control.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
maint
Ryan Anderson 2005-07-19 21:17:47 -04:00 committed by Linus Torvalds
parent 5c2c972f47
commit f2a1f9a56e
2 changed files with 1 additions and 1 deletions

2
debian/control vendored
View File

@ -7,7 +7,7 @@ Standards-Version: 3.6.1


Package: git-core Package: git-core
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, shellutils, diff, rysnc, rcs Depends: ${shlibs:Depends}, shellutils, diff, rsync, rcs
Description: The git content addressable filesystem Description: The git content addressable filesystem
GIT comes in two layers. The bottom layer is merely an extremely fast GIT comes in two layers. The bottom layer is merely an extremely fast
and flexible filesystem-based database designed to store directory trees and flexible filesystem-based database designed to store directory trees

0
debian/rules vendored Normal file → Executable file
View File