File: rules

package info (click to toggle)
r-cran-gnm 1.1-5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,220 kB
  • sloc: ansic: 127; sh: 13; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 312 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

%:
	dh $@ --buildsystem R

override_dh_fixperms:
	dh_fixperms
	find debian \( -name WORDLIST -o -name "*.Rnw" \) -exec chmod -x \{\} \;
	# Do not ship tests/testthat/outputs/RChomog2.rds, dropped upstream
	rm -f debian/r-cran-gnm/usr/share/doc/r-cran-gnm/tests/testthat/outputs/RChomog2.rds*