File: rules

package info (click to toggle)
golang-github-nats-io-go-nats-streaming 0.4.0%2Bgit20181116.19c9df8-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 328 kB
  • sloc: sh: 11; makefile: 4
file content (9 lines) | stat: -rwxr-xr-x 168 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := examples

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

override_dh_auto_test:
	# We don't have the test dependencies.