Fix stub git-annex test support when built without tasty.

This commit is contained in:
Joey Hess 2014-08-23 18:46:08 -07:00
parent 4405650828
commit 756a6277ff
2 changed files with 3 additions and 2 deletions

View file

@ -96,8 +96,8 @@ import qualified Command.XMPPGit
#endif #endif
import qualified Command.RemoteDaemon import qualified Command.RemoteDaemon
#endif #endif
#ifdef WITH_TESTSUITE
import qualified Command.Test import qualified Command.Test
#ifdef WITH_TESTSUITE
import qualified Command.FuzzTest import qualified Command.FuzzTest
import qualified Command.TestRemote import qualified Command.TestRemote
#endif #endif
@ -188,8 +188,8 @@ cmds = concat
#endif #endif
, Command.RemoteDaemon.def , Command.RemoteDaemon.def
#endif #endif
#ifdef WITH_TESTSUITE
, Command.Test.def , Command.Test.def
#ifdef WITH_TESTSUITE
, Command.FuzzTest.def , Command.FuzzTest.def
, Command.TestRemote.def , Command.TestRemote.def
#endif #endif

1
debian/changelog vendored
View file

@ -7,6 +7,7 @@ git-annex (5.20140818) UNRELEASED; urgency=medium
afterwards, to ensure that remotes on removable media can be unmounted. afterwards, to ensure that remotes on removable media can be unmounted.
Closes: #758630 Closes: #758630
* Fix handing of autocorrection when running outside a git repository. * Fix handing of autocorrection when running outside a git repository.
* Fix stub git-annex test support when built without tasty.
-- Joey Hess <joeyh@debian.org> Tue, 19 Aug 2014 12:52:41 -0400 -- Joey Hess <joeyh@debian.org> Tue, 19 Aug 2014 12:52:41 -0400