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.
This commit is contained in:
parent
827f7073bf
commit
4a6315fb6f
1 changed files with 2 additions and 2 deletions
4
debian/control
vendored
4
debian/control
vendored
|
@ -59,8 +59,8 @@ Depends: ${misc:Depends}, ${shlibs:Depends},
|
||||||
rsync,
|
rsync,
|
||||||
wget | curl,
|
wget | curl,
|
||||||
openssh-client (>= 1:5.6p1)
|
openssh-client (>= 1:5.6p1)
|
||||||
Recommends: lsof, libnss-mdns, gnupg
|
Recommends: lsof, gnupg
|
||||||
Suggests: graphviz, bup
|
Suggests: graphviz, bup, libnss-mdns
|
||||||
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue