File: rules

package info (click to toggle)
r-cran-gnm 1.1-1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,292 kB
  • sloc: ansic: 121; sh: 13; makefile: 5
file content (8 lines) | stat: -rwxr-xr-x 156 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

%:
	dh $@ --buildsystem R

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