diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-12-24 12:29:51 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-12-24 12:29:51 -0500 |
commit | 7c72a8610db4e4ba406fc431a0450dcec1642a5c (patch) | |
tree | b7983da387b6edf39506c8f0986f249bebd5fad2 /packaging/debian | |
parent | 7aa9067b4694d42b3b7a63a65ea70b74fed5b363 (diff) |
add cpio to Build-Depends
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 e61220b..7ba57c6 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -6,8 +6,9 @@ monkeysphere (0.27-1) UNRELEASED; urgency=low * updated debian/copyright to match the latest revision of DEP5. * updated standards version to 3.8.3 * updated Depends to require >=1.4.10 due to gpg UI change. + * add cpio to Build-Depends (used in test suite) (Closes: #562444) - -- Jameson Graef Rollins <jrollins@finestructure.net> Sun, 20 Dec 2009 11:50:06 -0500 + -- Jameson Graef Rollins <jrollins@finestructure.net> Thu, 24 Dec 2009 12:28:21 -0500 monkeysphere (0.26-1) unstable; urgency=low diff --git a/packaging/debian/control b/packaging/debian/control index 5bda6c6..df00ed0 100644 --- a/packaging/debian/control +++ b/packaging/debian/control @@ -3,7 +3,7 @@ Section: net Priority: extra Maintainer: Jameson Graef Rollins <jrollins@finestructure.net> Uploaders: Daniel Kahn Gillmor <dkg@fifthhorseman.net> -Build-Depends: debhelper (>= 7.0), socat, openssh-server, gnupg (>=1.4.10), libcrypt-openssl-rsa-perl, libdigest-sha-perl, lockfile-progs | procmail +Build-Depends: debhelper (>= 7.0), cpio, socat, openssh-server, gnupg (>=1.4.10), libcrypt-openssl-rsa-perl, libdigest-sha-perl, lockfile-progs | procmail Standards-Version: 3.8.3 Homepage: http://web.monkeysphere.info/ Vcs-Git: git://git.monkeysphere.info/monkeysphere |