summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog9
-rw-r--r--debian/control1
2 files changed, 5 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index c6dfb1ff3..0ba7588f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,13 +1,12 @@
-git-annex (0.20110421) UNRELEASED; urgency=low
+git-annex (0.20110425) unstable; urgency=low
* Use haskell Crypto library instead of haskell SHA library.
- * Remove testpack from build depends, as it is not available
- on all architectures. The test suite will not be run if it
- cannot be compiled.
+ * Remove testpack from build depends for non x86 architectures where it
+ is not available. The test suite will not be run if it cannot be compiled.
* Avoid using absolute paths when staging location log, as that can
confuse git when a remote's path contains a symlink. Closes: #621386
- -- Joey Hess <joeyh@debian.org> Thu, 21 Apr 2011 16:35:27 -0400
+ -- Joey Hess <joeyh@debian.org> Mon, 25 Apr 2011 15:47:00 -0400
git-annex (0.20110420) unstable; urgency=low
diff --git a/debian/control b/debian/control
index f9e6196ab..c6b3e7d0d 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Build-Depends:
libghc-crypto-dev,
libghc-utf8-string-dev,
libghc-hs3-dev (>= 0.5.6),
+ libghc-testpack-dev [any-i386 any-amd64],
ikiwiki,
perlmagick,
git | git-core,