File: rules

package info (click to toggle)
r-cran-geepack 1.3-2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 876 kB
  • sloc: cpp: 5,043; ansic: 1,177; makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 278 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	dh $@ --buildsystem R

## Fixup permissions
override_dh_fixperms:
	dh_fixperms
	find debian -name "*.h" -type f -exec chmod -x \{\} \;
	find debian -name "CITATION" -type f -exec chmod -x \{\} \;
	find debian -name "*.Rnw" -type f -exec chmod -x \{\} \;