Codebase list java3d / 49c8c1a
debian/rules: Set JAVA_HOME. Jonny Lamb 15 years ago
2 changed file(s) with 5 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
44 * debian/control: Added me to Uploaders.
55 * debian/watch: Added watch file.
66
7 -- Jonny Lamb <jonny@debian.org> Thu, 12 Feb 2009 13:56:09 +0000
7 [ Jonny Lamb ]
8 * debian/rules: Set JAVA_HOME.
9
10 -- Jonny Lamb <jonny@debian.org> Mon, 09 Mar 2009 00:19:42 +0000
811
912 java3d (0.0.cvs.20090202.dfsg-1) unstable; urgency=low
1013
22 include /usr/share/cdbs/1/rules/debhelper.mk
33 include /usr/share/cdbs/1/class/ant.mk
44
5 JAVA_HOME_DIRS := /usr/lib/jvm/java-6-openjdk /usr/lib/jvm/default-java /usr/lib/jvm/java-6-sun
6
5 JAVA_HOME := /usr/lib/jvm/java-6-openjdk
76 DEB_JARS := ant-launcher ant-nodeps vecmath
87 DEB_ANT_CLEAN_TARGET := clean
98 DEB_ANT_BUILD_TARGET := jar docs