diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-03-01 16:28:29 -0500 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-03-01 16:28:29 -0500 |
commit | 750314da835f95fa4db35e5715508c6a551dfac9 (patch) | |
tree | f51dfd823c25f29ee4cc40f5ec01eb97b06f4c5b /packaging/debian/control | |
parent | 033b2e76b81746e91f2f15580125164a8821bf0d (diff) |
touching up changelog; switch ${shlibs:Depends} to ${misc:Depends} to mollify lintian.
Diffstat (limited to 'packaging/debian/control')
-rw-r--r-- | packaging/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/debian/control b/packaging/debian/control index fa2c78a..6706cb9 100644 --- a/packaging/debian/control +++ b/packaging/debian/control @@ -11,7 +11,7 @@ Dm-Upload-Allowed: yes Package: monkeysphere Architecture: all -Depends: openssh-client, gnupg, libcrypt-openssl-rsa-perl, libdigest-sha1-perl, lockfile-progs | procmail, adduser, ${shlibs:Depends} +Depends: openssh-client, gnupg, libcrypt-openssl-rsa-perl, libdigest-sha1-perl, lockfile-progs | procmail, adduser, ${misc:Depends} Recommends: netcat | socat, ssh-askpass Enhances: openssh-client, openssh-server Description: use the OpenPGP web of trust to verify ssh connections |