File: rules

package info (click to toggle)
golang-k8s-client-go 0.33.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 19,780 kB
  • sloc: makefile: 8; sh: 3
file content (15 lines) | stat: -rwxr-xr-x 420 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/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_test:
	# Skip tests that require opening websocket connection.
	dh_auto_test -- -skip='TestWebSocketClient_ProxySucceeds|TestFallbackClient_WebSocketHTTPSProxyNoFallback'

override_dh_auto_install:
	dh_auto_install -- --no-binaries