File: rules

package info (click to toggle)
golang-github-alecthomas-jsonschema 0.0~git20210127.19bc6f2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 176 kB
  • sloc: makefile: 4
file content (9 lines) | stat: -rwxr-xr-x 269 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

# Copy the extra fixtures folder
export DH_GOLANG_INSTALL_EXTRA := fixtures
# Excludes the built-in license in favor of copyright
export DH_GOLANG_EXCLUDES := COPYING \.gitignore

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