summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5c2c972)
raw | patch | inline | side by side (parent: 5c2c972)
author | Ryan Anderson <ryan@michonline.com> | |
Wed, 20 Jul 2005 01:17:47 +0000 (21:17 -0400) | ||
committer | Linus 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.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
debian/control | patch | blob | history | |
debian/rules | [changed mode: 0644->0755] | patch | blob | history |
diff --git a/debian/control b/debian/control
index b62268c6a381dfd589a27a0648b162a6c29d79e1..a9732ea59d452e1bc72aa5c13e37ebcffb2367ef 100644 (file)
--- a/debian/control
+++ b/debian/control
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
diff --git a/debian/rules b/debian/rules
old mode 100644 (file)
new mode 100755 (executable)
new mode 100755 (executable)