summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control24
1 files changed, 24 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..19c19fc
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: openssh-known-hosts
+Section: net
+Priority: extra
+Maintainer: Timo Weingärtner <timo@tiwe.de>
+Build-Depends: debhelper (>= 7)
+Standards-Version: 3.9.4
+Homepage: https://github.com/tiwe-de/openssh-known-hosts
+Vcs-Git: git://github.com/tiwe-de/openssh-known-hosts.git -b debian
+Vcs-Browser: https://github.com/tiwe-de/openssh-known-hosts/tree/debian
+
+Package: openssh-known-hosts
+Architecture: all
+Depends: lockfile-progs, ${misc:Depends}
+Recommends: openssh-client, cron
+Suggests: postgresql-client, rsync, curl, gpgv
+Description: download, filter and merge known_hosts for OpenSSH
+ This package allows you to download public hostkeys from multiple sources,
+ filter the hostnames coming with them 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.