[DebianGIS-dev] CVS Update: openjump/debian changelog openjump.sh

pere at haydn.debian.org pere at haydn.debian.org
Mon May 1 15:53:29 UTC 2006


  User: pere    
  Date: 06/05/01 15:53:29

  Modified:    debian   changelog openjump.sh
  Log:
     * Pass -Dgnu.java.awt.peer.gtk.Graphics=Graphics2D to the JVM by
       default, to increase the chance of working with a GNU Classpath
       based VM.
  
  Revision  Changes    Path
  1.8       +8 -0      openjump/debian/changelog
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/openjump/debian/changelog?annotate=1.8&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/openjump/debian/changelog?rev=1.8&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/openjump/debian/changelog.diff?r1=1.8&r2=1.7&cvsroot=
  
  -----------------------------------
  
  Index: changelog
  ===================================================================
  RCS file: /cvsroot/pkg-grass/openjump/debian/changelog,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- changelog	29 Apr 2006 11:02:02 -0000	1.7
  +++ changelog	1 May 2006 15:53:29 -0000	1.8
  @@ -1,3 +1,11 @@
  +openjump (1.0-3) UNRELEASED; urgency=low
  +
  +  * Pass -Dgnu.java.awt.peer.gtk.Graphics=Graphics2D to the JVM by
  +    default, to increase the chance of working with a GNU Classpath
  +    based VM.
  +
  + -- Petter Reinholdtsen <pere at debian.org>  Sat, 29 Apr 2006 12:37:28 +0200
  +
   openjump (1.0-2) unstable; urgency=low
   
     * Add 03_icon_scaling.patch rewriting
  
  
  
  1.2       +4 -0      openjump/debian/openjump.sh
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/openjump/debian/openjump.sh?annotate=1.2&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/openjump/debian/openjump.sh?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/openjump/debian/openjump.sh.diff?r1=1.2&r2=1.1&cvsroot=
  
  -----------------------------------
  
  Index: openjump.sh
  ===================================================================
  RCS file: /cvsroot/pkg-grass/openjump/debian/openjump.sh,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- openjump.sh	11 Mar 2006 22:29:50 -0000	1.1
  +++ openjump.sh	1 May 2006 15:53:29 -0000	1.2
  @@ -100,6 +100,10 @@
   if [ -z "$JAVA_ARGS" ] ; then
       # Copied from example script in openjump binary distribution
       JAVA_ARGS="-Xms256M -Xmx256M"
  +
  +    # Needed to get GNU Classpath to switch from Graphics to
  +    # Graphics2D. [pere 2006-05-01]
  +    JAVA_ARGS="$JAVA_ARGS -Dgnu.java.awt.peer.gtk.Graphics=Graphics2D"
   fi
   
   exec ${JAVACMD} \
  
  
  



More information about the Pkg-grass-devel mailing list