diff options
author | Joey Hess <joey@kitenet.net> | 2011-08-27 12:31:50 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-08-27 12:31:50 -0400 |
commit | 6e750764b7d30d9cb0684cdaadd79ec091a4fda6 (patch) | |
tree | adcc1c2dac4c1b5ad7a941546250e0931a45c5fc /debian | |
parent | f82da1d9dca0712cdd87e3fc0ed8a2c2e2440228 (diff) |
The wget command will now be used in preference to curl, if available.
Got tired of curl's various ugly progress bars.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index bb06e1fba..54fdbd835 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ git-annex (3.20110820) UNRELEASED; urgency=low * Set EMAIL when running test suite so that git does not need to be configured first. Closes: #638998 + * The wget command will now be used in preference to curl, if available. -- Joey Hess <joeyh@debian.org> Tue, 23 Aug 2011 13:41:01 -0400 diff --git a/debian/control b/debian/control index 975faf5ea..63488dc68 100644 --- a/debian/control +++ b/debian/control @@ -31,7 +31,7 @@ Depends: ${misc:Depends}, ${shlibs:Depends}, git | git-core, uuid, rsync, - curl, + wget | curl, openssh-client Suggests: graphviz, bup, gnupg Description: manage files with git, without checking their contents into git |