File: rules

package info (click to toggle)
golang-github-google-goexpect 0.0~git20210430.ab937bf-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 388 kB
  • sloc: sh: 34; makefile: 3
file content (9 lines) | stat: -rwxr-xr-x 298 bytes parent folder | download | duplicates (2)
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