Avoid using runghc to run test suite as it is not available on all architectures. Closes: #603006

This commit is contained in:
Joey Hess 2010-11-10 10:49:35 -04:00
parent 536bc97d25
commit 515d6b6c7d
5 changed files with 16 additions and 9 deletions

2
debian/changelog vendored
View file

@ -14,6 +14,8 @@ git-annex (0.04) UNRELEASED; urgency=low
* Annexed file contents are now made unwritable and put in unwriteable
directories, to avoid them accidentially being removed or modified.
(Thanks Josh Triplett for the idea.)
* Avoid using runghc to run test suite as it is not available on all
architectures. Closes: #603006
-- Joey Hess <joeyh@debian.org> Mon, 08 Nov 2010 12:36:39 -0400