File: rules

package info (click to toggle)
httpunit 1.7%2Bdfsg-9
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,412 kB
  • sloc: java: 33,504; xml: 483; sh: 68; makefile: 11
file content (17 lines) | stat: -rwxr-xr-x 325 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

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

%:
	dh --with javahelper --with jh_maven_repo_helper $@

override_dh_auto_clean:
	dh_auto_clean
	ant total-clean
	rm -f doc/tutorial/task1.zip

override_dh_auto_build:
	ant -propertyfile debian/ant.properties dist

get-orig-source:
	sh -e debian/orig-tar.sh