~ubuntu-branches/ubuntu/jaunty/keychain/jaunty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Cesar Mendoza
  • Date: 2008-04-03 09:04:28 UTC
  • mfrom: (4.1.1 hardy)
  • Revision ID: james.westby@ubuntu.com-20080403090428-zozymv5xr2vnz3sd
Tags: 2.6.8-2
* added suggests for package ssh-askpass. Closes: #462080 
* superfluous continuation lines in manpage example fixed. Closes: #440128
* Assumes tty uses ANSI escape sequences fixed. Closes: #440129
* Thanks to Gregory Colpart, Trent Buck and Steven Cole for the input.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Priority: extra
4
4
Maintainer: Cesar Mendoza <mendoza@debian.org>
5
5
Build-Depends: debhelper (>= 5.0.37.2)
6
 
Standards-Version: 3.7.2
 
6
Standards-Version: 3.7.3
7
7
 
8
8
Package: keychain
9
9
Architecture: all
10
10
Depends: openssh-client | ssh-client , grep (>= 2.4.2-1)
11
 
Suggests: gnupg-agent
 
11
Suggests: gnupg-agent, ssh-askpass
12
12
Description: key manager for OpenSSH
13
13
 Keychain is an OpenSSH key manager, typically run from ~/.bash_profile. When 
14
14
 keychain is run, it checks for a running ssh-agent, otherwise it starts one.