[SCM] Mathpiper: a Java Computer Algebra System branch, master, updated. debian/0.0.svn2556-2-10-g6de45c9

Giovanni Mascellani mascellani at poisson.phc.unipi.it
Sun Oct 9 16:27:51 UTC 2011


The following commit has been merged in the master branch:
commit b06b74860bc1ea2d6ce1035d547308f03e434bee
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date:   Sun Oct 9 18:05:58 2011 +0200

    Add correct JAVA_HOME.

diff --git a/debian/changelog b/debian/changelog
index a52605c..183daec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,9 @@ mathpiper (0.0.svn2556-3) unstable; urgency=low
   * Update my email address.
   * Bump Standards-Version to 3.9.2 (no changes required).
   * Drop dependency on JRE, which is not mandated anymore.
+  * Fix JAVA_HOME variable in debian/rules (closes: #643538).
 
- -- Giovanni Mascellani <gio at debian.org>  Sun, 09 Oct 2011 18:01:03 +0200
+ -- Giovanni Mascellani <gio at debian.org>  Sun, 09 Oct 2011 18:05:50 +0200
 
 mathpiper (0.0.svn2556-2) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 19f0d6a..e885de0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
 
-JAVA_HOME := /usr/lib/jvm/java-6-openjdk/
+JAVA_HOME := /usr/lib/jvm/default-java
 
 DEB_JARS := /usr/share/java/jfreechart.jar
 DEB_JARS += /usr/share/java/jcommon.jar

-- 
Mathpiper: a Java Computer Algebra System



More information about the pkg-java-commits mailing list