#!/usr/bin/make -f

DEB_COMPRESS_EXCLUDE_ALL := .pdf

%:
	dh $@ --buildsystem R

override_dh_install:
	dh_install
	find debian -name GPL.txt -delete
	find debian -name LICENSE.note -delete
