File: rules

package info (click to toggle)
golang-github-minio-pkg 3.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,500 kB
  • sloc: xml: 37; makefile: 35; asm: 22
file content (10 lines) | stat: -rwxr-xr-x 225 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

# Don't build `util` binary
export DH_GOLANG_EXCLUDES := mimedb/util

# Test certs are needed by some tests
export DH_GOLANG_INSTALL_EXTRA := certs/

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