[DebianGIS-dev] CVS Update: openjump/debian/patches 01_unused_sunapi.diff 02_imageio.patch

pere at haydn.debian.org pere at haydn.debian.org
Sat Mar 11 22:27:47 UTC 2006


  User: pere    
  Date: 06/03/11 22:27:47

  Modified:    debian/patches 01_unused_sunapi.diff 02_imageio.patch
  Log:
  Add some patch documentation.
  
  Revision  Changes    Path
  1.2       +5 -0      openjump/debian/patches/01_unused_sunapi.diff
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/openjump/debian/patches/01_unused_sunapi.diff?annotate=1.2&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/openjump/debian/patches/01_unused_sunapi.diff?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/patches/01_unused_sunapi.diff.diff?r1=1.2&r2=1.1&cvsroot=
  
  -----------------------------------
  
  Index: 01_unused_sunapi.diff
  ===================================================================
  RCS file: /cvsroot/pkg-grass/openjump/debian/patches/01_unused_sunapi.diff,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- 01_unused_sunapi.diff	11 Mar 2006 17:06:21 -0000	1.1
  +++ 01_unused_sunapi.diff	11 Mar 2006 22:27:47 -0000	1.2
  @@ -1,3 +1,8 @@
  +Avoid importing SUNs private API.  These imports are unused, so there
  +is no rewrites needed.
  +
  +Patch was sent uptream by pere at hungry.com 2006-03-11.
  +
   --- openjump-1.0.orig/src/com/vividsolutions/jump/workbench/datasource/SaveDatasetAsPlugIn.java
   +++ openjump-1.0/src/com/vividsolutions/jump/workbench/datasource/SaveDatasetAsPlugIn.java
   @@ -35,8 +35,6 @@
  
  
  
  1.3       +5 -0      openjump/debian/patches/02_imageio.patch
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/openjump/debian/patches/02_imageio.patch?annotate=1.3&cvsroot=
  
  CVSWeb: View this file:             http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/openjump/debian/patches/02_imageio.patch?rev=1.3&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/patches/02_imageio.patch.diff?r1=1.3&r2=1.2&cvsroot=
  
  -----------------------------------
  
  Index: 02_imageio.patch
  ===================================================================
  RCS file: /cvsroot/pkg-grass/openjump/debian/patches/02_imageio.patch,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- 02_imageio.patch	11 Mar 2006 22:01:42 -0000	1.2
  +++ 02_imageio.patch	11 Mar 2006 22:27:47 -0000	1.3
  @@ -1,3 +1,8 @@
  +Avoid using SUNs private API.  Rewritten to use the public API
  +available since Java 1.4 instead.  Rewrite was done by Wolfgang Baer.
  +
  +Patch was sent uptream by pere at hungry.com 2006-03-11.
  +
   --- openjump-1.0.orig/src/org/openjump/io/SIDLayer.java
   +++ openjump-1.0/src/org/openjump/io/SIDLayer.java
   @@ -52,11 +52,12 @@
  
  
  



More information about the Pkg-grass-devel mailing list