File: rules

package info (click to toggle)
r-cran-spatstat.geom 3.3-6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,484 kB
  • sloc: ansic: 10,481; makefile: 32; sh: 14
file content (8 lines) | stat: -rwxr-xr-x 205 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

%:
	dh $@ --buildsystem R

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