File: rules

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

# We want to ship only the library packages themselves, not the accompanying
# example and test binaries.
export DH_GOLANG_EXCLUDES := example/ test/
export DH_GOLANG_EXCLUDES_ALL := 1

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