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

override_dh_auto_clean:
	rm -f changelog
	dh_auto_clean

override_dh_auto_install:
	cp ChangeLog changelog
