r31102 - in /trunk/libxml-sax-writer-perl/debian: changelog control patches/consumer_newline.patch patches/convert_errors.patch patches/file_consumer_encoding.patch patches/fix_05basic_t.patch patches/fix_pod.patch

antonio-guest at users.alioth.debian.org antonio-guest at users.alioth.debian.org
Wed Feb 25 23:19:39 UTC 2009


Author: antonio-guest
Date: Wed Feb 25 23:19:31 2009
New Revision: 31102

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=31102
Log:
some patch refresh

Modified:
    trunk/libxml-sax-writer-perl/debian/changelog
    trunk/libxml-sax-writer-perl/debian/control
    trunk/libxml-sax-writer-perl/debian/patches/consumer_newline.patch
    trunk/libxml-sax-writer-perl/debian/patches/convert_errors.patch
    trunk/libxml-sax-writer-perl/debian/patches/file_consumer_encoding.patch
    trunk/libxml-sax-writer-perl/debian/patches/fix_05basic_t.patch
    trunk/libxml-sax-writer-perl/debian/patches/fix_pod.patch

Modified: trunk/libxml-sax-writer-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-writer-perl/debian/changelog?rev=31102&op=diff
==============================================================================
--- trunk/libxml-sax-writer-perl/debian/changelog (original)
+++ trunk/libxml-sax-writer-perl/debian/changelog Wed Feb 25 23:19:31 2009
@@ -1,16 +1,28 @@
 libxml-sax-writer-perl (0.52-1) UNRELEASED; urgency=low
 
