File: rules

package info (click to toggle)
golang-github-ugorji-go-codec 1.1.7-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, bullseye-backports
  • size: 2,136 kB
  • sloc: sh: 373; python: 97; makefile: 5
file content (9 lines) | stat: -rwxr-xr-x 223 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f
# -*- makefile -*-

export DH_GOLANG_INSTALL_EXTRA := codec/test-cbor-goldens.json
export DH_GOLANG_GO_GENERATE := 1
export DH_GOLANG_EXCLUDES := codec/bench

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