File: rules

package info (click to toggle)
jtharness 6.0-b24-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 17,364 kB
  • sloc: java: 163,504; xml: 3,489; haskell: 250; makefile: 7
file content (12 lines) | stat: -rwxr-xr-x 231 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

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

%:
	dh $@ --buildsystem=ant --with javahelper

override_dh_auto_build:
	dh_auto_build -- -f build/build.xml jar jar.junit

override_dh_auto_clean:
	rm -Rf jar-build