File: rules

package info (click to toggle)
golang-github-sigstore-fulcio 1.6.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,636 kB
  • sloc: sh: 399; makefile: 104; python: 27
file content (9 lines) | stat: -rwxr-xr-x 334 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

# there are numerous unpackaged depedencies. Let's start with just those
# libraries that are actually used by containers/image for now

export DH_GOLANG_BUILDPKG := github.com/sigstore/fulcio/pkg/api github.com/sigstore/fulcio/pkg/certificate

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