#!/usr/bin/make -f
%:
	dh $@

binary:
	dh binary --before auto_install
	dh binary --after auto_install



