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 | |
parent | 033b2e76b81746e91f2f15580125164a8821bf0d (diff) |
touching up changelog; switch ${shlibs:Depends} to ${misc:Depends} to mollify lintian.
Diffstat (limited to 'packaging/debian')
-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 |