File: rules

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

# As there is no easy way to exclude the binaries from being placed by dh-golang
# into the resulting -dev package, simply prevent them from building in the
# first place
export DH_GOLANG_EXCLUDES=examples

%:
	dh $@ --builddirectory=debian/.build/upstream --buildsystem=golang