From 214a7db1cfac7b4b3645a54ecf86e160c85f0660 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 19 Nov 2013 13:44:07 -0400 Subject: Oops, I forgot that the test suite would be run even though the tasty test framework is not out of NEW and not in the build dependencies. The best fix is to put in an override_dh_auto_test that avoids running make test. --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 3a0511fa6..91854aa15 100755 --- a/debian/rules +++ b/debian/rules @@ -9,6 +9,9 @@ export RELEASE_BUILD=1 %: dh $@ +override_dh_auto_test: + echo test suite currently disabled until haskell-tasty is out of NEW + # Not intended for use by anyone except the author. announcedir: @echo ${HOME}/src/git-annex/doc/news -- cgit v1.2.3