File: rules

package info (click to toggle)
r-cran-arsenal 3.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,784 kB
  • sloc: sh: 18; makefile: 5
file content (8 lines) | stat: -rwxr-xr-x 132 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

%:
	dh $@ --buildsystem R

override_dh_fixperms:
	dh_fixperms
	find debian -name "*.Rmd" -exec chmod -x \{\} \;