Bug#594970: FTBFS [hppa]: public synchronized void close() throws IOException

2010-08-31 Thread dann frazier
Source: zookeeper
Version: 3.3.1+dfsg1-2
Severity: important
User: debian-h...@lists.debian.org
Usertags: hppa

zookeeper fails to build on hppa. Complete build logs are available at:
 https://buildd.debian.org/build.cgi?pkg=zookeeper;ver=3.3.1%2Bdfsg1-2;arch=hppa

From the most recent build attempt:
[...]
compile:
[javac] 
/build/buildd-zookeeper_3.3.1+dfsg1-2-hppa-eCOqLE/zookeeper-3.3.1+dfsg1/build.xml:320:
 warning: 'includeantruntime' was not set, defaulting to 
build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 113 source files to 
/build/buildd-zookeeper_3.3.1+dfsg1-2-hppa-eCOqLE/zookeeper-3.3.1+dfsg1/build/classes
[javac] --
[javac] 1. WARNING in 
/build/buildd-zookeeper_3.3.1+dfsg1-2-hppa-eCOqLE/zookeeper-3.3.1+dfsg1/src/java/main/org/apache/zookeeper/ClientCnxn.java
 (at line 893)
[javac] synchronized private void disableRead() {
[javac]   ^
[javac] The method disableRead() from the type ClientCnxn.SendThread is 
never used locally
[javac] --
[javac] --
[javac] 2. WARNING in 
/build/buildd-zookeeper_3.3.1+dfsg1-2-hppa-eCOqLE/zookeeper-3.3.1+dfsg1/src/java/main/
[javac] org/apache/zookeeper/ServerAdminClient.java (at line 58)
[javac] private static long getMasks(String masks) {
[javac] ^^
[javac] The method getMasks(String) from the type ServerAdminClient is 
never used locally
[javac] --
[javac] --
[javac] 3. WARNING in 
/build/buildd-zookeeper_3.3.1+dfsg1-2-hppa-eCOqLE/zookeeper-3.3.1+dfsg1/src/java/main/org/apache/zookeeper/ZooKeeperMain.java
 (at line 167)
[javac] public String getCmdArgument( int index ) {
[javac] 
[javac]   ^^^
[javac] The method getCmdArgument(int) from the type 
ZooKeeperMain.MyCommandOptions is never used locally
[javac] --
[javac] 4. WARNING in 
/build/buildd-zookeeper_3.3.1+dfsg1-2-hppa-eCOqLE/zookeeper-3.3.1+dfsg1/src/java/main/org/apache/zookeeper/ZooKeeperMain.java
 (at line 171)
[javac] public int getNumArguments( ) {
[javac]^^
[javac] The method getNumArguments() from the type 
ZooKeeperMain.MyCommandOptions is never used locally
[javac] --
[javac] --
[javac] 5. WARNING in 
/build/buildd-zookeeper_3.3.1+dfsg1-2-hppa-eCOqLE/zookeeper-3.3.1+dfsg1/src/java/main/
[javac] org/apache/zookeeper/jmx/ManagedUtil.java (at line 63)
[javac] Enumeration enumer = r.getCurrentLoggers();
[javac] ^^^
[javac] Enumeration is a raw type. References to generic type 
EnumerationE should be parameterized
[javac] --
[javac] --
[javac] 6. WARNING in 
/build/buildd-zookeeper_3.3.1+dfsg1-2-hppa-eCOqLE/zookeeper-3.3.1+dfsg1/src/java/main/org/apache/zookeeper/server/DataTree.java
 (at line 163)
[javac] private boolean listACLEquals(ListACL lis
[javac] ta, ListACL listb) {
[javac] ^^^
[javac] The method listACLEquals(ListACL, ListACL) from the type 
DataTree is never used locally
[javac] --
[javac] 7. WARNING in 
/build/buildd-zookeeper_3.3.1+dfsg1-2-hppa-eCOqLE/zookeeper-3.3.1+dfsg1/src/java/main/org/apache/zookeeper/server/DataTree.java
 (at line 682)
[javac] @SuppressWarnings(unchecked)
[javac]   ^^^
[javac] Unnecessary @SuppressWarnings(unchecked)
[javac] --
[javac] --
[javac] 8. WARNING in 
/build/buildd-zookeeper_3.3.1+dfsg1-2-hppa-eCOqLE/zookeeper-3.3.1+dfsg1/src/java/main/
[javac] org/apache/zookeeper/server/LogFormatter.java (at line 32)
[javac] import org.apache.jute.Record;
[javac]^^
[javac] The import org.apache.jute.Record is never used
[javac] --
[javac] --
[javac] 9. WARNING in 
/build/buildd-zookeeper_3.3.1+dfsg1-2-hppa-eCOqLE/zookeeper-3.3.1+dfsg1/src/java/main/org/apache/zookeeper/server/PrepRequestProcessor.java
 (at line 201)
[javac] @SuppressWarnings(unchecked)
[javac]   ^^^
[javac] Unnecessary @SuppressWarnings(unchecked)
[javac] --
[javac] --
[javac] 10. WARNING in 
/build/buildd-zookeeper_3.3.1+dfsg1-2-hppa-eCOqLE/zookeeper-3.3.1+dfsg1/src/java/main
[javac] /org/apache/zookeeper/server/PurgeTxnLog.java (at line 44)
[javac] private static final Logger LOG = 
Logger.getLogger(PurgeTxnLog.class);
[javac] ^^^
[javac] The field PurgeTxnLog.LOG is never read locally
[javac] --
[javac] --
[javac] 11. WARNING in 
/build/buildd-zookeeper_3.3.1+dfsg1-2-hppa-eCOqLE/zookeeper-3.3.1+dfsg1/src/java/main/org/apache/zookeeper/server/Request.java
 (at line 37)
 

Processed (with 4 errors): unarchiving 587545, cloning 587545, reopening -1 ...

2010-08-31 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 unarchive 587545
Bug #587545 {Done: Torsten Werner twer...@debian.org} [src:jetty] test 
failures when building with gcj on all architectures
Bug #586635 {Done: Torsten Werner twer...@debian.org} [src:jetty] test 
failures when building with gcj on all architectures
Unarchived Bug 587545
Unarchived Bug 586635
 clone 587545 -1
Bug#587545: test failures when building with gcj on all architectures
Bug is marked as being merged with others. Use an existing clone.

 reopen -1
Failed to reopen -1: The 'bug' parameter (-1) to Debbugs::Control::reopen did 
not pass regex check

Debbugs::Control::reopen('transcript', 'IO::Scalar=GLOB(0x2ff0cf0)', 
'requester', 'dann frazier da...@debian.org', 'request_addr', 
'cont...@bugs.debian.org', 'request_msgid', 
'1283266364-1294-bts-da...@debian.org', 'request_subject', ...) called at 
/usr/lib/debbugs/service line 588
eval {...} called at /usr/lib/debbugs/service line 587

 retitle -1 FTBFS [hppa]: java.lang.OutOfMemoryError: Cannot create additional
Failed to set the title of -1: The 'bug' parameter (-1) to 
Debbugs::Control::set_title did not pass regex check

Debbugs::Control::set_title('transcript', 'IO::Scalar=GLOB(0x2ff0cf0)', 
'requester', 'dann frazier da...@debian.org', 'request_addr', 
'cont...@bugs.debian.org', 'request_msgid', 
'1283266364-1294-bts-da...@debian.org', 'request_subject', ...) called at 
/usr/lib/debbugs/service line 879
eval {...} called at /usr/lib/debbugs/service line 878

 threads
Unknown command or malformed arguments to command.

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
-1: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=-1
587545: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=587545
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers. Please 
use
debian-j...@lists.debian.org for discussions and questions.


eclipse 3.5.2-6 MIGRATED to testing

2010-08-31 Thread Debian testing watch
FYI: The status of the eclipse source package
in Debian's testing distribution has changed.

  Previous version: 3.5.2-5
  Current version:  3.5.2-6

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Processed: unmerging 587545, reopening 587545 ..., notfixed 587545 in 6.1.24-5, found 587545 in 6.1.24-5 ...

2010-08-31 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 unmerge 587545
Bug#587545: test failures when building with gcj on all architectures
Bug#586635: test failures when building with gcj on all architectures
Disconnected #587545 from all other report(s).

 reopen 587545
Bug #587545 {Done: Torsten Werner twer...@debian.org} [src:jetty] test 
failures when building with gcj on all architectures
'reopen' may be inappropriate when a bug has been closed with a version;
you may need to use 'found' to remove fixed versions.
 retitle 587545 FTBFS [hppa]: java.lang.OutOfMemoryError: Cannot create 
 additional threads
Bug #587545 [src:jetty] test failures when building with gcj on all 
architectures
Changed Bug title to 'FTBFS [hppa]: java.lang.OutOfMemoryError: Cannot create 
additional threads' from 'test failures when building with gcj on all 
architectures'
 notfixed 587545 6.1.24-5
Bug #587545 [src:jetty] FTBFS [hppa]: java.lang.OutOfMemoryError: Cannot create 
additional threads
Ignoring request to alter fixed versions of bug #587545 to the same values 
previously set
 found 587545 6.1.24-5
Bug #587545 [src:jetty] FTBFS [hppa]: java.lang.OutOfMemoryError: Cannot create 
additional threads
Bug Marked as found in versions jetty/6.1.24-5.
 # issue still exists
 found 587545 6.1.24-6
Bug #587545 [src:jetty] FTBFS [hppa]: java.lang.OutOfMemoryError: Cannot create 
additional threads
Bug Marked as found in versions jetty/6.1.24-6.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
587545: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=587545
586635: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586635
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Bug#594875: Removed package(s) from testing-proposed-updates

2010-08-31 Thread Debian Archive Maintenance
We believe that the bug you reported is now fixed; the following
package(s) have been removed from testing-proposed-updates:

 tijmp | 0.8+dfsg-1 | mipsel, powerpc, sparc
 tijmp | 0.8+dfsg-2 | s390

--- Reason ---
ROP; NFU on several arches
--

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive (ftp-master.debian.org) and will not propagate to any
mirrors (ftp.debian.org included) until the next cron.daily run at the
earliest.

Packages are usually not removed from testing by hand. Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems. The release team can force a removal from testing if it is
really needed, please contact them if this should be the case.

Bugs which have been reported against this package are not automatically
removed from the Bug Tracking System.  Please check all open bugs and
close them or re-assign them to another package if the removed package
was superseded by another one.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 594...@bugs.debian.org.

The full log for this bug can be viewed at http://bugs.debian.org/594875

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@debian.org.

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Bug#594173: geogebra fails to save SVG format

2010-08-31 Thread Giovanni Mascellani
tag 594173 + confirmed pending
thanks

Hi.

Thanks for the report. There are a few JARs missing in the execution
classpath, I'll fix it shortly.

Giovanni.

Il 24/08/2010 12:19, Daniel Dehnhard ha scritto:
 I installed the package geogebra and run the program by typing geogebra in a
 shell. On trying to export to a svg file (File-Export-As Picture-Select SVG
 format-Save) an error dialog Fail to save file appears (Note: The text 
 might
 not be totally correct as I just translated from my german user interface).
 
 On the command line this (not translated) error message appears:
 *** Message from [geogebra.export.GraphicExportDialog.exportSVG] at 0:00:33
 free memory: 132824KB
   java.lang.NoClassDefFoundError: org/freehep/util/io/WriterOutputStream

-- 
Giovanni Mascellani mascell...@poisson.phc.unipi.it
Pisa, Italy

Web: http://poisson.phc.unipi.it/~mascellani
Jabber: g.mascell...@jabber.org / giova...@elabor.homelinux.org



signature.asc
Description: OpenPGP digital signature
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Processed: Re: Bug#594173: geogebra fails to save SVG format

2010-08-31 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tag 594173 + confirmed pending
Bug #594173 [geogebra] geogebra fails to save SVG format
Added tag(s) confirmed and pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
594173: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594173
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Processing of geogebra_3.2.44.0+dfsg1-2_amd64.changes

2010-08-31 Thread Archive Administrator
geogebra_3.2.44.0+dfsg1-2_amd64.changes uploaded successfully to localhost
along with the files:
  geogebra_3.2.44.0+dfsg1-2.dsc
  geogebra_3.2.44.0+dfsg1-2.debian.tar.gz
  geogebra_3.2.44.0+dfsg1-2_all.deb
  geogebra-gnome_3.2.44.0+dfsg1-2_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers. Please 
use
debian-j...@lists.debian.org for discussions and questions.


geogebra_3.2.44.0+dfsg1-2_amd64.changes ACCEPTED

2010-08-31 Thread Archive Administrator



Accepted:
geogebra-gnome_3.2.44.0+dfsg1-2_all.deb
  to main/g/geogebra/geogebra-gnome_3.2.44.0+dfsg1-2_all.deb
geogebra_3.2.44.0+dfsg1-2.debian.tar.gz
  to main/g/geogebra/geogebra_3.2.44.0+dfsg1-2.debian.tar.gz
geogebra_3.2.44.0+dfsg1-2.dsc
  to main/g/geogebra/geogebra_3.2.44.0+dfsg1-2.dsc
geogebra_3.2.44.0+dfsg1-2_all.deb
  to main/g/geogebra/geogebra_3.2.44.0+dfsg1-2_all.deb


Override entries for your package:
geogebra-gnome_3.2.44.0+dfsg1-2_all.deb - extra java
geogebra_3.2.44.0+dfsg1-2.dsc - source java
geogebra_3.2.44.0+dfsg1-2_all.deb - extra java

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 594173 


Thank you for your contribution to Debian.

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers. Please 
use
debian-j...@lists.debian.org for discussions and questions.


Bug#594173: marked as done (geogebra fails to save SVG format)

2010-08-31 Thread Debian Bug Tracking System
Your message dated Tue, 31 Aug 2010 21:47:20 +
with message-id e1oqyfo-0005r6...@franck.debian.org
and subject line Bug#594173: fixed in geogebra 3.2.44.0+dfsg1-2
has caused the Debian Bug report #594173,
regarding geogebra fails to save SVG format
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
594173: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594173
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: geogebra
Version: 3.2.44.0+dfsg1-1
Severity: normal

I installed the package geogebra and run the program by typing geogebra in a
shell. On trying to export to a svg file (File-Export-As Picture-Select SVG
format-Save) an error dialog Fail to save file appears (Note: The text might
not be totally correct as I just translated from my german user interface).

On the command line this (not translated) error message appears:
*** Message from [geogebra.export.GraphicExportDialog.exportSVG] at 0:00:33
free memory: 132824KB
  java.lang.NoClassDefFoundError: org/freehep/util/io/WriterOutputStream


The dependent package libfreehep-io-java and all other dependencies are
correctly installed. Switching JDK from OpenJDK 6 to Sun JDK 6 did not change
the situation.
Running Geogebra from www.geogebra.org as a Webstart application (which starts
the exact same version 3.2.44.0 at the time of writing) allows to save as SVG
file.



-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.35-3.dmz.1-liquorix-amd64 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages geogebra depends on:
ii  default-jre [java5-runtime 1.6-38Standard Java or Java compatible R
ii  libcommons-math-java   2.1-1 Java lightweight mathematics and s
ii  libfreehep-graphics2d-java 2.1.1-3   FreeHEP 2D Graphics Library
ii  libfreehep-graphicsio-emf- 2.1.1+dfsg-1  FreeHEP Enhanced Metafile Format D
ii  libfreehep-graphicsio-java 2.1.1-2   FreeHEP GraphicsIO Base Library
ii  libfreehep-graphicsio-pdf- 2.1.1+dfsg-1  FreeHEP Portable Document Format D
ii  libfreehep-graphicsio-svg- 2.1.1-3   FreeHEP Scalable Vector Graphics D
ii  libfreehep-util-java   2.0.2-4   FreeHEP utility library
ii  libfreehep-xml-java2.1.2+dfsg1-3 FreeHEP XML Library
ii  libjama-java   1.0.2-3   a basic linear algebra library for
ii  mathpiper  0.0.svn2556-2 A Java Computer Algebra System
ii  openjdk-6-jre [java5-runti 6b18-1.8-1OpenJDK Java runtime, using Hotspo
ii  sun-java6-jre [java5-runti 6.21-1Sun Java(TM) Runtime Environment (

Versions of packages geogebra recommends:
ii  sun-java6-plugin  6.21-1 The Java(TM) Plug-in, Java SE 6

geogebra suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---
Source: geogebra
Source-Version: 3.2.44.0+dfsg1-2

We believe that the bug you reported is fixed in the latest version of
geogebra, which is due to be installed in the Debian FTP archive:

geogebra-gnome_3.2.44.0+dfsg1-2_all.deb
  to main/g/geogebra/geogebra-gnome_3.2.44.0+dfsg1-2_all.deb
geogebra_3.2.44.0+dfsg1-2.debian.tar.gz
  to main/g/geogebra/geogebra_3.2.44.0+dfsg1-2.debian.tar.gz
geogebra_3.2.44.0+dfsg1-2.dsc
  to main/g/geogebra/geogebra_3.2.44.0+dfsg1-2.dsc
geogebra_3.2.44.0+dfsg1-2_all.deb
  to main/g/geogebra/geogebra_3.2.44.0+dfsg1-2_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 594...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Giovanni Mascellani g...@debian.org (supplier of updated geogebra package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 31 Aug 2010 22:47:42 +0200
Source: geogebra
Binary: geogebra geogebra-gnome
Architecture: source all
Version: 3.2.44.0+dfsg1-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Giovanni Mascellani g...@debian.org
Description: 
 geogebra   - Dynamic mathematics software for education
 geogebra-gnome - GNOME integration layer for GeoGebra
Closes: 594173

[SCM] GeoGebra: Dynamic mathematics software for education branch, build, updated. debian/3.2.44.0+dfsg1-1-4-g671d423

2010-08-31 Thread Giovanni Mascellani
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, build has been updated
   via  671d423006f62b56dd5c7715dd48ac95e44a4a1f (commit)
   via  86d99f284eff0a14caad19f6a1bc528d1d4be739 (commit)
   via  efad418a2bcf9a79ee0522ef9fef7fe20aae3452 (commit)
   via  983a257c4c09a1fd9b7efa76b4a7681ffb228bb9 (commit)
  from  3049e1df2b9fdcb358668f6794c1d4e03cf58406 (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 -
commit 671d423006f62b56dd5c7715dd48ac95e44a4a1f
Author: Giovanni Mascellani mascell...@poisson.phc.unipi.it
Date:   Tue Aug 31 23:11:29 2010 +0200

Patches updated

commit 86d99f284eff0a14caad19f6a1bc528d1d4be739
Merge: 3049e1d efad418
Author: Giovanni Mascellani mascell...@poisson.phc.unipi.it
Date:   Tue Aug 31 23:11:05 2010 +0200

Merge branch 'master' into build

---

Summary of changes:
 debian/changelog|8 
 debian/control  |4 
 debian/geogebra.sh  |2 +-
 debian/patches/patch/build.xml.diff |   28 
 4 files changed, 29 insertions(+), 13 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 g...@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 $@

 
diff --git a/debian/patches/patch/build.xml.diff 
b/debian/patches/patch/build.xml.diff
index 729d06e..f61d8a7 100644
--- a/debian/patches/patch/build.xml.diff
+++ b/debian/patches/patch/build.xml.diff
@@ -6,11 +6,11 @@ Fixes the build.xml for just building GeoGebra.
 Signed-off-by: Giovanni Mascellani mascell...@poisson.phc.unipi.it
 
 ---
- build.xml |  385 
- 1 files changed, 52 insertions(+), 333 deletions(-)
+ build.xml |  389 +
+ 1 files changed, 56 insertions(+), 333 deletions(-)
 
 diff --git a/build.xml b/build.xml
-index 5b182b1..b6749ba 100644
+index 5b182b1..3a624dc 100644
 --- a/build.xml
 +++ b/build.xml
 @@ -38,22 +38,31 @@ off...@geogebra.org
@@ -57,7 +57,7 @@ index 5b182b1..b6749ba 100644

!-- create all jar files --
target name=ggb-jar-files 
-@@ -63,11 +72,26 @@ off...@geogebra.org
+@@ -63,11 +72,30 @@ off...@geogebra.org
manifest file=../manifest.mf
attribute name=Main-Class value=geogebra.GeoGebra/
attribute name=Class-Path 
@@ -71,6 +71,10 @@ index 5b182b1..b6749ba 100644
 +  /usr/share/java/mathpiper.jar
 +  /usr/share/java/commons-math.jar
 +  /usr/share/java/jama.jar
++  /usr/share/java/freehep-io.jar
++  /usr/share/java/freehep-io-tests.jar
++  /usr/share/java/freehep-export.jar
++  /usr/share/java/freehep-swing.jar
 +  /usr/share/java/freehep-xml.jar
 +  /usr/share/java/freehep-util.jar
 +  /usr/share/java/freehep-graphics2d.jar
@@ -86,7 +90,7 @@ index 5b182b1..b6749ba 100644
mkdir dir=${build.dir}/
mkdir dir=${build.dir}/packed/
mkdir dir=${build.dir}/unpacked/
-@@ -79,6 +103,11 @@ off...@geogebra.org
+@@ -79,6 +107,11 @@ off...@geogebra.org
fileset dir=${build.dir} 

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

2010-08-31 Thread Giovanni Mascellani
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 g...@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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits


[SCM] GeoGebra: Dynamic mathematics software for education branch, patch/build.xml, updated. upstream/3.2.43.0+dfsg1-58-ge8faa99

2010-08-31 Thread Giovanni Mascellani
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, patch/build.xml has been updated
   via  e8faa99725fd6ada76949739f316a5878e7a8bad (commit)
  from  2c8ae9217f09210920011c8ea626ab54e9734c30 (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 -
commit e8faa99725fd6ada76949739f316a5878e7a8bad
Author: Giovanni Mascellani mascell...@poisson.phc.unipi.it
Date:   Tue Aug 31 22:38:14 2010 +0200

Adding missing classes

---

Summary of changes:
 build.xml |4 
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/build.xml b/build.xml
index b6749ba..3a624dc 100644
--- a/build.xml
+++ b/build.xml
@@ -81,6 +81,10 @@ off...@geogebra.org
/usr/share/java/mathpiper.jar
/usr/share/java/commons-math.jar
/usr/share/java/jama.jar
+   /usr/share/java/freehep-io.jar
+   /usr/share/java/freehep-io-tests.jar
+   /usr/share/java/freehep-export.jar
+   /usr/share/java/freehep-swing.jar
/usr/share/java/freehep-xml.jar
/usr/share/java/freehep-util.jar
/usr/share/java/freehep-graphics2d.jar


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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits


[SCM] GeoGebra: Dynamic mathematics software for education annotated tag, debian/3.2.44.0+dfsg1-2, created. debian/3.2.44.0+dfsg1-2

2010-08-31 Thread Giovanni Mascellani
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 annotated tag, debian/3.2.44.0+dfsg1-2 has been created
at  8f72a4b4debbef5553dcb479f422de6da70e8157 (tag)
   tagging  671d423006f62b56dd5c7715dd48ac95e44a4a1f (commit)
  replaces  debian/3.2.44.0+dfsg1-1
 tagged by  Giovanni Mascellani
on  Tue Aug 31 23:41:28 2010 +0200

- Log -
Debian version 3.2.44.0+dfsg1-2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iJwEAAEIAAYFAkx9dxEACgkQgQqfaeGImwCalAP7BMDt+xHx1//emEQzZEG0i+R1
r9+Ya3gQvv9SyxLJ9zl2YumM+HVnDOnoanTVsToy2gYSo/TRSed4ZfeZzmA0SBUz
nEKikzD2VUTtcvq+N2lAJi2/FqNErHjuqoc/OX2fD5rlVONvvA5bNuguooE8m29w
YyKHUEK/7NgOVodmkJM=
=b4fH
-END PGP SIGNATURE-

Giovanni Mascellani (4):
  Some classes missing
  Bigger memory limits
  Merge branch 'master' into build
  Patches updated

---


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

___
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits