Commit d6781cf0 authored by Clint Adams's avatar Clint Adams
Browse files

vector: disable tests on armel, armhf, mips, mips64el, and mipsel

parent 0a313a3b
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
haskell-vector (0.12.0.1-5) unstable; urgency=medium

  * Disable tests on armel, armhf, mips, mips64el, and mipsel
    because they are terrible.

 -- Clint Adams <clint@debian.org>  Sun, 15 Apr 2018 17:14:11 -0400

haskell-vector (0.12.0.1-4) unstable; urgency=medium

  * Patch for newer base and QuickCheck.
+4 −0
Original line number Diff line number Diff line
#!/usr/bin/make -f

ifeq (,$(filter $(DEB_BUILD_ARCH),mips mipsel mips64el armel armhf))
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