File: rules

package info (click to toggle)
jam-lib 0.1.20140824-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 920 kB
  • ctags: 1,031
  • sloc: java: 5,345; xml: 52; sh: 18; 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