File: rules

package info (click to toggle)
r-cran-testthat 1.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,224 kB
  • ctags: 495
  • sloc: cpp: 7,644; ansic: 41; sh: 15; makefile: 3
file content (15 lines) | stat: -rwxr-xr-x 504 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

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

install/$(package)::
	rm -rf debian/$(package)/usr/lib/R/site-library/$(cranName)/LICENSE

# if I would only know how to hook in after dh_installdocs - forget this magic
# cdbs thingy and remove the file rather in the test sccript ...
	# Delete tests depending from devtools since this is not (yet) packaged
#	cd debian/$(package)/usr/share/doc/$(package)/tests/ ; \
#	if grep -qR devtools * ; then \
#	    rm -f `grep -lR devtools *` ; \
#	fi