Codebase list r-cran-doparallel / 81f2e580-24bd-4db8-ae77-c09af4dac90c/main debian / rules
81f2e580-24bd-4db8-ae77-c09af4dac90c/main

Tree @81f2e580-24bd-4db8-ae77-c09af4dac90c/main (Download .tar.gz)

rules @81f2e580-24bd-4db8-ae77-c09af4dac90c/mainraw · history · blame

1
2
3
4
5
6
7
8
#!/usr/bin/make -f

%:
	dh $@ --buildsystem R

override_dh_fixperms:
	dh_fixperms
	find debian -name runTestSuite.sh -exec chmod +x \{\} \;