#!/usr/bin/make -f

%:
	dh $@ --buildsystem R

# Workaround for wrong permissions in upstream tarball (needed as of 1.0-8 upstream release)
override_dh_fixperms:
	dh_fixperms
	find debian \( -name WORDLIST -o -name CITATION -o -name "*.Rnw" \) -exec chmod -x \{\} \;
