File: rules

package info (click to toggle)
r-cran-bbmle 1.0.23.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,200 kB
  • sloc: sh: 54; makefile: 9
file content (12 lines) | stat: -rwxr-xr-x 333 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_install:
	dh_install
	find debian -name "*.R" -exec chmod -x \{\} \;
	find debian -iname "*.rda" -exec chmod -x \{\} \;
	find debian -iname "*.Rnw" -exec chmod -x \{\} \;
	find debian -iname "*.Rd" -exec chmod -x \{\} \;
	find debian -name "Makefile" -exec chmod -x \{\} \;