File: rules

package info (click to toggle)
golang-github-marcinbor85-gohex 0.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 148 kB
  • sloc: makefile: 4
file content (9 lines) | stat: -rwxr-xr-x 252 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

# Do not build examples and exclude them from auto-configure as we install
# them as examples manually.
export DH_GOLANG_EXCLUDES := example
export DH_GOLANG_EXCLUDES_ALL := 1

%:
	dh $@ --builddirectory=_build --buildsystem=golang