diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-06-23 19:35:03 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-06-23 19:35:03 -0400 |
commit | f2b7308aeae06a3ab8aebe4bd01197c9ea1f0f4f (patch) | |
tree | f018dc5e657585e09dc435af19550d8578f8b564 /debian/control | |
parent | dc643985e044743e21badd2652ea1bc182ecacca (diff) |
added missing lockfile-progs dependency.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 85b2d3f..4f0e5f5 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Dm-Upload-Allowed: yes Package: monkeysphere Architecture: any -Depends: openssh-client, gnupg | gnupg2, coreutils (>= 6), moreutils, ${shlibs:Depends} +Depends: openssh-client, gnupg | gnupg2, coreutils (>= 6), moreutils, lockfile-progs, ${shlibs:Depends} Recommends: netcat Enhances: openssh-client, openssh-server Description: use the OpenPGP web of trust to verify ssh connections |