#!/usr/bin/make -f

include /usr/share/dpkg/default.mk


%:
	dh $@ --buildsystem R

override_dh_fixperms:
	dh_fixperms
	find debian -type f -name "*.pdf" -exec chmod -x \{\} \;
