File: rules

package info (click to toggle)
libjgrapht0.8-java 0.8.3-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,204 kB
  • sloc: java: 18,365; xml: 501; makefile: 9
file content (15 lines) | stat: -rwxr-xr-x 453 bytes parent folder | download
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/jgraph.jar

%:
	dh $@ --with javahelper,maven_repo_helper

override_dh_auto_build:
	dh_auto_build -- compile prepare.distribution

override_dh_installdocs:
	dh_installdocs
	# Encoding the installed README.html file in UTF-8 instead of ISO-8859.
	iconv -f ISO_8859-1 README.html > debian/libjgrapht0.8-java/usr/share/doc/libjgrapht0.8-java/README.html