File: rules

package info (click to toggle)
r-cran-evd 2.3-3-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,868 kB
  • sloc: ansic: 2,960; sh: 22; makefile: 9
file content (12 lines) | stat: -rwxr-xr-x 338 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

%:
	dh $@ --buildsystem R

override_dh_fixperms:
	dh_fixperms
	find debian -name "*.txt" -exec chmod -x \{\} \;
	find debian -name "*.pdf" -exec chmod -x \{\} \;
	find debian -name "README" -exec chmod -x \{\} \;
	find debian -name "CITATION" -exec chmod -x \{\} \;
	find debian -name "CHANGES" -exec chmod -x \{\} \;