File: rules

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

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

# The upstream tests connect to the internet, so don't enable them.
# export DEB_ENABLE_TESTS = yes

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

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

%:
	dh $@