#!/usr/bin/make -f

# needed for pbuilder
export LC_ALL=C.UTF-8

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


