#!/usr/bin/make -f
# -*- makefile -*-

%:
	NO_INTERNET=yes dh $@

override_dh_auto_test:
	CLIVE_CACHE="$(CURDIR)/tmp-cache" dh_auto_test
	rm -rf "$(CURDIR)/tmp-cache"
