diff options
author | Joey Hess <joey@kitenet.net> | 2013-01-27 08:48:16 +1100 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-01-27 08:48:16 +1100 |
commit | 29af01f0a1b9851a9ead5d2286b23c57969e187c (patch) | |
tree | 01ad2b2eb54ba6423c902aff84e16ebb059d5a5e /debian/control | |
parent | e95cef8fcd72f50c1144e3bec9e00559c0a77df6 (diff) |
depend on both wget and curl
wget is used due to having better progress output, but curl is used
in some cases where wget is not appropriate.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 6bfe63da9..cf25d65df 100644 --- a/debian/control +++ b/debian/control @@ -63,7 +63,8 @@ Depends: ${misc:Depends}, ${shlibs:Depends}, git (>= 1:1.7.7.6), uuid, rsync, - wget | curl, + wget, + curl, openssh-client (>= 1:5.6p1) Recommends: lsof, gnupg, bind9-host Suggests: graphviz, bup, libnss-mdns |