summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-09-11 20:26:44 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-09-11 20:26:44 -0400
commit6b36c18f2daf681ca8fe84b551b323b7a422c23a (patch)
tree28363c9280dcc1a4044b3e46ed0cfc4e07ad69ad
parentcfd235a05a5cdfe28ea5cad1a836b4892848ae33 (diff)
update deps
-rw-r--r--debian/control4
-rw-r--r--doc/install.mdwn2
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 72d84912b..9d7f4a8c5 100644
--- a/debian/control
+++ b/debian/control
@@ -60,8 +60,8 @@ Depends: ${misc:Depends}, ${shlibs:Depends},
rsync,
wget | curl,
openssh-client (>= 1:5.6p1)
-Recommends: lsof
-Suggests: graphviz, bup, gnupg
+Recommends: lsof, libnss-mdns, gnupg
+Suggests: graphviz, bup
Description: manage files with git, without checking their contents into git
git-annex allows managing files with git, without checking the file
contents into git. While that may seem paradoxical, it is useful when
diff --git a/doc/install.mdwn b/doc/install.mdwn
index 65ef07589..ad86e360c 100644
--- a/doc/install.mdwn
+++ b/doc/install.mdwn
@@ -79,6 +79,8 @@ libraries. To build and use git-annex by hand, you will need:
* [gpg](http://gnupg.org/) (optional; needed for encryption)
* [lsof](ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/)
(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)
Then just [[download]] git-annex and run: `make; make install`