File: rules

package info (click to toggle)
unity-java 1.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,760 kB
  • sloc: ansic: 7,600; java: 6,850; sh: 349; yacc: 263; makefile: 197
file content (16 lines) | stat: -rwxr-xr-x 322 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

export LC_ALL=C.UTF-8

%:
	dh $@ --with javahelper

override_dh_auto_build:
	dh_auto_build -- LANGS=src/java
	javadoc -cp src/java:src/java/gen -d html uk.me.nxg.unity

override_dh_auto_test:
	CLASSPATH=/usr/share/java/junit4.jar dh_auto_test -- LANGS=src/java

override_dh_auto_install:
	# do nothing