r66848 - in /trunk/libclass-dbi-asform-perl/debian: changelog control patches/02_libhtml-tree-perl_4.0.diff patches/series

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Jan 2 19:34:54 UTC 2011


Author: gregoa
Date: Sun Jan  2 19:34:43 2011
New Revision: 66848

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=66848
Log:
New patch 02_libhtml-tree-perl_4.0.diff to make the tests work with
libhtml-tree-perl >= 4; tighten build dependency (closes: #605793).

Added:
    trunk/libclass-dbi-asform-perl/debian/patches/02_libhtml-tree-perl_4.0.diff
Modified:
    trunk/libclass-dbi-asform-perl/debian/changelog
    trunk/libclass-dbi-asform-perl/debian/control
    trunk/libclass-dbi-asform-perl/debian/patches/series

Modified: trunk/libclass-dbi-asform-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-asform-perl/debian/changelog?rev=66848&op=diff
==============================================================================
--- trunk/libclass-dbi-asform-perl/debian/changelog (original)
+++ trunk/libclass-dbi-asform-perl/debian/changelog Sun Jan  2 19:34:43 2011
@@ -8,6 +8,8 @@
   [ gregor herrmann ]
   * debian/rules: switch order of arguments to dh.
   * Add DEP3 headers to 01_libhtml-tree-perl_3.23-1.diff.
+  * New patch 02_libhtml-tree-perl_4.0.diff to make the tests work with
+    libhtml-tree-perl >= 4; tighten build dependency (closes: #605793).
 
   [ Ansgar Burchardt ]
   * Update my email address.

Modified: trunk/libclass-dbi-asform-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-asform-perl/debian/control?rev=66848&op=diff
==============================================================================
--- trunk/libclass-dbi-asform-perl/debian/control (original)
+++ trunk/libclass-dbi-asform-perl/debian/control Sun Jan  2 19:34:43 2011
@@ -4,7 +4,7 @@
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ansgar Burchardt <ansgar at debian.org>
 Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
-Build-Depends-Indep: perl, libhtml-tree-perl (>= 3.23), libclass-dbi-perl (>= 0.94), libclass-dbi-plugin-type-perl, libdbi-perl (>= 1.21), libdbd-sqlite3-perl, libtest-pod-perl, libtest-pod-coverage-perl
+Build-Depends-Indep: perl, libhtml-tree-perl (>= 4), libclass-dbi-perl (>= 0.94), libclass-dbi-plugin-type-perl, libdbi-perl (>= 1.21), libdbd-sqlite3-perl, libtest-pod-perl, libtest-pod-coverage-perl
 Standards-Version: 3.8.2
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-dbi-asform-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-dbi-asform-perl/

Added: trunk/libclass-dbi-asform-perl/debian/patches/02_libhtml-tree-perl_4.0.diff
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-asform-perl/debian/patches/02_libhtml-tree-perl_4.0.diff?rev=66848&op=file
==============================================================================
--- trunk/libclass-dbi-asform-perl/debian/patches/02_libhtml-tree-perl_4.0.diff (added)
+++ trunk/libclass-dbi-asform-perl/debian/patches/02_libhtml-tree-perl_4.0.diff Sun Jan  2 19:34:43 2011
@@ -1,0 +1,30 @@
+Description: adjust test to HTML::Tree 4.0
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=63623
+Bug-Debian: http://bugs.debian.org/605793
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2011-01-02
+
+--- a/t/01.t
++++ b/t/01.t
+@@ -40,15 +40,12 @@
+     "Ordinary text field OK");
+ 
+ Foo->has_a(bar => Bar);
+-is(Foo->to_field("bar"), "<select name=\"bar\"><option value=\"1\">Hi</option></select>\n",
++is(Foo->to_field("bar"), "<select name=\"bar\"><option value=\"1\">Hi</option></select>",
+     "Select OK");
+ 
+ my $x = bless({id => 1, bar => Bar->retrieve_all(), baz => "Hello there"}, "Foo");
+-my %cgi = ( id => '<input name="id" type="text" value="1" />
+-',
+-    bar => '<select name="bar"><option selected value="1">Hi</option></select>
+-',
+-            baz => '<input name="baz" type="text" value="Hello there" />
+-'
++my %cgi = ( id => '<input name="id" type="text" value="1" />',
++    bar => '<select name="bar"><option selected value="1">Hi</option></select>',
++            baz => '<input name="baz" type="text" value="Hello there" />'
+           );
+ is_deeply({$x->to_cgi}, \%cgi, "All correct as an object method");

Modified: trunk/libclass-dbi-asform-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-asform-perl/debian/patches/series?rev=66848&op=diff
==============================================================================
--- trunk/libclass-dbi-asform-perl/debian/patches/series (original)
+++ trunk/libclass-dbi-asform-perl/debian/patches/series Sun Jan  2 19:34:43 2011
@@ -1,1 +1,2 @@
 01_libhtml-tree-perl_3.23-1.diff
+02_libhtml-tree-perl_4.0.diff




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