File: rules

package info (click to toggle)
mruby 2.1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,340 kB
  • sloc: ansic: 38,876; ruby: 19,643; yacc: 6,580; cpp: 516; sh: 18; makefile: 15
file content (10 lines) | stat: -rwxr-xr-x 110 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

RAKE="rake --verbose"

%:
	dh $@

override_dh_auto_build:
	dh_auto_build -- RAKE=$(RAKE)