User: pere    
  Date: 06/03/12 20:02:33

  Modified:    debian   README.Debian-source
  Log:
  It is better to repack upstream zip file using unzip -a to get unix style 
line ends.  Document the procedure and update patches to match.
  
  Revision  Changes    Path
  1.2       +7 -4      openjump/debian/README.Debian-source
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/openjump/debian/README.Debian-source?annotate=1.2&cvsroot=
  
  CVSWeb: View this file:             
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/openjump/debian/README.Debian-source?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/README.Debian-source.diff?r1=1.2&r2=1.1&cvsroot=
  
  -----------------------------------
  
  Index: README.Debian-source
  ===================================================================
  RCS file: /cvsroot/pkg-grass/openjump/debian/README.Debian-source,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- README.Debian-source      11 Mar 2006 22:29:50 -0000      1.1
  +++ README.Debian-source      12 Mar 2006 20:02:33 -0000      1.2
  @@ -1,9 +1,12 @@
   Openjump for Debian
   -------------------
   
  -As upstream distributes as zip file I had to repackage jump:
  -
  -- unzip OpenJump-<version>-src.zip into a openjump-<version> directory
  -- build the openjump_<version>.orig.tar.gz
  +As upstream distributes as zip file I had to repackage jump, by
  +unzipping it into a openjump-<version> directory and built the
  +openjump_<version>.orig.tar.gz:
   
  +  mkdir openjump-1.0
  +  cd openjump-1.0
  +  unzip -a ../OpenJump-1.0-src.zip
  +  tar zcvf openjump_1.0.orig.tar.gz openjump-1.0                             
       
    -- Petter Reinholdtsen <[EMAIL PROTECTED]>, Sat, 11 Feb 2006 22:11:29 +0100
  
  
  

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

Reply via email to