#!/usr/bin/make -f

%:
	dh $@ --fail-missing

override_dh_auto_install:
	dh_auto_install -- LIBDIR=/usr/lib/${DEB_HOST_MULTIARCH}/
