File: rules

package info (click to toggle)
golang-github-trustelem-zxcvbn 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 6,348 kB
  • sloc: python: 441; sh: 180; makefile: 6
file content (11 lines) | stat: -rwxr-xr-x 335 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

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

override_dh_auto_test:
	# This is a test-only dependency and the copy from stretchr that is
	# already in Debian works just fine for this.
	mkdir -p _build/src/github.com/test-go/
	ln -s ../stretchr/testify _build/src/github.com/test-go/testify
	dh_auto_test