diff options
author | Timo Weingärtner <timo@tiwe.de> | 2012-11-03 17:53:32 +0100 |
---|---|---|
committer | Timo Weingärtner <timo@tiwe.de> | 2013-01-07 17:37:23 +0100 |
commit | 3ae3b0bf061a60133bbf802c1852a60fabd3cfcd (patch) | |
tree | d91013d83ae951f878351262c95c786bd0902d50 /debian | |
parent | bf31f53e80659ad66f56e016f7db47335389abc5 (diff) | |
download | openssh-known-hosts-3ae3b0bf061a60133bbf802c1852a60fabd3cfcd.tar.gz |
Drop dash Depends: (dash is essential)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index c48ee59..d65ac49 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.9.4 Package: openssh-known-hosts Architecture: all -Depends: dash, lockfile-progs, ${misc:Depends} +Depends: lockfile-progs, ${misc:Depends} Recommends: openssh-client, cron Suggests: postgresql-client, rsync, curl, gpgv Description: known_hosts downloader for OpenSSH |