File: rules

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

export DH_GOLANG_EXCLUDES := examples

export DH_GOLANG_INSTALL_EXTRA := \
	client/choosers/chooser.tmpl \
	client/choosers/static \
	pktoken/test_jwk.json

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

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