The wget command will now be used in preference to curl, if available.

Got tired of curl's various ugly progress bars.
This commit is contained in:
Joey Hess 2011-08-27 12:31:50 -04:00
parent f82da1d9dc
commit 6e750764b7
5 changed files with 31 additions and 10 deletions

1
debian/changelog vendored
View file

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

2
debian/control vendored
View file

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