File: rules

package info (click to toggle)
golang-k8s-kube-openapi 0.0~git20241212.2c72e55-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 23,396 kB
  • sloc: sh: 50; makefile: 5
file content (8 lines) | stat: -rwxr-xr-x 205 bytes parent folder | download
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