File: rules

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

%:
	dh $@ --buildsystem R

override_dh_install:
	dh_install
	find debian -type d -name ratfor | xargs rm -rf

override_dh_fixperms:
	dh_fixperms
	find debian \( -name CITATION -o -name "*.txt" -o -name "*.Rnw" -o -name "*.Rd" \) -exec chmod -x \{\} \;