#!/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:
