diff options
author | Joey Hess <joey@kitenet.net> | 2014-01-27 14:22:44 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-01-27 14:22:44 -0400 |
commit | b1eef1745c8fe5c2f8f2bf87573b1bd8eeb805df (patch) | |
tree | 33e89c16f09f055eca780e24ea39327acfc18b05 /debian | |
parent | 74cefaddba9e4613b614b0d7a9613f12ba6f4ba8 (diff) |
Revert "temporarily revert tasty-rerun support for this release"
This reverts commit 65eb61a902ecf68da69d774063fea4880f619a13.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 6063aeeef..894f92e42 100644 --- a/debian/changelog +++ b/debian/changelog @@ -30,6 +30,7 @@ git-annex (5.20140127) unstable; urgency=medium * repair: Check git version at run time. * assistant: Run the periodic git gc in batch mode. * added annex.secure-erase-command config option. + * test suite: Use tasty-rerun, and expose tasty command-line options. * Optimise non-bare http remotes; no longer does a 404 to the wrong url every time before trying the right url. Needs annex-bare to be set to false, which is done when initially probing the uuid of a diff --git a/debian/control b/debian/control index 060fde22f..966d1e0ba 100644 --- a/debian/control +++ b/debian/control @@ -54,6 +54,7 @@ Build-Depends: libghc-tasty-dev (>= 0.7) [!mipsel !sparc], libghc-tasty-hunit-dev [!mipsel !sparc], libghc-tasty-quickcheck-dev [!mipsel !sparc], + libghc-tasty-rerun-dev [!mipsel !sparc], libghc-optparse-applicative-dev, lsof [!kfreebsd-i386 !kfreebsd-amd64], ikiwiki, |