summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorTimo Weingärtner <timo@tiwe.de>2012-02-25 21:17:02 +0100
committerTimo Weingärtner <timo@tiwe.de>2012-02-25 21:17:02 +0100
commit550c2f513a05899566ca90a1e859218ee44a8ac7 (patch)
tree4a357b16b938c67463822b1394b09403e086e709 /debian/control
parent4b444020fa50e4f22a427b981c582b35cdb4efb1 (diff)
downloadopenssh-known-hosts-550c2f513a05899566ca90a1e859218ee44a8ac7.tar.gz
Imported Debian version 0.3debian/0.3
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control10
1 files changed, 7 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index e23b98f..632ed44 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: net
Priority: extra
Maintainer: Timo Weingärtner <timo@tiwe.de>
Build-Depends: debhelper (>= 7)
-Standards-Version: 3.8.1
+Standards-Version: 3.8.4
Package: openssh-known-hosts
Architecture: all
@@ -12,5 +12,9 @@ Recommends: openssh-client, cron
Suggests: postgresql-client, rsync, curl, gpgv
Description: known_hosts downloader for OpenSSH
This package allows you to download public hostkeys from multiple sources
- and merge them together into one file for use by OpenSSH. Plugins for some
- types of sources are included, new plugins can easily be written.
+ and merge them together into one file for use by OpenSSH. Plugins included:
+ * curl (optional GnuPG verification)
+ * rsync (optional GnuPG verification)
+ * psql
+ * symlink
+ New plugins can easily be written.