diff -Nru haskell-debian-3.61/debian/changelog haskell-debian-3.61/debian/changelog --- haskell-debian-3.61/debian/changelog 2012-03-07 15:21:23.000000000 +0000 +++ haskell-debian-3.61/debian/changelog 2012-03-25 20:02:43.000000000 +0000 @@ -1,3 +1,9 @@ +haskell-debian (3.61-2) unstable; urgency=low + + * patches/dont-build-teste.patch: really don't build test stuff + + -- Joachim Breitner Sun, 25 Mar 2012 22:02:42 +0200 + haskell-debian (3.61-1) unstable; urgency=low * New upstream release diff -Nru haskell-debian-3.61/debian/patches/dont-build-tests.patch haskell-debian-3.61/debian/patches/dont-build-tests.patch --- haskell-debian-3.61/debian/patches/dont-build-tests.patch 2012-03-07 16:34:03.000000000 +0000 +++ haskell-debian-3.61/debian/patches/dont-build-tests.patch 2012-03-25 20:02:05.000000000 +0000 @@ -1,7 +1,7 @@ Index: haskell-debian-3.61/debian.cabal =================================================================== ---- haskell-debian-3.61.orig/debian.cabal 2012-03-07 17:32:11.000000000 +0100 -+++ haskell-debian-3.61/debian.cabal 2012-03-07 17:33:58.000000000 +0100 +--- haskell-debian-3.61.orig/debian.cabal 2012-03-07 17:39:35.000000000 +0100 ++++ haskell-debian-3.61/debian.cabal 2012-03-25 22:00:24.000000000 +0200 @@ -22,7 +22,7 @@ Library Build-Depends: base >= 4 && < 5, bytestring, containers, directory, @@ -24,3 +24,17 @@ Executable fakechanges Main-is: utils/FakeChanges.hs +Index: haskell-debian-3.61/Setup.hs +=================================================================== +--- haskell-debian-3.61.orig/Setup.hs 2011-10-05 20:31:23.000000000 +0200 ++++ haskell-debian-3.61/Setup.hs 2012-03-25 22:02:02.000000000 +0200 +@@ -6,8 +6,7 @@ + import System.Exit + + main = defaultMainWithHooks simpleUserHooks { +- postBuild = \ _ _ _ _ -> runTestScript +- , runTests = \ _ _ _ _ -> runTestScript ++ runTests = \ _ _ _ _ -> runTestScript + } + + runTestScript =