File: rules

package info (click to toggle)
haskell-js-flot 0.8.3-13
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 856 kB
  • sloc: haskell: 49; javascript: 16; makefile: 6
file content (12 lines) | stat: -rwxr-xr-x 250 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

include /usr/share/dpkg/pkg-info.mk

export DEB_ENABLE_TESTS = yes

export DEB_GHC_EXTRA_PACKAGES := libghc-js-flot-data (>= $(DEB_VERSION_UPSTREAM))

export DEB_SETUP_GHC_CONFIGURE_ARGS := --datasubdir=haskell-js-flot

%:
	dh $@