diff options
| author | Clint Adams <clint@debian.org> | 2016-10-06 13:14:03 -0400 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2016-10-06 13:14:03 -0400 |
| commit | fadaa61bc81976e069a7e1f72e33aca052cfd576 (patch) | |
| tree | 2a2e0e20ea69de61df6ae03d4631a45a91c6fa66 /p/haskell-http-api-data/debian/rules | |
| parent | dca981064c071d87fcc7e63e4316e4aa8b199664 (diff) | |
| download | DHG_packages-fadaa61bc81976e069a7e1f72e33aca052cfd576.tar.gz | |
http-api-data: disable testsuite on armel
Diffstat (limited to 'p/haskell-http-api-data/debian/rules')
| -rwxr-xr-x | p/haskell-http-api-data/debian/rules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/p/haskell-http-api-data/debian/rules b/p/haskell-http-api-data/debian/rules index 7095c7493..82fbf1b26 100755 --- a/p/haskell-http-api-data/debian/rules +++ b/p/haskell-http-api-data/debian/rules @@ -2,7 +2,13 @@ DEB_CABAL_PACKAGE = http-api-data DEB_DEFAULT_COMPILER = ghc + +# ghci is broken on armel (#839840) +ifeq (,$(filter $(DEB_BUILD_ARCH),armel)) 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 |
