File: rules

package info (click to toggle)
golang-github-dop251-goja 0.0~git20170430.0.d382686-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 964 kB
  • sloc: javascript: 454; perl: 184; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 226 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

# Avoid building the main program
export DH_GOLANG_EXCLUDES=goja/goja

# Include resources needed for benchmark testing
export DH_GOLANG_INSTALL_EXTRA=testdata

%:
	dh $@ --buildsystem=golang --with=golang