#!/usr/bin/make -f

ifneq (,$(DEB_MAINTAINER_MODE))
NETWORK = --network
else()
export NO_NETWORK_TESTING
endif

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- $(NETWORK)
