#!/usr/bin/make -f

%:
	dh $@ -Scmake --fail-missing

override_dh_auto_install:
	dh_auto_install -- \
	INSTALL_PREFIX=/usr
