File: rules

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

ifneq (armhf,$(DEB_HOST_ARCH))
	DEB_ENABLE_TESTS = yes
endif

DEB_SETUP_BIN_NAME = debian/hlibrary.setup
DEB_CABAL_PACKAGE = th-utilities
DEB_DEFAULT_COMPILER = ghc

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