File: rules

package info (click to toggle)
golang-k8s-kube-openapi 0.0~git20231214.ab13479-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 23,268 kB
  • sloc: sh: 18; makefile: 5
file content (8 lines) | stat: -rwxr-xr-x 205 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

export DH_GOLANG_INSTALL_EXTRA := boilerplate \
	pkg/validation/validate/fixtures \
	pkg/openapiconv/testdata_generated_from_k8s

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