#!/usr/bin/make -f

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

override_dh_installchangelogs:
	    dh_installchangelogs debian/changelog.upstream
