[SCM] GeoGebra: Dynamic mathematics software for education branch, master, updated. upstream/3.2.44.0+dfsg1-90-gefad418

Giovanni Mascellani gio at alioth.debian.org
Tue Aug 31 21:41:54 UTC 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GeoGebra: Dynamic mathematics software for education".

The branch, master has been updated
       via  efad418a2bcf9a79ee0522ef9fef7fe20aae3452 (commit)
       via  983a257c4c09a1fd9b7efa76b4a7681ffb228bb9 (commit)
      from  1a36fc481558f1e1312a02f21cf01a7e46659c3e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 debian/changelog   |    8 ++++++++
 debian/control     |    4 ++++
 debian/geogebra.sh |    2 +-
 3 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 365c251..ad52aa0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+geogebra (3.2.44.0+dfsg1-2) unstable; urgency=low
+
+  * Fix missing JARs in execution classpath (closes: #594173).
+  * Bigger memory limits for GeoGebra, necessary when dealing with
+    big constructions.
+
+ -- Giovanni Mascellani <gio at debian.org>  Tue, 31 Aug 2010 22:47:42 +0200
+
 geogebra (3.2.44.0+dfsg1-1) unstable; urgency=low
 
   * New upstream release (mostly bug fixing).
diff --git a/debian/control b/debian/control
index e9d2e77..b0a225e 100644
--- a/debian/control
+++ b/debian/control
@@ -33,6 +33,10 @@ Depends:
  mathpiper,
  libcommons-math-java,
  libjama-java,
+ libfreehep-io-java,
+ libfreehep-graphicsio-tests-java,
+ libfreehep-export-java,
+ libfreehep-swing-java,
  libfreehep-xml-java,
  libfreehep-util-java,
  libfreehep-graphics2d-java,
diff --git a/debian/geogebra.sh b/debian/geogebra.sh
index 1699404..81b306c 100755
--- a/debian/geogebra.sh
+++ b/debian/geogebra.sh
@@ -5,6 +5,6 @@ if [ -z "$JAVACMD" ] ; then
 	JAVACMD=java
 fi
 
-exec $JAVACMD $JAVA_OPTS -jar /usr/share/geogebra/geogebra.jar "$@"
+exec $JAVACMD -Xms32m -Xmx512m $JAVA_OPTS -jar /usr/share/geogebra/geogebra.jar "$@"
 	
 


hooks/post-receive
-- 
GeoGebra: Dynamic mathematics software for education



More information about the pkg-java-commits mailing list