File: rules

package info (click to toggle)
cds-healpix-java 0.30.3%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 14,012 kB
  • sloc: java: 17,785; 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