File: rules

package info (click to toggle)
libdistlib-java 1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 664 kB
  • sloc: java: 4,418; sh: 533; xml: 37; makefile: 12
file content (21 lines) | stat: -rwxr-xr-x 470 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/make -f

# Uncomment to get verbose build.
#export DH_VERBOSE := 1
export LC_ALL=C.UTF-8

export JAVA_HOME=/usr/lib/jvm/default-java
export CLASSPATH="/usr/share/java/commons-logging.jar:/usr/share/java/commons-math.jar"
export TESTCLASSPATH="/usr/share/java/junit4.jar"

%:
	dh $@

override_dh_auto_install:
	dh_auto_install
	jh_classpath

override_dh_installdocs:
	# Calling the Javadoc installer, provided by javahelper.
	jh_installjavadoc
	dh_installdocs