#!/usr/bin/make -f

%:
	dh $@

execute_after_dh_auto_clean:
	debconf-updatepo

override_dh_auto_test:
	http_proxy= dh_auto_test
