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

tar: don't run tests on 32-bit architectures

parent 028a6a2f
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
haskell-tar (0.5.1.0-3) unstable; urgency=medium

  * Don't run tests on 32-bit architectures as some of them are not
    32-bit-safe.

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

haskell-tar (0.5.1.0-2) unstable; urgency=medium

  * Enable testsuite.
+5 −1
Original line number Diff line number Diff line
#!/usr/bin/make -f

DEB_BUILD_DEPENDENCIES = build-arch
ifeq (four,$(shell ghc --info | grep -q 'target word size.*"4"' && echo four))
	DEB_ENABLE_TESTS = no
else
	DEB_ENABLE_TESTS = yes
endif

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk