File: rules

package info (click to toggle)
r-cran-geepack 1.2-1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 764 kB
  • ctags: 1,023
  • sloc: cpp: 5,028; ansic: 1,159; 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 \{\} \;