[DRE-commits] [ruby-soap4r] 01/03: Don't use ruby-libxml based parser

Antonio Terceiro terceiro at moszumanska.debian.org
Mon Jan 6 21:07:41 UTC 2014


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

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

commit b7ac907ba6d46eef3aec8859d7129e15ee94e8ab
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Mon Jan 6 17:47:57 2014 -0300

    Don't use ruby-libxml based parser
    
    added debian/patches/dont-use-libxml-based-parser.patch.
    
    The parser seems to be written for a old version of ruby-libxml and my
    quick attempt at fixing it didn't work. My level of patience with
    anything that involves XML is quite low, so it's possible that the
    problem is still properly fixable.
    
    Git-Dch: Full
    Closes: #725672
---
 debian/patches/dont-use-libxml-based-parser.patch | 17 +++++++++++++++++
 debian/patches/series                             |  1 +
 2 files changed, 18 insertions(+)

diff --git a/debian/patches/dont-use-libxml-based-parser.patch b/debian/patches/dont-use-libxml-based-parser.patch
new file mode 100644
index 0000000..800fcbe
--- /dev/null
+++ b/debian/patches/dont-use-libxml-based-parser.patch
@@ -0,0 +1,17 @@
+Description:
+ Don't use the libxml-based parser.
+Author: Antonio Terceiro <terceiro at debian.org>
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725672
+Forwarded: not-needed
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/lib/xsd/xmlparser.rb
++++ b/lib/xsd/xmlparser.rb
+@@ -52,7 +52,6 @@ end
+ 
+ 
+ PARSER_LIBS = [
+-  'libxmlparser',
+   'xmlparser',
+   'xmlscanner',
+   'rexmlparser'
diff --git a/debian/patches/series b/debian/patches/series
index 9b694e1..c02b0e2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 fix-failing-ruby2-tests
+dont-use-libxml-based-parser.patch

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



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