#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_install:
	DESTDIR=debian/tmp make install install-scripts install-demo

override_dh_auto_test:
	true
