File: rules

package info (click to toggle)
golang-golang-x-debug 0.0~git20160621.0.fb50892-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 844 kB
  • sloc: ansic: 82; asm: 46; makefile: 4
file content (10 lines) | stat: -rwxr-xr-x 313 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := golang.org/x/debug/tests/peek golang.org/x/debug/cmd/debugproxy

override_dh_auto_test:
	# Various tests currently fail. Given how sparely documented the
	# package is, it probably makes more sense to come back later.

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