File: dont-use-libxml-based-parser.patch

package info (click to toggle)
ruby-soap4r 2.0.5-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,972 kB
  • sloc: ruby: 52,729; xml: 266; sh: 42; javascript: 20; perl: 10; makefile: 9
file content (17 lines) | stat: -rw-r--r-- 422 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description:
 Don't use the libxml-based parser.
Author: Antonio Terceiro <terceiro@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'