#!/usr/bin/make -f


# upstream uses HOME for the "install" target
export HOME = $(CURDIR)/debian/tmp

%:
	dh $@
