File: rules

package info (click to toggle)
golang-github-unknwon-com 1%2Bgit20170819.7677a1d-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 224 kB
  • sloc: makefile: 4
file content (9 lines) | stat: -rwxr-xr-x 210 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

export DH_GOLANG_INSTALL_EXTRA := testdata

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

# Tests expect network resources and extra cli tools
override_dh_auto_test: