#!/usr/bin/make -f
#export DH_VERBOSE=1

export http_proxy=http://127.0.0.1:9/
export PYBUILD_NAME=dnspython

%:
	dh $@ --with python2,python3 --buildsystem=pybuild

