#!/usr/bin/make -f

%:
	dh $@ --buildsystem R

override_dh_fixperms:
	dh_fixperms
	chmod +x debian/r-cran-sqldf/usr/lib/R/site-library/sqldf/csv.awk

