diff options
author | Joey Hess <joey@kitenet.net> | 2010-12-02 16:55:21 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-12-02 16:55:21 -0400 |
commit | 37941184f99896a459fd889071e47ed2fa5ceaa6 (patch) | |
tree | 94912fc9a9e25469cdcd1b7e306da5158d91d202 /debian/control | |
parent | ade43d8fab2b42846a06201f03e4a03255ef8fce (diff) |
Rsync will now be used to resume interrupted/failed partial file transfers from a remote.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 0318dafa4..88dcab9a3 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: git-annex Section: utils Priority: optional -Build-Depends: debhelper (>= 7.0.50), ghc6, libghc6-missingh-dev, libghc6-testpack-dev, ikiwiki, uuid +Build-Depends: debhelper (>= 7.0.50), ghc6, libghc6-missingh-dev, libghc6-testpack-dev, ikiwiki, uuid, rsync Maintainer: Joey Hess <joeyh@debian.org> Standards-Version: 3.9.1 Vcs-Git: git://git.kitenet.net/git-annex @@ -10,7 +10,7 @@ Homepage: http://git-annex.branchable.com/ Package: git-annex Architecture: any Section: utils -Depends: ${misc:Depends}, ${shlibs:Depends}, git | git-core, uuid, openssh-client +Depends: ${misc:Depends}, ${shlibs:Depends}, git | git-core, uuid, openssh-client, rsync Description: manage files with git, without checking their contents into git git-annex allows managing files with git, without checking the file contents into git. While that may seem paradoxical, it is useful when |