#!/usr/bin/make -f

#export DH_VERBOSE=1
export PYBUILD_NAME=social-auth
# testing disabled for now, because it insists on an older version of nose
export PYBUILD_DISABLE=test

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

override_dh_auto_build:
	dh_auto_build
	cd docs/ ; $(MAKE) html
