#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_test:
	# used by Test::RequiresInternet
	NO_NETWORK_TESTING=1 dh_auto_test
