File: rules

package info (click to toggle)
jebl2 0.1%2B20140614-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,780 kB
  • ctags: 3,723
  • sloc: java: 21,236; xml: 89; sh: 16; makefile: 10
file content (17 lines) | stat: -rwxr-xr-x 290 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/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

get-orig-source:
	. debian/get-orig-source