File: rules

package info (click to toggle)
libisrt-java 4.8.20100629-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,128 kB
  • sloc: java: 17,849; makefile: 5
file content (12 lines) | stat: -rwxr-xr-x 243 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

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

# Put depended upon jars in here
# export CLASSPATH=

%:
	dh $@ --with javahelper

override_jh_build:
	jh_build --javacopts="-source 1.8 -target 1.8" --javadoc-opts="-source 1.8"