File: rules

package info (click to toggle)
eag-healpix 2017.09.06-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 1,192 kB
  • sloc: java: 6,334; xml: 150; makefile: 8
file content (14 lines) | stat: -rwxr-xr-x 175 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

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

%:
	dh $@ --with javahelper 

override_dh_auto_build:
	ant jar
	ant javadoc

override_dh_auto_test:
	ant test