File: rules

package info (click to toggle)
golang-github-openpubkey-openpubkey 0.22.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,708 kB
  • sloc: makefile: 12
file content (17 lines) | stat: -rwxr-xr-x 399 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := examples

export DH_GOLANG_INSTALL_EXTRA := \
	client/choosers/chooser.tmpl \
	client/choosers/static \
	oidc/test_jws.json \
	pktoken/test_jwk.json \
	providers/test_dpop_token.json

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

SKIP='TestGoogleSelection/select_(google|azure|gitlab)'
override_dh_auto_test:
	dh_auto_test -- -skip=$(SKIP)