#!/usr/bin/make -f

%:
	dh $@

.PHONY: override_dh_install

override_dh_install:
	dh_install --blah
