[PATCH] debian/ fixes
authorRyan Anderson <ryan@michonline.com>
Wed, 20 Jul 2005 01:17:47 +0000 (21:17 -0400)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 23 Jul 2005 00:48:45 +0000 (17:48 -0700)
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>
debian/control
debian/rules [changed mode: 0644->0755]

index b62268c..a9732ea 100644 (file)
@@ -7,7 +7,7 @@ Standards-Version: 3.6.1
 
 Package: git-core
 Architecture: any
-Depends: ${shlibs:Depends}, shellutils, diff, rysnc, rcs
+Depends: ${shlibs:Depends}, shellutils, diff, rsync, rcs
 Description: The git content addressable filesystem
  GIT comes in two layers. The bottom layer is merely an extremely fast
  and flexible filesystem-based database designed to store directory trees
old mode 100644 (file)
new mode 100755 (executable)