summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rw-r--r--debian/control3
2 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index dacf2b491..395bb5cab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+git-annex (5.20131222) UNRELEASED; urgency=medium
+
+ * Add tasty to build-depends, so that test suite builds again.
+ (tasty was stuck in incoming.)
+
+ -- Joey Hess <joeyh@debian.org> Tue, 24 Dec 2013 13:54:32 -0400
+
git-annex (5.20131221) unstable; urgency=low
* assistant: Fix OSX-specific bug that caused the startup scan to try to
diff --git a/debian/control b/debian/control
index d05d990dc..e9e0923d3 100644
--- a/debian/control
+++ b/debian/control
@@ -51,6 +51,9 @@ Build-Depends:
libghc-async-dev,
libghc-http-dev,
libghc-feed-dev,
+ libghc-tasty-dev,
+ libghc-tasty-hunit-dev,
+ libghc-tasty-quickcheck-dev,
lsof,
ikiwiki,
perlmagick,