File: rules

package info (click to toggle)
haskell-distributive 0.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 132 kB
  • sloc: haskell: 331; sh: 10; makefile: 7
file content (10 lines) | stat: -rwxr-xr-x 243 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

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

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk