#!/usr/bin/make -f

export DH_VERBOSE=1

debRreposname = bioc

include /usr/share/R/debian/r-cran.mk

install/$(package)::
	chmod 644 debian/$(package)/usr/lib/R/site-library/edgeR/doc/*

get-orig-source:
	uscan --verbose --force-download --repack --compress xz
