File: rules

package info (click to toggle)
haskell-warp 3.3.21-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 456 kB
  • sloc: haskell: 4,359; makefile: 11
file content (17 lines) | stat: -rwxr-xr-x 426 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/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 after 150 minutes of inactivity on mipsel
ifneq (,$(filter $(DEB_BUILD_ARCH),mipsel))
	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