#!/usr/bin/make -f

%:
	dh $@


override_dh_fixperms:
	dh_fixperms
	find debian -name '*.mp3' -exec chmod 0644 {} +
