update deps
This commit is contained in:
parent
cfd235a05a
commit
6b36c18f2d
2 changed files with 4 additions and 2 deletions
4
debian/control
vendored
4
debian/control
vendored
|
@ -60,8 +60,8 @@ Depends: ${misc:Depends}, ${shlibs:Depends},
|
||||||
rsync,
|
rsync,
|
||||||
wget | curl,
|
wget | curl,
|
||||||
openssh-client (>= 1:5.6p1)
|
openssh-client (>= 1:5.6p1)
|
||||||
Recommends: lsof
|
Recommends: lsof, libnss-mdns, gnupg
|
||||||
Suggests: graphviz, bup, gnupg
|
Suggests: graphviz, bup
|
||||||
Description: manage files with git, without checking their contents into git
|
Description: manage files with git, without checking their contents into git
|
||||||
git-annex allows managing files with git, without checking the file
|
git-annex allows managing files with git, without checking the file
|
||||||
contents into git. While that may seem paradoxical, it is useful when
|
contents into git. While that may seem paradoxical, it is useful when
|
||||||
|
|
|
@ -79,6 +79,8 @@ libraries. To build and use git-annex by hand, you will need:
|
||||||
* [gpg](http://gnupg.org/) (optional; needed for encryption)
|
* [gpg](http://gnupg.org/) (optional; needed for encryption)
|
||||||
* [lsof](ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/)
|
* [lsof](ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/)
|
||||||
(optional; recommended for watch mode)
|
(optional; recommended for watch mode)
|
||||||
|
* multicast DNS support, provided on linux by [nss-mdns](http://www.0pointer.de/lennart/projects/nss-mdns/)
|
||||||
|
(optional; recommended for the assistant to support pairing well)
|
||||||
* [ikiwiki](http://ikiwiki.info) (optional; used to build the docs)
|
* [ikiwiki](http://ikiwiki.info) (optional; used to build the docs)
|
||||||
|
|
||||||
Then just [[download]] git-annex and run: `make; make install`
|
Then just [[download]] git-annex and run: `make; make install`
|
||||||
|
|
Loading…
Add table
Reference in a new issue