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.
This commit is contained in:
parent
5223b97ed9
commit
9ba8abffc6
2 changed files with 4 additions and 2 deletions
3
debian/control
vendored
3
debian/control
vendored
|
@ -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
|
||||
|
|
|
@ -53,7 +53,8 @@ quite a lot.
|
|||
(or `uuidgen` from util-linux)
|
||||
* [xargs](http://savannah.gnu.org/projects/findutils/)
|
||||
* [rsync](http://rsync.samba.org/)
|
||||
* [wget](http://www.gnu.org/software/wget/) or [curl](http://http://curl.haxx.se/) (optional, but recommended)
|
||||
* [curl](http://http://curl.haxx.se/) (optional, but recommended)
|
||||
* [wget](http://www.gnu.org/software/wget/) (optional)
|
||||
* [sha1sum](ftp://ftp.gnu.org/gnu/coreutils/) (optional, but recommended;
|
||||
a sha1 command will also do)
|
||||
* [gpg](http://gnupg.org/) (optional; needed for encryption)
|
||||
|
|
Loading…
Reference in a new issue