File: rules

package info (click to toggle)
r-cran-rncl 0.8.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,456 kB
  • sloc: cpp: 22,985; ansic: 149; sh: 9; makefile: 8
file content (12 lines) | stat: -rwxr-xr-x 201 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 LICENSE -delete

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