File: rules

package info (click to toggle)
golang-gopkg-square-go-jose.v2 2.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,004 kB
  • sloc: makefile: 4
file content (9 lines) | stat: -rwxr-xr-x 244 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := jose-util jwk-keygen
# workaround for https://bugs.debian.org/971168
# https://github.com/square/go-jose/issues/330
export GODEBUG := x509ignoreCN=0

%:
	dh $@ --buildsystem=golang --with=golang