[jsoup] 02/03: Refreshed the patch
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Apr 29 13:25:49 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository jsoup.
commit b006e9cb0a4d94ce478a972b1280abcaa05de8ee
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Apr 29 15:18:29 2015 +0200
Refreshed the patch
---
debian/changelog | 7 +++++++
debian/patches/dfsg-free-test-data.patch | 12 +++++++++++-
2 files changed, 18 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 6723386..8429d17 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+jsoup (1.8.2-1) UNRELEASED; urgency=medium
+
+ * New upstream release
+ * Refreshed the patch
+
+ -- Emmanuel Bourg <ebourg at apache.org> Wed, 29 Apr 2015 15:14:24 +0200
+
jsoup (1.8.1-1) unstable; urgency=medium
* New upstream release
diff --git a/debian/patches/dfsg-free-test-data.patch b/debian/patches/dfsg-free-test-data.patch
index d03272c..e0b5664 100644
--- a/debian/patches/dfsg-free-test-data.patch
+++ b/debian/patches/dfsg-free-test-data.patch
@@ -1287,7 +1287,7 @@ Forwarded: not-needed
+</html>
--- a/src/test/java/org/jsoup/nodes/DocumentTest.java
+++ b/src/test/java/org/jsoup/nodes/DocumentTest.java
-@@ -88,7 +88,7 @@
+@@ -91,7 +91,7 @@
TextUtil.stripNewlines(clone.html()));
}
@@ -1296,3 +1296,13 @@ Forwarded: not-needed
File in = new ParseTest().getFile("/htmltests/yahoo-jp.html");
Document doc = Jsoup.parse(in, "UTF-8", "http://www.yahoo.co.jp/index.html");
String location = doc.location();
+--- a/src/test/java/org/jsoup/helper/W3CDomTest.java
++++ b/src/test/java/org/jsoup/helper/W3CDomTest.java
+@@ -39,6 +39,7 @@
+ }
+
+ @Test
++ @org.junit.Ignore
+ public void convertsGoogle() throws IOException {
+ File in = ParseTest.getFile("/htmltests/google-ipod.html");
+ org.jsoup.nodes.Document doc = Jsoup.parse(in, "UTF8");
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jsoup.git
More information about the pkg-java-commits
mailing list