#!/usr/bin/make -f

include /usr/share/dpkg/default.mk

export PYBUILD_NAME=utf8-locale

%:
	dh '$@' --buildsystem=pybuild
