File: rules

package info (click to toggle)
cds-healpix-java 0.30.2%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 13,992 kB
  • sloc: java: 17,748; xml: 194; makefile: 10
file content (15 lines) | stat: -rwxr-xr-x 275 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export JAVA_HOME=/usr/lib/jvm/default-java
export CLASSPATH=/usr/share/java/healpix.jar

%:
	dh $@ --with javahelper

override_dh_auto_build:
	ant compile jar doc

override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
	ant make.test
endif