File: rules

package info (click to toggle)
golang-github-dnaeon-go-vcr 0.0~git20180814.aafff18-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 164 kB
  • sloc: makefile: 11; sh: 5
file content (10 lines) | stat: -rwxr-xr-x 250 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

# Do not build the example tests ...
export DH_GOLANG_EXCLUDES := example

# ... but install them with their testdata for reference.
export DH_GOLANG_INSTALL_EXTRA := example/fixtures

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