[DRE-commits] [ruby-xmlparser] 02/04: refresh patches + update changelog

Antonio Terceiro terceiro at moszumanska.debian.org
Tue Apr 19 13:14:33 UTC 2016


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

terceiro pushed a commit to branch master
in repository ruby-xmlparser.

commit d08dfc052cc65d237e0d8a345924317017c98bd4
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Mon Apr 18 19:25:34 2016 -0300

    refresh patches + update changelog
---
 debian/changelog                                         |  7 +++++++
 .../patches/replaces_gt_symbol_by_enconded_version.patch | 16 ++++++----------
 debian/patches/xmlparser-ftbfs-fix.patch                 |  4 ++--
 3 files changed, 15 insertions(+), 12 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 948efab..76b0cc8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,14 @@
 ruby-xmlparser (0.7.3-2) unstable; urgency=medium
 
   * Team upload.
+
+  [ Antonio Terceiro]
   * Add minimal test suite (just a `require` test)
+  * Refresh patches
+
+  [ Cédric Boutillier ]
+  * Bump Standards-Version to 3.9.7 (no changes needed)
+  * Use https:// in Vcs-* fields
 
  -- Antonio Terceiro <terceiro at debian.org>  Mon, 18 Apr 2016 19:20:58 -0300
 
diff --git a/debian/patches/replaces_gt_symbol_by_enconded_version.patch b/debian/patches/replaces_gt_symbol_by_enconded_version.patch
index 61890ec..c520e45 100644
--- a/debian/patches/replaces_gt_symbol_by_enconded_version.patch
+++ b/debian/patches/replaces_gt_symbol_by_enconded_version.patch
@@ -1,8 +1,6 @@
-Index: xmlparser/lib/xml/dom/core.rb
-===================================================================
---- xmlparser.orig/lib/xml/dom/core.rb	2010-05-12 13:36:36.000000000 -0400
-+++ xmlparser/lib/xml/dom/core.rb	2010-05-12 13:38:46.000000000 -0400
-@@ -1846,6 +1846,8 @@
+--- a/lib/xml/dom/core.rb
++++ b/lib/xml/dom/core.rb
+@@ -1846,6 +1846,8 @@ return the string representation of the
              value << """
            when ?<
              value << "<"
@@ -11,11 +9,9 @@ Index: xmlparser/lib/xml/dom/core.rb
            else
              value << code
            end
-Index: xmlparser/lib/xml/dom2/attr.rb
-===================================================================
---- xmlparser.orig/lib/xml/dom2/attr.rb	2010-05-12 13:39:12.000000000 -0400
-+++ xmlparser/lib/xml/dom2/attr.rb	2010-05-12 13:40:15.000000000 -0400
-@@ -122,7 +122,9 @@
+--- a/lib/xml/dom2/attr.rb
++++ b/lib/xml/dom2/attr.rb
+@@ -122,7 +122,9 @@ return the string representation of the
              value << """
            elsif c == "<"
              value << "<"
diff --git a/debian/patches/xmlparser-ftbfs-fix.patch b/debian/patches/xmlparser-ftbfs-fix.patch
index 2fe2772..b6b0fd4 100644
--- a/debian/patches/xmlparser-ftbfs-fix.patch
+++ b/debian/patches/xmlparser-ftbfs-fix.patch
@@ -1,5 +1,5 @@
---- ruby-xmlparser-0.7.2.orig/ext/xmlparser.c
-+++ ruby-xmlparser-0.7.2/ext/xmlparser.c
+--- a/ext/xmlparser.c
++++ b/ext/xmlparser.c
 @@ -1780,7 +1780,7 @@ XMLParser_parse(int argc, VALUE* argv, V
        if (!ret) {
  	int err = XML_GetErrorCode(parser->parser);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-xmlparser.git



More information about the Pkg-ruby-extras-commits mailing list