File: rules

package info (click to toggle)
golang-github-elazarl-goproxy 1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 520 kB
  • sloc: sh: 36; makefile: 4
file content (7 lines) | stat: -rwxr-xr-x 162 bytes parent folder | download
1
2
3
4
5
6
7
#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := examples
export DH_GOLANG_INSTALL_EXTRA := $(wildcard test_data/*)

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