File: rules

package info (click to toggle)
r-cran-matching 4.9-3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,204 kB
  • sloc: cpp: 3,774; ansic: 3,326; sh: 43; makefile: 20
file content (13 lines) | stat: -rwxr-xr-x 243 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

%:
	dh $@ --buildsystem R

override_dh_install:
	dh_install
	find debian -name configure.win -delete
	find debian -name configure.old -delete

override_dh_fixperms:
	dh_fixperms
	find debian -name ICC -exec chmod -x \{\} \;