File: rules

package info (click to toggle)
haskell-stack 3.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,144 kB
  • sloc: haskell: 38,070; makefile: 6; ansic: 5
file content (13 lines) | stat: -rwxr-xr-x 284 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export DEB_ENABLE_TESTS = yes

# Disable compile-time inclusion of current git info in stack
export DEB_SETUP_GHC_CONFIGURE_ARGS += -fdisable-git-info

# Tests need a HOME
override_dh_auto_test:
	HOME=$(CURDIR)/debian/fake-home $(DH_OVERRIDDEN_COMMAND)

%:
	dh $@