#!/usr/bin/make -f

#export DH_VERBOSE=1

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

ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
override_dh_auto_test:
	cd test && nosetests || true
endif
