File: rules

package info (click to toggle)
haskell-lukko 0.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 200 kB
  • sloc: haskell: 262; ansic: 15; makefile: 6
file content (12 lines) | stat: -rwxr-xr-x 274 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export DEB_ENABLE_TESTS = yes

ifneq ("$(DEB_HOST_ARCH_BITS)","64")
	# Disable OFD locking, which works only on 64-bit platforms
	# see https://github.com/haskellari/lukko/issues/15
	export DEB_SETUP_GHC_CONFIGURE_ARGS += -f-ofd-locking
endif

%:
	dh $@