File: rules

package info (click to toggle)
golang-github-mitchellh-cli 0.0~git20160203.0.5c87c51-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 168 kB
  • ctags: 131
  • sloc: makefile: 5
file content (12 lines) | stat: -rwxr-xr-x 266 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export DH_GOPKG := github.com/mitchellh/cli

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


## Sporadic test failures in "TestCLIRun_printCommandHelpSubcommands"
## https://github.com/mitchellh/cli/issues/30
override_dh_auto_test:
	-dh_auto_test