#!/usr/bin/make -f

%:
	dh $@ --buildsystem=lua --with lua

override_dh_auto_clean:
	rm -rf test/ test_repo/ debian/.subversion
	dh_auto_clean
