File: rules

package info (click to toggle)
golang-gomemcache 0.0~git20141109-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 96 kB
  • ctags: 89
  • sloc: makefile: 4
file content (9 lines) | stat: -rwxr-xr-x 202 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

export DH_GOPKG := github.com/bradfitz/gomemcache

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

# Tests attempt to access memcached server via network access
override_dh_auto_test: