[Pkg-haskell-commits] darcs: haskell-streaming-commons: Disable testsuite on kfreebsd-i386

Joachim Breitner mail at joachim-breitner.de
Mon Jun 15 20:54:52 UTC 2015


Mon Jun 15 20:49:19 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Disable testsuite on kfreebsd-i386

    M ./changelog +6
    M ./rules +6

Mon Jun 15 20:49:19 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Disable testsuite on kfreebsd-i386
diff -rN -u old-haskell-streaming-commons/changelog new-haskell-streaming-commons/changelog
--- old-haskell-streaming-commons/changelog	2015-06-15 20:54:52.180629145 +0000
+++ new-haskell-streaming-commons/changelog	2015-06-15 20:54:52.184629144 +0000
@@ -1,3 +1,9 @@
+haskell-streaming-commons (0.1.10.0-5) UNRELEASED; urgency=medium
+
+  * Disable testsuite on kfreebsd-i386
+
+ -- Joachim Breitner <nomeata at debian.org>  Mon, 15 Jun 2015 22:49:05 +0200
+
 haskell-streaming-commons (0.1.10.0-4) unstable; urgency=medium
 
   * Rebuild due to haskell-devscripts bug affecting the previous
diff -rN -u old-haskell-streaming-commons/rules new-haskell-streaming-commons/rules
--- old-haskell-streaming-commons/rules	2015-06-15 20:54:52.180629145 +0000
+++ new-haskell-streaming-commons/rules	2015-06-15 20:54:52.180629145 +0000
@@ -1,6 +1,12 @@
 #!/usr/bin/make -f
 
+# test suite runs OOM on kfreebsd-i386
+DEB_BUILD_ARCH     ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
+ifeq (,$(filter $(DEB_BUILD_ARCH),kfreebsd-i386))
 DEB_ENABLE_TESTS = yes
+else
+DEB_ENABLE_TESTS = no
+endif
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk




More information about the Pkg-haskell-commits mailing list