diff options
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/debian/changelog | 3 | ||||
-rw-r--r-- | packaging/debian/control | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/packaging/debian/changelog b/packaging/debian/changelog index 17e98e7..bef3c03 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -6,7 +6,8 @@ monkeysphere (0.24~pre-1) UNRELEASED; urgency=low - no longer needs base64 in PATH - added "test" make target - improved transitions/0.23 script - * update/cleanup mainterscripts + - RSA only: no longer handles DSA keys + * update/cleanup maintainer scripts * remove GnuTLS dependency. * remove versioned coreutils | base64 dependency. * added Build-Deps for dh_autotest. 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 |