File: rules

package info (click to toggle)
haskell-simple-sendfile 0.2.32-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,104 kB
  • sloc: haskell: 324; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 157 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export DEB_ENABLE_TESTS = yes

ifeq ($(DEB_HOST_ARCH_OS),kfreebsd)
	export DEB_SETUP_GHC_CONFIGURE_ARGS := -f-allow-bsd
endif

%:
	dh $@