File: rules

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

# Don't build binaries
export DH_GOLANG_EXCLUDES := cmd/

# Include test files
export DH_GOLANG_INSTALL_EXTRA := pkg/twwarp/_data/

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