File: rules

package info (click to toggle)
golang-github-mitchellh-go-homedir 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, bookworm-proposed-updates, bullseye, bullseye-backports, forky, sid, trixie, trixie-proposed-updates
  • size: 68 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