#!/usr/bin/make -f DEB_ENABLE_TESTS = yes ifeq ($(DEB_HOST_ARCH_OS),kfreebsd) DEB_SETUP_GHC_CONFIGURE_ARGS := -f-allow-sendfilefd DEB_ENABLE_TESTS = no endif # Tests fail on armhf, see https://bugs.debian.org/1091293 ifneq (,$(filter $(DEB_BUILD_ARCH),armhf)) DEB_ENABLE_TESTS = no endif include /usr/share/cdbs/1/rules/buildvars.mk include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk