[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>
This commit is contained in:

committed by
Linus Torvalds

parent
5c2c972f47
commit
f2a1f9a56e
2
debian/control
vendored
2
debian/control
vendored
@ -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
0
debian/rules
vendored
Normal file → Executable file
Reference in New Issue
Block a user