#!/usr/bin/make -f

DHFLAGS=--parallel

%:
	dh $@ $(DHFLAGS)

override_dh_install:
	dh_install --fail-missing

override_dh_builddeb:
	dh_builddeb -- -Zxz -z9

override_dh_usrlocal:
	# remove this override when there aren't
	# anymore files in /usr/local
