#!/usr/bin/make -f

%:
	dh $@ --buildsystem R

# Fix wrong permissions in orig tarball
execute_after_dh_fixperms:
	cd debian/r-cran-rjson/usr/lib/R/site-library/rjson/rpc_server/ && chmod +x server.r start_server
