File: rules

package info (click to toggle)
golang-github-bep-gitmap 0.0~git20161029.0.a1a71ab-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 80 kB
  • ctags: 24
  • sloc: makefile: 3
file content (9 lines) | stat: -rwxr-xr-x 265 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

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

# Disable testing, because the tests assume that the working
# directory is a git clone of the repository. Therefore,
# the .git directory is missing and most tests will fail.
override_dh_auto_test: