[Pkg-haskell-commits] darcs: haskell-sandi: Disable test-suite on non-TH-architectures

Joachim Breitner mail at joachim-breitner.de
Sun Jul 5 17:26:38 UTC 2015


Sun Jul  5 17:17:08 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Disable test-suite on non-TH-architectures

    M ./changelog +6
    M ./control -5 +5
    M ./rules -1 +1

Sun Jul  5 17:17:08 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Disable test-suite on non-TH-architectures
diff -rN -u old-haskell-sandi/changelog new-haskell-sandi/changelog
--- old-haskell-sandi/changelog	2015-07-05 17:26:38.128766026 +0000
+++ new-haskell-sandi/changelog	2015-07-05 17:26:38.136766029 +0000
@@ -1,3 +1,9 @@
+haskell-sandi (0.3.5-2) UNRELEASED; urgency=medium
+
+  * Disable test-suite on non-TH-architectures
+
+ -- Joachim Breitner <nomeata at debian.org>  Sun, 05 Jul 2015 19:16:58 +0200
+
 haskell-sandi (0.3.5-1) unstable; urgency=medium
 
   * New upstream version.
diff -rN -u old-haskell-sandi/control new-haskell-sandi/control
--- old-haskell-sandi/control	2015-07-05 17:26:38.128766026 +0000
+++ new-haskell-sandi/control	2015-07-05 17:26:38.132766027 +0000
@@ -14,11 +14,11 @@
  , libghc-exceptions-dev (>= 0.6)
  , libghc-exceptions-dev (<< 0.9)
  , libghc-exceptions-prof
- , libghc-hunit-dev
- , libghc-tasty-dev
- , libghc-tasty-hunit-dev
- , libghc-tasty-quickcheck-dev
- , libghc-tasty-th-dev
+ , libghc-hunit-dev [!mips !mipsel !sparc]
+ , libghc-tasty-dev [!mips !mipsel !sparc]
+ , libghc-tasty-hunit-dev [!mips !mipsel !sparc]
+ , libghc-tasty-quickcheck-dev [!mips !mipsel !sparc]
+ , libghc-tasty-th-dev [!mips !mipsel !sparc]
 Build-Depends-Indep: ghc-doc
  , libghc-conduit-doc
  , libghc-exceptions-doc
diff -rN -u old-haskell-sandi/rules new-haskell-sandi/rules
--- old-haskell-sandi/rules	2015-07-05 17:26:38.128766026 +0000
+++ new-haskell-sandi/rules	2015-07-05 17:26:38.132766027 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-DEB_ENABLE_TESTS = yes
+DEB_ENABLE_TESTS := $(shell test -x /usr/bin/ghci && echo yes)
 
 # Standard way of building Haskell libraries .
 include /usr/share/cdbs/1/rules/debhelper.mk




More information about the Pkg-haskell-commits mailing list