[Pkg-haskell-commits] darcs: haskell-debian: patches/dont-build-teste.patch: really don't build test stuff
Joachim Breitner
mail at joachim-breitner.de
Sun Mar 25 20:07:11 UTC 2012
Sun Mar 25 20:02:40 UTC 2012 Joachim Breitner <mail at joachim-breitner.de>
* patches/dont-build-teste.patch: really don't build test stuff
Ignore-this: e34f02005b1292cbd1d29a670063fb97
M ./changelog +6
M ./patches/dont-build-tests.patch -2 +16
Sun Mar 25 20:02:40 UTC 2012 Joachim Breitner <mail at joachim-breitner.de>
* patches/dont-build-teste.patch: really don't build test stuff
Ignore-this: e34f02005b1292cbd1d29a670063fb97
diff -rN -u old-haskell-debian//changelog new-haskell-debian//changelog
--- old-haskell-debian//changelog 2012-03-25 20:07:11.782250614 +0000
+++ new-haskell-debian//changelog 2012-03-25 20:07:11.802251272 +0000
@@ -1,3 +1,9 @@
+haskell-debian (3.61-2) UNRELEASED; urgency=low
+
+ * patches/dont-build-teste.patch: really don't build test stuff
+
+ -- Joachim Breitner <nomeata at debian.org> Sun, 25 Mar 2012 22:02:07 +0200
+
haskell-debian (3.61-1) unstable; urgency=low
* New upstream release
diff -rN -u old-haskell-debian//patches/dont-build-tests.patch new-haskell-debian//patches/dont-build-tests.patch
--- old-haskell-debian//patches/dont-build-tests.patch 2012-03-25 20:07:11.585749817 +0000
+++ new-haskell-debian//patches/dont-build-tests.patch 2012-03-25 20:07:11.794249628 +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 =
More information about the Pkg-haskell-commits
mailing list