#!/usr/bin/make -f

%:
	dh $@


override_dh_md5sums:
	find debian/*/ -type f -a -name 'changelog*' -delete
	dh_md5sums
