From 26527731b6b1bbeaa9e2e8a0507c52ca164803ed Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Sun, 1 Mar 2009 13:20:32 -0500 Subject: [PATCH] debian packaging overhaul. --- packaging/debian/changelog | 12 ++++++++++-- packaging/debian/control | 6 +++--- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/packaging/debian/changelog b/packaging/debian/changelog index 46f7863..17e98e7 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,10 +1,18 @@ monkeysphere (0.24~pre-1) UNRELEASED; urgency=low - * update/cleanup mainterscripts * New upstream release: - Fixed how version information is stored/retrieved. + - Now uses perl-based keytrans for both pem2openpgp and openpgp2ssh + - no longer needs base64 in PATH + - added "test" make target + - improved transitions/0.23 script + * update/cleanup mainterscripts + * remove GnuTLS dependency. + * remove versioned coreutils | base64 dependency. + * added Build-Deps for dh_autotest. + * switch to Architecture: all - -- Jameson Graef Rollins Sat, 28 Feb 2009 13:02:57 -0500 + -- Daniel Kahn Gillmor Sun, 01 Mar 2009 11:47:41 -0500 monkeysphere (0.23.1-1) unstable; urgency=low diff --git a/packaging/debian/control b/packaging/debian/control index c20b978..fa2c78a 100644 --- a/packaging/debian/control +++ b/packaging/debian/control @@ -3,15 +3,15 @@ Section: net Priority: extra Maintainer: Jameson Graef Rollins Uploaders: Daniel Kahn Gillmor -Build-Depends: debhelper (>= 7.0), libgnutls-dev (>= 2.4.0) +Build-Depends: debhelper (>= 7.0), socat, openssh-server, gnupg, libcrypt-openssl-rsa-perl, libdigest-sha1-perl, lockfile-progs | procmail Standards-Version: 3.8.0.1 Homepage: http://web.monkeysphere.info/ Vcs-Git: git://git.monkeysphere.info/monkeysphere Dm-Upload-Allowed: yes Package: monkeysphere -Architecture: any -Depends: openssh-client, gnupg, coreutils (>= 6) | base64, libcrypt-openssl-rsa-perl, libdigest-sha1-perl, lockfile-progs | procmail, adduser, ${shlibs:Depends} +Architecture: all +Depends: openssh-client, gnupg, libcrypt-openssl-rsa-perl, libdigest-sha1-perl, 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 -- 2.25.1