diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-11-25 12:15:51 -0500 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-11-25 12:15:51 -0500 |
commit | 4ef516a39c3783287b4efa9f1147df1e0499e4fd (patch) | |
tree | 82c7dc0082bf5cde6de39e1632599e743bf39771 /packaging/debian | |
parent | c21e955e6fdc33c289a5609ef240084bbffbacbc (diff) |
fixing dependency information -- should be procmail, not procfile.
Diffstat (limited to 'packaging/debian')
-rw-r--r-- | packaging/debian/changelog | 4 | ||||
-rw-r--r-- | packaging/debian/control | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/packaging/debian/changelog b/packaging/debian/changelog index 39e4b33..a4b1f66 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -13,8 +13,10 @@ monkeysphere (0.22~pre-1) UNRELEASED; urgency=low - automatically output two copies of the host's public key: one standard ssh public key file, and the other a minimal OpenPGP key with just the latest valid self-sig. + - debian/control: corrected alternate dependency from procfile to + procmail (which provides /usr/bin/lockfile) - -- Jameson Graef Rollins <jrollins@finestructure.net> Mon, 17 Nov 2008 18:15:43 -0500 + -- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Tue, 25 Nov 2008 12:13:58 -0500 monkeysphere (0.21-2) unstable; urgency=low diff --git a/packaging/debian/control b/packaging/debian/control index 4c836b4..52eccf3 100644 --- a/packaging/debian/control +++ b/packaging/debian/control @@ -11,7 +11,7 @@ Dm-Upload-Allowed: yes Package: monkeysphere Architecture: any -Depends: openssh-client, gnupg, coreutils (>= 6) | base64, lockfile-progs | procfile, adduser, ${shlibs:Depends} +Depends: openssh-client, gnupg, coreutils (>= 6) | base64, lockfile-progs | procmail, adduser, ${shlibs:Depends} Recommends: netcat | socat, ssh-askpass Enhances: openssh-client, openssh-server Description: use the OpenPGP web of trust to verify ssh connections |