#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_test:
	#use NO_NETWORK=0 when you have access to internet
	#this is set to 1 by default because debian build systems don't have
	#internet access.
	NO_NETWORK=1 dh_auto_test
