Added quickcheck to build dependencies, and fail if test suite cannot be built.

This commit is contained in:
Joey Hess 2012-01-03 14:52:20 -04:00
parent 6b7ee8486d
commit 7e6a54f984
5 changed files with 12 additions and 7 deletions

2
debian/changelog vendored
View file

@ -8,6 +8,8 @@ git-annex (3.20111232) UNRELEASED; urgency=low
unless the dotfile or directory is explicitly listed. So "git annex add ."
will add all untracked files in the current directory except for those in
dotdirs.
* Added quickcheck to build dependencies, and fail if test suite cannot be
built.
-- Joey Hess <joeyh@debian.org> Mon, 02 Jan 2012 14:19:19 -0400

1
debian/control vendored
View file

@ -16,6 +16,7 @@ Build-Depends:
libghc-monad-control-dev (>= 0.3),
libghc-lifted-base-dev,
libghc-json-dev,
libghc-quickcheck2-dev,
ikiwiki,
perlmagick,
git,