diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-24 13:58:50 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-24 13:58:50 -0400 |
commit | 61b347a033e135b26a85dc820190c11a840115a2 (patch) | |
tree | 92087c8dea983785d29af0303de10943608d752a /debian | |
parent | b1448c988423c400e93aa9728872c12b2fb8218e (diff) |
Add tasty to build-depends, so that test suite builds again. (tasty was stuck in incoming.)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 3 |
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, |