#!/usr/bin/make -f

%:
	dh $@

execute_after_dh_auto_clean:
	./debian/copyright.pl > debian/copyright
