Debian: Recommend ssh-askpass, which ssh will use when the assistant is run w/o a tty. Closes: #719832
This commit is contained in:
parent
dfa02356f1
commit
641b14b124
2 changed files with 3 additions and 1 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -1,6 +1,8 @@
|
|||
git-annex (4.20130816) UNRELEASED; urgency=low
|
||||
|
||||
* Debian: Run the builtin test suite as an autopkgtest.
|
||||
* Debian: Recommend ssh-askpass, which ssh will use when the assistant
|
||||
is run w/o a tty. Closes: #719832
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Thu, 15 Aug 2013 15:47:52 +0200
|
||||
|
||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue