File: rules

package info (click to toggle)
r-cran-mixtools 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,932 kB
  • sloc: ansic: 781; makefile: 6
file content (9 lines) | stat: -rwxr-xr-x 183 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

%:
	dh $@ --buildsystem R

override_dh_fixperms:
	dh_fixperms
	find debian -name CITATION -exec chmod -x \{\} \;
	find debian -name "*.Rnw" -exec chmod -x \{\} \;