Added quickcheck to build dependencies, and fail if test suite cannot be built.
This commit is contained in:
parent
6b7ee8486d
commit
7e6a54f984
5 changed files with 12 additions and 7 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -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
1
debian/control
vendored
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue