diff options
author | Timo Weingärtner <timo@tiwe.de> | 2012-02-25 21:08:57 +0100 |
---|---|---|
committer | Timo Weingärtner <timo@tiwe.de> | 2012-02-25 21:09:41 +0100 |
commit | 8f32f842b33bdc6617b41dc9f18b222fd3013e21 (patch) | |
tree | 204edc905feee66d6a8d27426b15ecb5fd50b250 /debian/control | |
download | openssh-known-hosts-8f32f842b33bdc6617b41dc9f18b222fd3013e21.tar.gz |
Imported Debian version 0.1debian/0.1
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..6f86622 --- /dev/null +++ b/debian/control @@ -0,0 +1,17 @@ +Source: openssh-known-hosts +Section: net +Priority: extra +Maintainer: Timo Weingärtner <timo@tiwe.de> +Build-Depends: debhelper (>= 7) +Standards-Version: 3.8.1 +#Homepage: <insert the upstream URL, if relevant> + +Package: openssh-known-hosts +Architecture: all +Depends: dash, lockfile-progs, ${shlibs:Depends}, ${misc:Depends} +Recommends: openssh-client +Suggests: postgresql-client, rsync, curl +Description: known_hosts downloader for OpenSSH + This package allows you to download public hostkeys from various 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. |