File: rules

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

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

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