[libxml-sax-writer-perl] 05/10: Update and refresh patches

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Aug 14 15:07:49 UTC 2015


This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository libxml-sax-writer-perl.

commit 51dfbf58342266458c88ac7874b4c40169379985
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Fri Aug 14 11:56:41 2015 -0300

    Update and refresh patches
---
 debian/changelog                            |  1 +
 debian/patches/duplicate_name_section.patch | 11 +----------
 debian/patches/file_consumer_encoding.patch |  4 ++--
 debian/patches/quote_xml_version.patch      |  2 +-
 4 files changed, 5 insertions(+), 13 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 86c8f0c..781607b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ libxml-sax-writer-perl (0.56-1) UNRELEASED; urgency=medium
   [ Lucas Kanashiro ]
   * Add debian/upstream/metadata
   * Import upstream version 0.56
+  * Update and refresh existent patches
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Fri, 14 Aug 2015 11:49:31 -0300
 
diff --git a/debian/patches/duplicate_name_section.patch b/debian/patches/duplicate_name_section.patch
index 914a331..f7bbcca 100644
--- a/debian/patches/duplicate_name_section.patch
+++ b/debian/patches/duplicate_name_section.patch
@@ -3,16 +3,7 @@ Author: Florian Schlichting <fsfs at debian.org>
 Forwarded: https://github.com/perigrin/xml-sax-writer/issues/4
 --- a/lib/XML/SAX/Writer/XML.pm
 +++ b/lib/XML/SAX/Writer/XML.pm
-@@ -547,7 +547,7 @@
- 
- =head1 NAME
- 
--XML::SAX::Writer::XML
-+XML::SAX::Writer::XML - SAX2 XML Writer
- 
- =head1 VERSION
- 
-@@ -561,20 +561,6 @@
+@@ -556,20 +556,6 @@ version 0.56
  
  ...
  
diff --git a/debian/patches/file_consumer_encoding.patch b/debian/patches/file_consumer_encoding.patch
index 3efcb8b..e09c52a 100644
--- a/debian/patches/file_consumer_encoding.patch
+++ b/debian/patches/file_consumer_encoding.patch
@@ -7,7 +7,7 @@ Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=93623
 Last-Update: 2010-08-22
 --- a/lib/XML/SAX/Writer.pm
 +++ b/lib/XML/SAX/Writer.pm
-@@ -327,7 +327,10 @@
+@@ -332,7 +332,10 @@ $XML::SAX::Writer::FileConsumer::VERSION
  # new
  #-------------------------------------------------------------------#
  sub new {
@@ -19,7 +19,7 @@ Last-Update: 2010-08-22
  
      XML::SAX::Writer::Exception->throw(
          Message => "No filename provided to " . ref( $proto || $proto )
-@@ -335,9 +338,10 @@
+@@ -340,9 +343,10 @@ sub new {
  
      local *XFH;
  
diff --git a/debian/patches/quote_xml_version.patch b/debian/patches/quote_xml_version.patch
index 65dbdd6..6a4a5dd 100644
--- a/debian/patches/quote_xml_version.patch
+++ b/debian/patches/quote_xml_version.patch
@@ -5,7 +5,7 @@ Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=93623
 Last-Update: 2010-08-22
 --- a/lib/XML/SAX/Writer/XML.pm
 +++ b/lib/XML/SAX/Writer/XML.pm
-@@ -484,14 +484,14 @@
+@@ -479,14 +479,14 @@ sub xml_decl {
      # also, there's order in the pseudo-attr
      my $xd = '';
      if ($data->{Version}) {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libxml-sax-writer-perl.git



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