#!/usr/bin/make -f

export PYBUILD_NAME=mastertickets
export PYBUILD_SYSTEM=distutils

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