File: rules

package info (click to toggle)
jtharness 6.0-b26-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 17,608 kB
  • sloc: java: 166,175; xml: 3,489; haskell: 250; makefile: 7
file content (12 lines) | stat: -rwxr-xr-x 231 bytes parent folder | download | duplicates (4)
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