File: rules

package info (click to toggle)
jebl2 0.1%2Bgit20180418.653eb83-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,764 kB
  • sloc: java: 21,300; xml: 79; makefile: 8
file content (14 lines) | stat: -rwxr-xr-x 246 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

JAVA_HOME=/usr/lib/jvm/default-java

%:
	dh $@ --with javahelper

override_dh_auto_clean:
	# build.xml does not provide a clean target
	rm -rf dist build doc

override_dh_auto_build:
	dh_auto_build
	ant -buildfile javadoc.xml