File: rules

package info (click to toggle)
golang-github-nats-io-go-nats 1.41.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, sid, trixie
  • size: 3,096 kB
  • sloc: sh: 13; makefile: 4
file content (14 lines) | stat: -rwxr-xr-x 510 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := examples

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

# A dependency loop exists between golang-github-nats-io-go-nats and
# nats-server, and has been reported upstream at
# https://github.com/nats-io/nats.go/issues/1145. For the time being, to break
# this loop, we skip the tests for this library. When re-enabling the tests,
# look at the `go_test.mod` file for the additional dependencies that will need
# to be added to d/control.
override_dh_auto_test: