summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-01-03 14:52:20 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-01-03 14:52:20 -0400
commit7e6a54f98422bf0bab1d1aad5980df3e60220ff8 (patch)
tree29a95b672f42f329f7d68a0b6096495741f37cff /debian
parent6b7ee8486d00d4e067257d57c574b371f8e4e3d0 (diff)
Added quickcheck to build dependencies, and fail if test suite cannot be built.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rw-r--r--debian/control1
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index c9619114e..607505387 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/debian/control b/debian/control
index 3f88c71ea..6a312c6b1 100644
--- a/debian/control
+++ b/debian/control
@@ -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,