File: rules

package info (click to toggle)
golang-airbrake-go 0.0~git20150109-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 64 kB
  • ctags: 35
  • sloc: makefile: 4
file content (9 lines) | stat: -rwxr-xr-x 201 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

export DH_GOPKG := github.com/tobi/airbrake-go

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

# Test suite performs network I/O so skip it for package builds
override_dh_auto_test: