File: rules

package info (click to toggle)
r-bioc-rbgl 1.66.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,372 kB
  • sloc: cpp: 4,557; makefile: 8; sh: 3
file content (12 lines) | stat: -rwxr-xr-x 227 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

%:
	dh $@ --buildsystem R

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

unittests:
	R -f tests/runTests.R