File: rules

package info (click to toggle)
golang-github-dvsekhvalnov-jose2go 1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 440 kB
  • sloc: makefile: 4
file content (7 lines) | stat: -rwxr-xr-x 179 bytes parent folder | download
1
2
3
4
5
6
7
#!/usr/bin/make -f

export DH_GOLANG_INSTALL_EXTRA := $(shell find -name *.pem -o -name *.key)
export DH_GOLANG_EXCLUDES := sec_test

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