#!/usr/bin/make -f

%:
	dh $@ --parallel

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