diff options
author | Timo Weingärtner <timo@tiwe.de> | 2013-01-07 15:22:29 +0100 |
---|---|---|
committer | Timo Weingärtner <timo@tiwe.de> | 2013-01-07 17:37:23 +0100 |
commit | 4b9c494c31f26237299c9bf052df99af0945b9c9 (patch) | |
tree | 4c41150acd4d13ef26f3a36f3f976119bcd6780f /debian/control | |
parent | 1b05237ebb0ef83d2b0603369347da9832711c82 (diff) | |
download | openssh-known-hosts-4b9c494c31f26237299c9bf052df99af0945b9c9.tar.gz |
Revert "drop debian/"
This reverts commit 9817011424d5a37501ffb6bcee573e6fb25b852d.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..5c6e234 --- /dev/null +++ b/debian/control @@ -0,0 +1,20 @@ +Source: openssh-known-hosts +Section: net +Priority: extra +Maintainer: Timo Weingärtner <timo@tiwe.de> +Build-Depends: debhelper (>= 7) +Standards-Version: 3.9.0 + +Package: openssh-known-hosts +Architecture: all +Depends: dash, lockfile-progs, ${misc:Depends} +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 included: + * curl (optional GnuPG verification) + * rsync (optional GnuPG verification) + * psql + * symlink + New plugins can easily be written. |