File: rules

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

# See https://bugs.debian.org/951490
export DEB_SETUP_GHC_CONFIGURE_ARGS := --flags="no-exe"

ifeq (,$(filter $(DEB_BUILD_ARCH),mips mipsel mips64el))
export DEB_ENABLE_TESTS = yes
export LC_ALL=C.UTF-8
else
export DEB_ENABLE_TESTS = no
endif

%:
	dh $@