File: rules

package info (click to toggle)
golang-github-go-zookeeper-zk 1.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 320 kB
  • sloc: makefile: 43
file content (10 lines) | stat: -rwxr-xr-x 240 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := _examples

%:
	dh $@ --buildsystem=golang

override_dh_auto_test:
	# The vast majority of tests require a running ZooKeeper cluster, and the
	# remaining tests are of little practical value.