File: rules

package info (click to toggle)
golang-k8s-sigs-release-utils 0.8.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 456 kB
  • sloc: sh: 21; makefile: 5
file content (12 lines) | stat: -rwxr-xr-x 502 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := mage

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

execute_before_dh_auto_test:
	# This test fails for two reasons:
	# 1. A TLS error occurs when the test try to download images because the 'ca-certificates' package is not installed.
	# 2. Debian build machines are restricted from accessing the internet, preventing the test from completing successfully.
	find _build/src/sigs.k8s.io/release-utils/http -name "example_multi_test.go" -delete