File: rules

package info (click to toggle)
golang-github-bkaradzic-go-lz4 0.0~git20150821.0.74ddf82-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 672 kB
  • ctags: 44
  • sloc: makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 278 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

GOPKG = github.com/bkaradzic/go-lz4
export DH_GOLANG_EXCLUDES := fuzzer lz4-example

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

override_dh_auto_configure:
	dh_auto_configure
	cp -rv $(CURDIR)/testdata _build/src/$(GOPKG)/testdata