File: rules

package info (click to toggle)
golang-github-unknwon-com 1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 220 kB
  • ctags: 209
  • sloc: makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 228 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

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

override_dh_auto_configure:
	dh_auto_configure
	cp -rv testdata _build/src/github.com/Unknwon/com/

override_dh_auto_test:
	-dh_auto_test