File: rules

package info (click to toggle)
golang-github-mitchellh-go-homedir 0.0~git20161203.0.b8bc1bf-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, buster-backports, experimental
  • size: 56 kB
  • sloc: makefile: 4
file content (8 lines) | stat: -rwxr-xr-x 162 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

override_dh_auto_test:
	# explicitly unset HOME to force tests to shell out
	HOME= dh_auto_test

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