File: rules

package info (click to toggle)
golang-github-mitchellh-go-homedir 0.0~git20160621.0.756f7b1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch, stretch-backports
  • size: 56 kB
  • ctags: 14
  • 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