-  * (NOT RELEASED YET) New upstream release
+  [ Antonio Radici ]
+  * New upstream release
+  * debian/control:
+    + added me to the Uploaders
+    + removed duplicate priority and section field from the binary package
+  * debian/patches, the following patches were refreshed:
+    + debian/patches/fix_pod.patch
+    + debian/patches/consumer_newline.patch
+    + debian/patches/convert_errors.patch
+    + debian/patches/fix_05basic_t.patch
+    + debian/patches/file_consumer_encoding.patch
+  * debian/patches/fix_05basic_t.patch:
+    + added the missing description
+  * debian/copyright:
+    + moved to the new format
+    + added inc/* copyright
 
- -- Antonio Radici <antonio at dyne.org>  Wed, 25 Feb 2009 00:53:37 +0000
-
-libxml-sax-writer-perl (0.50-3) UNRELEASED; urgency=low
-
+  [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
     (source stanza).
   * debian/control: Added: ${misc:Depends} to Depends: field.
 
- -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:49:31 +0100
+ -- Antonio Radici <antonio at dyne.org>  Wed, 25 Feb 2009 00:53:37 +0000
 
 libxml-sax-writer-perl (0.50-2) unstable; urgency=low
 

Modified: trunk/libxml-sax-writer-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-writer-perl/debian/control?rev=31102&op=diff
==============================================================================
--- trunk/libxml-sax-writer-perl/debian/control (original)
+++ trunk/libxml-sax-writer-perl/debian/control Wed Feb 25 23:19:31 2009
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Florian Ragwitz <rafl at debian.org>,
- gregor herrmann <gregoa at debian.org>
+ gregor herrmann <gregoa at debian.org>, Antonio Radici <antonio at dyne.org>
 Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/XML-SAX-Writer/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-sax-writer-perl/
@@ -12,8 +12,6 @@
 Build-Depends-Indep: perl (>= 5.8.2), perl-modules (>= 5.8.0-7), libtext-iconv-perl (>= 1.2), libxml-filter-buffertext-perl (>= 0.01), libxml-namespacesupport-perl (>= 0.03), libxml-sax-perl (>= 0.10)
 
 Package: libxml-sax-writer-perl
-Section: perl
-Priority: optional
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libtext-iconv-perl (>= 1.2), libxml-filter-buffertext-perl (>= 0.01), libxml-namespacesupport-perl (>= 0.03), libxml-sax-perl (>= 0.10)
 Description: Perl module for a SAX2 XML writer

Modified: trunk/libxml-sax-writer-perl/debian/patches/consumer_newline.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-writer-perl/debian/patches/consumer_newline.patch?rev=31102&op=diff
==============================================================================
--- trunk/libxml-sax-writer-perl/debian/patches/consumer_newline.patch (original)
+++ trunk/libxml-sax-writer-perl/debian/patches/consumer_newline.patch Wed Feb 25 23:19:31 2009
@@ -1,8 +1,10 @@
 Author: Florian Ragwitz <rafl at debian.org>
 Description: trailing newline for HandleConsumer and FileConsumer
---- a/t/10consumers.t
-+++ b/t/10consumers.t
-@@ -71,8 +71,8 @@ open FH2, "test_file2" or die $!;
+Index: libxml-sax-writer-perl/t/10consumers.t
+===================================================================
+--- libxml-sax-writer-perl.orig/t/10consumers.t	2009-02-25 00:52:04.000000000 +0000
++++ libxml-sax-writer-perl/t/10consumers.t	2009-02-25 22:57:37.000000000 +0000
+@@ -71,8 +71,8 @@
  my $cnt2 = <FH2>;
  close FH2;
  
@@ -13,9 +15,11 @@
  
  
  ##
---- a/Writer.pm
-+++ b/Writer.pm
-@@ -97,7 +97,7 @@ sub setConsumer {
+Index: libxml-sax-writer-perl/lib/XML/SAX/Writer.pm
+===================================================================
+--- libxml-sax-writer-perl.orig/lib/XML/SAX/Writer.pm	2009-02-25 00:53:16.000000000 +0000
++++ libxml-sax-writer-perl/lib/XML/SAX/Writer.pm	2009-02-25 23:00:41.000000000 +0000
+@@ -100,7 +100,7 @@
              $ref eq 'GLOB'                                or
              UNIVERSAL::isa(\$self->{Output}, 'GLOB')      or
              UNIVERSAL::isa($self->{Output}, 'IO::Handle')) {
@@ -24,7 +28,7 @@
      }
      elsif (not $ref) {
          $self->{Consumer} = XML::SAX::Writer::FileConsumer->new($self->{Output});
-@@ -312,7 +312,11 @@ sub output {
+@@ -315,7 +315,11 @@
  #-------------------------------------------------------------------#
  # finalize
  #-------------------------------------------------------------------#
@@ -37,7 +41,7 @@
  #-------------------------------------------------------------------#
  
  
-@@ -347,7 +351,9 @@ sub new {
+@@ -350,7 +354,9 @@
  # finalize
  #-------------------------------------------------------------------#
  sub finalize {

Modified: trunk/libxml-sax-writer-perl/debian/patches/convert_errors.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-writer-perl/debian/patches/convert_errors.patch?rev=31102&op=diff
==============================================================================
--- trunk/libxml-sax-writer-perl/debian/patches/convert_errors.patch (original)
+++ trunk/libxml-sax-writer-perl/debian/patches/convert_errors.patch Wed Feb 25 23:19:31 2009
@@ -1,8 +1,10 @@
 Author: Florian Ragwitz <rafl at debian.org>
 Description: add more documentation on encoding errors
---- a/Writer.pm
-+++ b/Writer.pm
-@@ -580,6 +580,14 @@ Converts that string and returns it.
+Index: libxml-sax-writer-perl/lib/XML/SAX/Writer.pm
+===================================================================
+--- libxml-sax-writer-perl.orig/lib/XML/SAX/Writer.pm	2009-02-25 23:00:41.000000000 +0000
++++ libxml-sax-writer-perl/lib/XML/SAX/Writer.pm	2009-02-25 23:01:46.000000000 +0000
+@@ -588,6 +588,14 @@
  
  =back
  

Modified: trunk/libxml-sax-writer-perl/debian/patches/file_consumer_encoding.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-writer-perl/debian/patches/file_consumer_encoding.patch?rev=31102&op=diff
==============================================================================
--- trunk/libxml-sax-writer-perl/debian/patches/file_consumer_encoding.patch (original)
+++ trunk/libxml-sax-writer-perl/debian/patches/file_consumer_encoding.patch Wed Feb 25 23:19:31 2009
@@ -1,9 +1,11 @@
 Author: Florian Ragwitz <rafl at debian.org>
 Description: Add '>:encoding(EncodeTo)' line discipline to FileConsumer to defeat 
 perl's automatic charset conversion.
---- a/Writer.pm
-+++ b/Writer.pm
-@@ -331,7 +331,10 @@ package XML::SAX::Writer::FileConsumer;
+Index: libxml-sax-writer-perl/lib/XML/SAX/Writer.pm
+===================================================================
+--- libxml-sax-writer-perl.orig/lib/XML/SAX/Writer.pm	2009-02-25 23:04:43.000000000 +0000
++++ libxml-sax-writer-perl/lib/XML/SAX/Writer.pm	2009-02-25 23:08:16.000000000 +0000
+@@ -334,7 +334,10 @@
  # new
  #-------------------------------------------------------------------#
  sub new {
@@ -15,7 +17,7 @@
  
      XML::SAX::Writer::Exception->throw(
          Message => "No filename provided to " . ref( $proto || $proto )
-@@ -339,9 +342,10 @@ sub new {
+@@ -342,9 +345,10 @@
  
      local *XFH;
  

Modified: trunk/libxml-sax-writer-perl/debian/patches/fix_05basic_t.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-writer-perl/debian/patches/fix_05basic_t.patch?rev=31102&op=diff
==============================================================================
--- trunk/libxml-sax-writer-perl/debian/patches/fix_05basic_t.patch (original)
+++ trunk/libxml-sax-writer-perl/debian/patches/fix_05basic_t.patch Wed Feb 25 23:19:31 2009
@@ -1,9 +1,11 @@
---- a/t/05basic.t
-+++ b/t/05basic.t
+Index: libxml-sax-writer-perl/t/05basic.t
+===================================================================
+--- libxml-sax-writer-perl.orig/t/05basic.t	2009-02-25 00:53:16.000000000 +0000
++++ libxml-sax-writer-perl/t/05basic.t	2009-02-25 23:11:30.000000000 +0000
 @@ -7,6 +7,7 @@
  
  use strict;
- use Test::More tests => 27;
+ use Test::More tests => 29;
 +use Text::Iconv;
  BEGIN { use_ok('XML::SAX::Writer'); }
  

Modified: trunk/libxml-sax-writer-perl/debian/patches/fix_pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-sax-writer-perl/debian/patches/fix_pod.patch?rev=31102&op=diff
==============================================================================
--- trunk/libxml-sax-writer-perl/debian/patches/fix_pod.patch (original)
+++ trunk/libxml-sax-writer-perl/debian/patches/fix_pod.patch Wed Feb 25 23:19:31 2009
@@ -1,44 +1,46 @@
 Author: Florian Ragwitz <rafl at debian.org>
 Description: Remove strange chars from pod, so pod2man produces sane output
---- a/Writer.pm
-+++ b/Writer.pm
-@@ -421,16 +421,16 @@ way as it helps keep SAX1 and SAX2 separ
+Index: libxml-sax-writer-perl/lib/XML/SAX/Writer.pm
+===================================================================
+--- libxml-sax-writer-perl.orig/lib/XML/SAX/Writer.pm	2009-02-25 23:09:23.000000000 +0000
++++ libxml-sax-writer-perl/lib/XML/SAX/Writer.pm	2009-02-25 23:10:21.000000000 +0000
+@@ -424,16 +424,16 @@
  
  =item * new(%hash)
  
--This is the constructor for this object.  It takes a number of
+-This is the constructor for this object.  It takes a number of
 +This is the constructor for this object. It takes a number of
  parameters, all of which are optional.
  
  =item -- Output
  
--This parameter can be one of several things.  If it is a simple
-+This parameter can be one of several things. If it is a simple
+-This parameter can be one of several things.  If it is a simple
++This parameter can be one of several things. If it is a simple
  scalar, it is interpreted as a filename which will be opened for
--writing.  If it is a scalar reference, output will be appended to this
--scalar.  If it is an array reference, output will be pushed onto this
--array as it is generated.  If it is a filehandle, then output will be
+-writing.  If it is a scalar reference, output will be appended to this
+-scalar.  If it is an array reference, output will be pushed onto this
+-array as it is generated.  If it is a filehandle, then output will be
 +writing. If it is a scalar reference, output will be appended to this
 +scalar. If it is an array reference, output will be pushed onto this
 +array as it is generated. If it is a filehandle, then output will be
  sent to this filehandle.
  
  Finally, it is possible to pass an object for this parameter, in which
-@@ -444,7 +444,7 @@ If this parameter is not provided, then 
+@@ -447,7 +447,7 @@
  
  This should be a hash reference where the keys are characters
  sequences that should be escaped and the values are the escaped form
--of the sequence.  By default, this module will escape the ampersand
-+of the sequence. By default, this module will escape the ampersand
+-of the sequence.  By default, this module will escape the ampersand
++of the sequence. By default, this module will escape the ampersand
  (&), less than (<), greater than (>), double quote ("), and apostrophe
  ('). Note that some browsers don't support the &apos; escape used for
  apostrophes so that you should be careful when outputting XHTML.
-@@ -466,7 +466,7 @@ This defaults to UTF-8, which works for 
+@@ -469,7 +469,7 @@
  
  =item -- EncodeTo
  
--The character set encoding in which output should be encoded.  Again,
+-The character set encoding in which output should be encoded.  Again,
 +The character set encoding in which output should be encoded. Again,
  this defaults to UTF-8.
  
- =back
+ =item -- QuoteCharacter




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