diff options
author | Joey Hess <joey@kitenet.net> | 2011-04-25 16:02:57 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-04-25 16:02:57 -0400 |
commit | 7d71f8770bd4686c024071c0ca593ed8f16001e1 (patch) | |
tree | aa72d4cf911c2a1f300843350501d694a71dd1f0 | |
parent | 3d3abab6797d49679bfcfa4d3bb919cfc7b5f811 (diff) |
releasing version 0.201104250.20110425
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 1 |
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, |