#!/usr/bin/make -f

%:
	dh $@

debian/copyright: debian/copyright.in LICENCE
	cat $^ >$@.tmp && mv -f $@.tmp $@
