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:
Ryan Anderson 2005-07-19 21:17:47 -04:00 коммит произвёл Linus Torvalds
Родитель 5c2c972f47
Коммит f2a1f9a56e
2 изменённых файлов: 1 добавлений и 1 удалений

2
debian/control поставляемый
Просмотреть файл

@ -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

0
debian/rules поставляемый Normal file → Executable file
Просмотреть файл