File: rules

package info (click to toggle)
haskell-crypton 1.0.4-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,548 kB
  • sloc: haskell: 26,764; ansic: 22,294; makefile: 6
file content (9 lines) | stat: -rwxr-xr-x 160 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

ifneq ($(DEB_HOST_ARCH),armhf)
export DEB_ENABLE_TESTS = yes
endif
export DEB_SETUP_GHC_CONFIGURE_ARGS += --flags=-support_aesni

%:
	dh $@