#!/usr/bin/make -f

# for unit tests
export LANGUAGE=en_US:en

%:
	dh $@ --buildsystem=pybuild
