blob: 5e77ac687fc6218d3dbfbf104a1907230a740e99 (
plain)
1
2
3
4
5
6
7
8
9
|
#!/usr/bin/make -f
DEB_ENABLE_TESTS = yes # $(shell test -e /usr/lib/ghc/bin/ghci && echo yes)
# the test suite assumes it's being run under Japan Standard Time
export TZ = Etc/GMT-9
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
|