File: rules

package info (click to toggle)
golang-github-nats-io-gnatsd 1.3.0%2Bgit20181112.3c52dc8-1.1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,612 kB
  • sloc: sh: 33; makefile: 10
file content (17 lines) | stat: -rwxr-xr-x 391 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

export DH_GOLANG_INSTALL_EXTRA := conf \
                                  server/configs \
                                  test/configs

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

override_dh_auto_install:
	dh_auto_install
	rm debian/*/usr/bin/*
	rmdir debian/*/usr/bin

override_dh_auto_test:
	# Tests are flaky:
	#  - https://github.com/nats-io/gnatsd/issues/805