#!/usr/bin/make -f

%:
	dh $@ --builddirectory=_build

override_dh_auto_install:
	dh_auto_install -- --no-binaries
