#!/usr/bin/make -f

%:
	dh $@ --buildsystem R

override_dh_fixperms:
	dh_fixperms
	find . -type f -name "*.Rmd" -o -name "*.pm" | xargs chmod -x
