#!/usr/bin/make -f

export PYBUILD_NAME=keystone-engine
%:
	dh $@ --with python2 --buildsystem=pybuild

