File: rules

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

ifneq (armel,$(DEB_HOST_ARCH))
export DEB_ENABLE_TESTS = yes
endif
ifeq (s390x,$(DEB_HOST_ARCH))
export DEB_ENABLE_TESTS = no
endif

%:
	dh $@