diff options
author | Joey Hess <joey@kitenet.net> | 2012-09-28 00:09:38 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-09-28 00:09:38 -0400 |
commit | fed6cffb4d4968bcde61b3efdac731c6c0e4c5cc (patch) | |
tree | a5320f90468db2454c3144c7ef7edc670c108abf /debian/control | |
parent | fb444fd3c21366007eadeab7da8a9bcc098ce936 (diff) |
demote libnss-mdns to suggests
At recommends it causes avahi-daemon to be pulled in on upgrade, which is
just too annoying to deal with avoiding on servers. MDNS is needed for
robust peering, but probably most desktop systems have it anyway; it's in
task-desktop.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 3dfa8e909..e92351ad2 100644 --- a/debian/control +++ b/debian/control @@ -59,8 +59,8 @@ Depends: ${misc:Depends}, ${shlibs:Depends}, rsync, wget | curl, openssh-client (>= 1:5.6p1) -Recommends: lsof, libnss-mdns, gnupg -Suggests: graphviz, bup +Recommends: lsof, gnupg +Suggests: graphviz, bup, libnss-mdns 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 |