#!/usr/bin/make -f

export PYBUILD_NAME=opengarage

%:
	dh $@ --buildsystem=pybuild --with=single-binary

execute_after_dh_auto_clean:
	rm -rf open_garage.egg-info/
