summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-08-27 12:31:50 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-08-27 12:31:50 -0400
commit6e750764b7d30d9cb0684cdaadd79ec091a4fda6 (patch)
treeadcc1c2dac4c1b5ad7a941546250e0931a45c5fc /debian/control
parentf82da1d9dca0712cdd87e3fc0ed8a2c2e2440228 (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/control')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
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