File: rules

package info (click to toggle)
golang-k8s-client-go 0.32.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie, trixie-proposed-updates
  • size: 18,680 kB
  • sloc: makefile: 6; sh: 3
file content (11 lines) | stat: -rwxr-xr-x 231 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f


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

execute_before_dh_auto_install:
	rm _build/src/k8s.io/client-go/util/cert/testdata/README.md

override_dh_auto_install:
	dh_auto_install -- --no-binaries