File: rules

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

export DEB_ENABLE_TESTS = yes
ifneq (,$(filter hppa m68k powerpc ppc64 sparc64 s390x, $(DEB_HOST_ARCH)))
	export DEB_ENABLE_TESTS = no
endif

# Run tests under C.UTF-8.

%:
	dh $@