r71528 - in /trunk/libhtml-tableextract-perl/debian: changelog patches/ patches/gnarly.patch patches/series

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Wed Mar 16 21:13:11 UTC 2011


Author: periapt-guest
Date: Wed Mar 16 21:12:02 2011
New Revision: 71528

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=71528
Log:
Refreshed patch

Added:
    trunk/libhtml-tableextract-perl/debian/patches/
    trunk/libhtml-tableextract-perl/debian/patches/gnarly.patch
    trunk/libhtml-tableextract-perl/debian/patches/series
Modified:
    trunk/libhtml-tableextract-perl/debian/changelog

Modified: trunk/libhtml-tableextract-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-tableextract-perl/debian/changelog?rev=71528&op=diff
==============================================================================
--- trunk/libhtml-tableextract-perl/debian/changelog (original)
+++ trunk/libhtml-tableextract-perl/debian/changelog Wed Mar 16 21:12:02 2011
@@ -5,6 +5,7 @@
   * Refreshed home page, svn and description fields
   * Refreshed copyright, rules and added debian/source/format
   * Standardized watch file
+  * Refreshed patch
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Wed, 16 Mar 2011 20:26:32 +0000
 

Added: trunk/libhtml-tableextract-perl/debian/patches/gnarly.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-tableextract-perl/debian/patches/gnarly.patch?rev=71528&op=file
==============================================================================
--- trunk/libhtml-tableextract-perl/debian/patches/gnarly.patch (added)
+++ trunk/libhtml-tableextract-perl/debian/patches/gnarly.patch Wed Mar 16 21:12:02 2011
@@ -1,0 +1,17 @@
+Author: Gunnar Wolf <gwolf at gwolf.org>
+Subject: FTBS fix
+ I'm attaching the patch here - What is it? Basically, I understand
+ this test takes a well-known HTML file, parses it, reassembles it, and
+ compares it back to itself. It should be identical. Why does it fail?
+ Because a bug was fixed in one of the modules it depends on. It
+ previously generated unquoted HTML attributes (i.e. <td rowspan=2>),
+ where now it properly quotes them (<td rowspan="2">). The fix is
+ basically to change the original string it compares to/from :)
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=414721
+Reviewed-by: Nicholas Bamber <nicholas at periapt.co.uk>
+Last-Update: 2011-03-16
+--- a/t/gnarly.html
++++ b/t/gnarly.html
+@@ -1 +1 @@
+-<html><head><title>gnarly table</title></head><body><table border=1><tr><td colspan=4 rowspan=1>(0,0) [1,4]</td><td colspan=4 rowspan=2>(0,1) [2,4]</td></tr><tr><td colspan=1 rowspan=2>(1,0) [2,1]</td><td colspan=1 rowspan=1>(1,1) [1,1]</td><td colspan=2 rowspan=1>(1,2) [1,2]</td></tr><tr><td colspan=4 rowspan=2>(2,0) [2,4]</td><td colspan=2 rowspan=2>(2,1) [2,2]</td><td colspan=1 rowspan=1>(2,2) [1,1]</td></tr><tr><td colspan=1 rowspan=1>(3,0) [1,1]</td><td colspan=1 rowspan=1>(3,1) [1,1]</td></tr><tr><td colspan=2 rowspan=3>(4,0) [3,2]</td><td colspan=1 rowspan=1>(4,1) [1,1]</td><td colspan=1 rowspan=3>(4,2) [3,1]</td><td colspan=4 rowspan=4>(4,3) [4,4]</td></tr><tr><td colspan=1 rowspan=1>(5,0) [1,1]</td></tr><tr><td colspan=1 rowspan=1>(6,0) [1,1]</td></tr><tr><td colspan=4 rowspan=1>(7,0) [1,4]</td></tr></table></body></html>
++<html><head><title>gnarly table</title></head><body><table border="1"><tr><td colspan="4" rowspan="1">(0,0) [1,4]</td><td colspan="4" rowspan="2">(0,1) [2,4]</td></tr><tr><td colspan="1" rowspan="2">(1,0) [2,1]</td><td colspan="1" rowspan="1">(1,1) [1,1]</td><td colspan="2" rowspan="1">(1,2) [1,2]</td></tr><tr><td colspan="4" rowspan="2">(2,0) [2,4]</td><td colspan="2" rowspan="2">(2,1) [2,2]</td><td colspan="1" rowspan="1">(2,2) [1,1]</td></tr><tr><td colspan="1" rowspan="1">(3,0) [1,1]</td><td colspan="1" rowspan="1">(3,1) [1,1]</td></tr><tr><td colspan="2" rowspan="3">(4,0) [3,2]</td><td colspan="1" rowspan="1">(4,1) [1,1]</td><td colspan="1" rowspan="3">(4,2) [3,1]</td><td colspan="4" rowspan="4">(4,3) [4,4]</td></tr><tr><td colspan="1" rowspan="1">(5,0) [1,1]</td></tr><tr><td colspan="1" rowspan="1">(6,0) [1,1]</td></tr><tr><td colspan="4" rowspan="1">(7,0) [1,4]</td></tr></table></body></html>

Added: trunk/libhtml-tableextract-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-tableextract-perl/debian/patches/series?rev=71528&op=file
==============================================================================
--- trunk/libhtml-tableextract-perl/debian/patches/series (added)
+++ trunk/libhtml-tableextract-perl/debian/patches/series Wed Mar 16 21:12:02 2011
@@ -1,0 +1,1 @@
+gnarly.patch




More information about the Pkg-perl-cvs-commits mailing list