File: rules

package info (click to toggle)
libpal-java 1.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 3,456 kB
  • ctags: 9,112
  • sloc: java: 45,715; makefile: 120; xml: 36; sh: 22
file content (16 lines) | stat: -rwxr-xr-x 334 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

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

%:
	dh $@ --with javahelper

override_dh_auto_clean:
	cd src; ant clean

override_dh_auto_build:
	ant -buildfile src/build.xml -propertyfile debian/ant.properties
	ant -buildfile src/build.xml -propertyfile debian/ant.properties doc

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