summaryrefslogtreecommitdiff
path: root/p/haskell-debian
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2012-03-26 00:02:40 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2012-03-26 00:02:40 +0400
commit3c20b9db46c5fad5478d49e05fb346191c97c6ab (patch)
tree7efc49509f6bea8e7432a8cecfb401574130e91c /p/haskell-debian
parent105daf8c6fb38398123a6bb853fbe3c468b1c4ab (diff)
downloadDHG_packages-3c20b9db46c5fad5478d49e05fb346191c97c6ab.tar.gz
haskell-debian: patches/dont-build-teste.patch: really don't build test stuff
Diffstat (limited to 'p/haskell-debian')
-rw-r--r--p/haskell-debian/debian/changelog6
-rw-r--r--p/haskell-debian/debian/patches/dont-build-tests.patch18
2 files changed, 22 insertions, 2 deletions
diff --git a/p/haskell-debian/debian/changelog b/p/haskell-debian/debian/changelog
index 7bba18286..db1f9d754 100644
--- a/p/haskell-debian/debian/changelog
+++ b/p/haskell-debian/debian/changelog
@@ -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@debian.org> Sun, 25 Mar 2012 22:02:07 +0200
+
haskell-debian (3.61-1) unstable; urgency=low
* New upstream release
diff --git a/p/haskell-debian/debian/patches/dont-build-tests.patch b/p/haskell-debian/debian/patches/dont-build-tests.patch
index 97725d62e..460d89bec 100644
--- a/p/haskell-debian/debian/patches/dont-build-tests.patch
+++ b/p/haskell-debian/debian/patches/dont-build-tests.patch
@@ -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 @@ Index: haskell-debian-3.61/debian.cabal
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 =