[Pkg-haskell-commits] darcs: shellcheck: limit test suite to supported architectures and release 0.3.4-2

Helmut Grohne helmut at subdivi.de
Tue Oct 21 17:17:38 UTC 2014


Tue Oct 21 17:15:47 UTC 2014  Helmut Grohne <helmut at subdivi.de>
  * limit test suite to supported architectures and release 0.3.4-2

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

Tue Oct 21 17:15:47 UTC 2014  Helmut Grohne <helmut at subdivi.de>
  * limit test suite to supported architectures and release 0.3.4-2
diff -rN -u old-shellcheck/changelog new-shellcheck/changelog
--- old-shellcheck/changelog	2014-10-21 17:17:38.060960750 +0000
+++ new-shellcheck/changelog	2014-10-21 17:17:38.064960750 +0000
@@ -1,3 +1,9 @@
+shellcheck (0.3.4-2) unstable; urgency=medium
+
+  * Only enable test suite on supported architectures. Fixes FTBFS.
+
+ -- Helmut Grohne <helmut at subdivi.de>  Tue, 21 Oct 2014 19:15:36 +0200
+
 shellcheck (0.3.4-1) unstable; urgency=low
 
   [ Jakub Wilk ]
diff -rN -u old-shellcheck/rules new-shellcheck/rules
--- old-shellcheck/rules	2014-10-21 17:17:38.060960750 +0000
+++ new-shellcheck/rules	2014-10-21 17:17:38.068960749 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-DEB_ENABLE_TESTS = yes
+DEB_ENABLE_TESTS = $(shell test -f /usr/lib/haskell-packages/ghc/lib/*/*/Test/QuickCheck/All.hi && echo yes)
 
 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