#!/usr/bin/make -f
#export DH_VERBOSE=1
export PYBUILD_NAME=django-contact-form
export PYBUILD_SYSTEM=distutils

# See: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=800137
export PYBUILD_DISABLE_python3.5=test

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

