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

export PYBUILD_NAME=astroml-addons
export http_proxy=127.0.0.1:9

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

override_dh_auto_build:
	cython astroML_addons/*.pyx
	dh_auto_build
