File: rules

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

DEB_BUILD_ARCH     ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
export DEB_ENABLE_TESTS = yes
ifneq (,$(filter $(DEB_BUILD_ARCH),kfreebsd-i386))
# test suite runs OOM on kfreebsd-i386
export DEB_ENABLE_TESTS = no
endif

%:
	dh $@