File: rules

package info (click to toggle)
jnlp-servlet 20120126-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 344 kB
  • sloc: java: 2,818; xml: 65; makefile: 4
file content (10 lines) | stat: -rwxr-xr-x 218 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

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

# Put depended upon jars in here
export CLASSPATH=/usr/share/java/servlet-api.jar

%:
	dh $@ --no-parallel --with javahelper --with jh_maven_repo_helper