File: rules

package info (click to toggle)
golang-github-google-certificate-transparency 1.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental, sid, trixie
  • size: 4,744 kB
  • sloc: sh: 606; makefile: 103; sql: 16
file content (10 lines) | stat: -rwxr-xr-x 412 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

# limit to packages that cfssl need, add more packages as needed

export DH_GOLANG_BUILDPKG := github.com/google/certificate-transparency-go/client github.com/google/certificate-transparency-go/jsonclient github.com/google/certificate-transparency-go/tls github.com/google/certificate-transparency-go/x509

export DH_GOLANG_INSTALL_EXTRA := x509

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