#!/usr/bin/make -f

%:
	dh $@ --buildsystem R

override_dh_fixperms:
	dh_fixperms
	find debian -type f -executable -name TODO -o -name NEWS | xargs chmod -x
