File: rules

package info (click to toggle)
jam-lib 0.0.r304-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 908 kB
  • ctags: 1,010
  • sloc: java: 5,323; xml: 52; sh: 10; 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