r9864 - /trunk/libxml-sax-perl/debian/patches/charset-decoding

ntyni-guest at users.alioth.debian.org ntyni-guest at users.alioth.debian.org
Tue Nov 27 19:01:42 UTC 2007


Author: ntyni-guest
Date: Tue Nov 27 19:01:42 2007
New Revision: 9864

URL: http://svn.debian.org/wsvn/?sc=1&rev=9864
Log:
refresh the patch to fix line fuzz

Modified:
    trunk/libxml-sax-perl/debian/patches/charset-decoding

Modified: trunk/libxml-sax-perl/debian/patches/charset-decoding
URL: http://svn.debian.org/wsvn/trunk/libxml-sax-perl/debian/patches/charset-decoding?rev=9864&op=diff
==============================================================================
--- trunk/libxml-sax-perl/debian/patches/charset-decoding (original)
+++ trunk/libxml-sax-perl/debian/patches/charset-decoding Tue Nov 27 19:01:42 2007
@@ -1,9 +1,8 @@
 # Fix charset decoding in the PurePerl module (#405186)
 # Niko Tyni <ntyni at iki.fi> Sun, 04 Nov 2007 20:46:58 +0200
 
-diff -urN XML-SAX-0.15-orig/SAX/PurePerl/Productions.pm XML-SAX-0.15-fixed/SAX/PurePerl/Productions.pm
---- XML-SAX-0.15-orig/SAX/PurePerl/Productions.pm	2003-07-30 16:39:22.000000000 +0300
-+++ XML-SAX-0.15-fixed/SAX/PurePerl/Productions.pm	2007-04-23 22:18:24.000000000 +0300
+--- git.orig/SAX/PurePerl/Productions.pm
++++ git/SAX/PurePerl/Productions.pm
 @@ -4,7 +4,7 @@
  
  use Exporter;
@@ -38,9 +37,8 @@
      PERL
  
      die $@ if $@;
-diff -urN XML-SAX-0.15-orig/SAX/PurePerl/Reader/UnicodeExt.pm XML-SAX-0.15-fixed/SAX/PurePerl/Reader/UnicodeExt.pm
---- XML-SAX-0.15-orig/SAX/PurePerl/Reader/UnicodeExt.pm	2003-07-30 16:39:23.000000000 +0300
-+++ XML-SAX-0.15-fixed/SAX/PurePerl/Reader/UnicodeExt.pm	2007-04-23 22:21:48.000000000 +0300
+--- git.orig/SAX/PurePerl/Reader/UnicodeExt.pm
++++ git/SAX/PurePerl/Reader/UnicodeExt.pm
 @@ -16,7 +16,7 @@
  }
  
@@ -50,9 +48,8 @@
  }
  
  1;
-diff -urN XML-SAX-0.15-orig/SAX/PurePerl/Reader.pm XML-SAX-0.15-fixed/SAX/PurePerl/Reader.pm
---- XML-SAX-0.15-orig/SAX/PurePerl/Reader.pm	2005-10-14 23:31:20.000000000 +0300
-+++ XML-SAX-0.15-fixed/SAX/PurePerl/Reader.pm	2007-04-23 22:17:38.000000000 +0300
+--- git.orig/SAX/PurePerl/Reader.pm
++++ git/SAX/PurePerl/Reader.pm
 @@ -4,7 +4,7 @@
  
  use strict;
@@ -62,10 +59,9 @@
  use Exporter ();
  
  use vars qw(@ISA @EXPORT_OK);
-diff -urN XML-SAX-0.15-orig/SAX/PurePerl.pm XML-SAX-0.15-fixed/SAX/PurePerl.pm
---- XML-SAX-0.15-orig/SAX/PurePerl.pm	2007-02-08 07:24:40.000000000 +0200
-+++ XML-SAX-0.15-fixed/SAX/PurePerl.pm	2007-04-23 22:18:59.000000000 +0300
-@@ -670,7 +670,7 @@
+--- git.orig/SAX/PurePerl.pm
++++ git/SAX/PurePerl.pm
+@@ -672,7 +672,7 @@
      
      return unless length($name);
      
@@ -74,9 +70,8 @@
  
      return $name;
  }
-diff -urN XML-SAX-0.15-orig/t/14encoding.t XML-SAX-0.15-fixed/t/14encoding.t
---- XML-SAX-0.15-orig/t/14encoding.t	2001-11-19 16:32:09.000000000 +0200
-+++ XML-SAX-0.15-fixed/t/14encoding.t	2007-04-23 22:21:03.000000000 +0300
+--- git.orig/t/14encoding.t
++++ git/t/14encoding.t
 @@ -1,23 +1,25 @@
  use Test;
  BEGIN { $tests = 0;




More information about the Pkg-perl-cvs-commits mailing list