Browse Source

[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 20 years ago committed by Linus Torvalds
parent
commit
f2a1f9a56e
  1. 2
      debian/control
  2. 0
      debian/rules

2
debian/control vendored

@ -7,7 +7,7 @@ Standards-Version: 3.6.1 @@ -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 vendored

Loading…
Cancel
Save