diff options
author | Joey Hess <joey@kitenet.net> | 2013-08-16 10:07:44 +0200 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-08-16 10:07:44 +0200 |
commit | c5ad4436e64d45314f93e30f6d38e7156d0ebe20 (patch) | |
tree | eecda8b808de5426194f38acfc3462c6d526455a /debian/control | |
parent | f976a067105c8cd792e687ef83af7d25603cff06 (diff) |
Debian: Recommend ssh-askpass, which ssh will use when the assistant is run w/o a tty. Closes: #719832
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index a7f36b55f..041584ba1 100644 --- a/debian/control +++ b/debian/control @@ -71,7 +71,7 @@ Depends: ${misc:Depends}, ${shlibs:Depends}, wget, curl, openssh-client (>= 1:5.6p1) -Recommends: lsof, gnupg, bind9-host +Recommends: lsof, gnupg, bind9-host, ssh-askpass 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 |