File: rules

package info (click to toggle)
golang-github-ngaut-go-zookeeper 0.0~git20150813.0.9c3719e-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 188 kB
  • sloc: makefile: 7
file content (15 lines) | stat: -rwxr-xr-x 343 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := examples

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

override_dh_auto_install:
	dh_auto_install
	# No current need for produced binaries (tracer)
	$(RM) -r $(CURDIR)/debian/$(shell dh_listpackages)/usr/bin


# Tests require java and other excessively heavy components
override_dh_auto_test: