#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_install:
	dh_auto_install -- \
	prefix=/usr \
	libdir=/usr/lib/$(DEB_HOST_MULTIARCH)
