[DRE-commits] [SCM] ruby-nokogiri.git branch, master, updated. debian/1.5.2-1-17-g3a93f93

Cédric Boutillier cedric.boutillier at gmail.com
Tue Jun 26 12:11:39 UTC 2012


The following commit has been merged in the master branch:
commit a563c893a8495b42d370a6c8b6299926319bfbeb
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Tue Jun 26 14:05:39 2012 +0200

    Include test/files/test_document_url/ missing from the gem

diff --git a/debian/patches/include_missing_test_document_url_directory.patch b/debian/patches/include_missing_test_document_url_directory.patch
new file mode 100644
index 0000000..4097322
--- /dev/null
+++ b/debian/patches/include_missing_test_document_url_directory.patch
@@ -0,0 +1,26 @@
+Description: include upstream test/files/test_document_url/* , missing from the gem
+From: Cédric Boutillier <cedric.boutillier at gmail.com>
+Bug: https://github.com/sparklemotion/nokogiri/issues/717
+Last-Update: 2012-06-26
+
+--- /dev/null
++++ b/test/files/test_document_url/document.xml
+@@ -0,0 +1,6 @@
++<?xml version="1.0" encoding="UTF-8" ?>
++<!DOCTYPE document SYSTEM "document.dtd">
++
++<document>
++  <body>&bar;</body>
++</document>
+--- /dev/null
++++ b/test/files/test_document_url/document.dtd
+@@ -0,0 +1,4 @@
++<!ENTITY  bar SYSTEM "bar.xml">
++<!ELEMENT document (body)>
++<!ELEMENT blah ANY>
++<!ELEMENT body ANY>
+--- /dev/null
++++ b/test/files/test_document_url/bar.xml
+@@ -0,0 +1,2 @@
++<?xml version="1.0" encoding="UTF-8" ?>
++<blah>foobar</blah>
diff --git a/debian/patches/series b/debian/patches/series
index 816b918..ecdfca2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 remove-annoying-warning.patch
 no-require-rubygems.patch
+include_missing_test_document_url_directory.patch

-- 
ruby-nokogiri.git



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