File: rules

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

%:
	dh $@ --buildsystem R

override_dh_fixperms:
	dh_fixperms
	find debian \( -name "*.R" -o \
		       -iname "*.rds" -o \
		       -name "*.do" \
		    \) -exec chmod -x \{\} \;