diff options
author | Timo Weingärtner <timo@tiwe.de> | 2012-03-26 21:36:41 +0200 |
---|---|---|
committer | Timo Weingärtner <timo@tiwe.de> | 2013-01-07 14:18:04 +0100 |
commit | 9817011424d5a37501ffb6bcee573e6fb25b852d (patch) | |
tree | 471da8235345367713ec65f225aba6aee85659a1 /debian/control | |
parent | a2060472fe74355a4b772ca0efd28249702a7025 (diff) | |
download | openssh-known-hosts-9817011424d5a37501ffb6bcee573e6fb25b852d.tar.gz |
drop debian/
debian packaging will be on separate branch now
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/debian/control b/debian/control deleted file mode 100644 index 5c6e234..0000000 --- a/debian/control +++ /dev/null @@ -1,20 +0,0 @@ -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. |