releasing version 0.20110425

This commit is contained in:
Joey Hess 2011-04-25 16:02:57 -04:00
parent 3d3abab679
commit 7d71f8770b
2 changed files with 5 additions and 5 deletions

9
debian/changelog vendored
View file

@ -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. * Use haskell Crypto library instead of haskell SHA library.
* Remove testpack from build depends, as it is not available * Remove testpack from build depends for non x86 architectures where it
on all architectures. The test suite will not be run if it is not available. The test suite will not be run if it cannot be compiled.
cannot be compiled.
* Avoid using absolute paths when staging location log, as that can * Avoid using absolute paths when staging location log, as that can
confuse git when a remote's path contains a symlink. Closes: #621386 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 git-annex (0.20110420) unstable; urgency=low

1
debian/control vendored
View file

@ -10,6 +10,7 @@ Build-Depends:
libghc-crypto-dev, libghc-crypto-dev,
libghc-utf8-string-dev, libghc-utf8-string-dev,
libghc-hs3-dev (>= 0.5.6), libghc-hs3-dev (>= 0.5.6),
libghc-testpack-dev [any-i386 any-amd64],
ikiwiki, ikiwiki,
perlmagick, perlmagick,
git | git-core, git | git-core,