r57934 - in /trunk/libsocialtext-wikitest-perl/debian: README.source changelog control copyright patches/perl-5.12.patch patches/series rules source/ source/format

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Sat May 15 03:34:16 UTC 2010


Author: ansgar-guest
Date: Sat May 15 03:33:44 2010
New Revision: 57934

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=57934
Log:
* Fix test failure with perl 5.12. Thanks to Niko Tyni <ntyni at debian.org>
  for the patch. (Closes: #579032)
  + new patch: perl-5.12.patch
* debian/copyright: Formatting changes for current DEP-5 proposal.
* Use source format 3.0 (quilt); drop README.source and quilt framework.
* Bump Standards-Version to 3.8.4.
* Add myself to Uploaders.

Added:
    trunk/libsocialtext-wikitest-perl/debian/patches/perl-5.12.patch
    trunk/libsocialtext-wikitest-perl/debian/source/
    trunk/libsocialtext-wikitest-perl/debian/source/format
Removed:
    trunk/libsocialtext-wikitest-perl/debian/README.source
Modified:
    trunk/libsocialtext-wikitest-perl/debian/changelog
    trunk/libsocialtext-wikitest-perl/debian/control
    trunk/libsocialtext-wikitest-perl/debian/copyright
    trunk/libsocialtext-wikitest-perl/debian/patches/series
    trunk/libsocialtext-wikitest-perl/debian/rules

Modified: trunk/libsocialtext-wikitest-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsocialtext-wikitest-perl/debian/changelog?rev=57934&op=diff
==============================================================================
--- trunk/libsocialtext-wikitest-perl/debian/changelog (original)
+++ trunk/libsocialtext-wikitest-perl/debian/changelog Sat May 15 03:33:44 2010
@@ -1,3 +1,15 @@
+libsocialtext-wikitest-perl (0.06-4) UNRELEASED; urgency=low
+
+  * Fix test failure with perl 5.12. Thanks to Niko Tyni <ntyni at debian.org>
+    for the patch. (Closes: #579032)
+    + new patch: perl-5.12.patch
+  * debian/copyright: Formatting changes for current DEP-5 proposal.
+  * Use source format 3.0 (quilt); drop README.source and quilt framework.
+  * Bump Standards-Version to 3.8.4.
+  * Add myself to Uploaders.
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Sat, 15 May 2010 12:05:45 +0900
+
 libsocialtext-wikitest-perl (0.06-3) unstable; urgency=low
 
   [ Nathan Handler ]

Modified: trunk/libsocialtext-wikitest-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsocialtext-wikitest-perl/debian/control?rev=57934&op=diff
==============================================================================
--- trunk/libsocialtext-wikitest-perl/debian/control (original)
+++ trunk/libsocialtext-wikitest-perl/debian/control Sat May 15 03:33:44 2010
@@ -1,13 +1,14 @@
 Source: libsocialtext-wikitest-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: libmocked-perl, libsocialtext-resting-perl,
  libsocialtext-resting-utils-perl (>= 0.04), libtest-exception-perl,
  perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregoa at debian.org>
-Standards-Version: 3.8.3
+Uploaders: gregor herrmann <gregoa at debian.org>,
+ Ansgar Burchardt <ansgar at 43-1.org>
+Standards-Version: 3.8.4
 Homepage: http://search.cpan.org/dist/Socialtext-WikiTest/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libsocialtext-wikitest-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libsocialtext-wikitest-perl/

Modified: trunk/libsocialtext-wikitest-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsocialtext-wikitest-perl/debian/copyright?rev=57934&op=diff
==============================================================================
--- trunk/libsocialtext-wikitest-perl/debian/copyright (original)
+++ trunk/libsocialtext-wikitest-perl/debian/copyright Sat May 15 03:33:44 2010
@@ -1,17 +1,14 @@
-Format-Specification:
-    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Luke Closs, <luke.closs at socialtext.com>
-Upstream-Source: http://search.cpan.org/dist/Socialtext-WikiTest/
-Upstream-Name: Socialtext-WikiTest
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Luke Closs, <luke.closs at socialtext.com>
+Source: http://search.cpan.org/dist/Socialtext-WikiTest/
+Name: Socialtext-WikiTest
 
-Files: *
 Copyright: 2006, 2007 Luke Closs, <luke.closs at socialtext.com>
-License-Alias: Perl
-License: Artistic | GPL-1+
+License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright: 2009, Christoph Berg <myon at debian.org>
-License: Artistic | GPL-1+
+License: Artistic or GPL-1+
 
 License: Artistic
     This program is free software; you can redistribute it and/or modify

Added: trunk/libsocialtext-wikitest-perl/debian/patches/perl-5.12.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsocialtext-wikitest-perl/debian/patches/perl-5.12.patch?rev=57934&op=file
==============================================================================
--- trunk/libsocialtext-wikitest-perl/debian/patches/perl-5.12.patch (added)
+++ trunk/libsocialtext-wikitest-perl/debian/patches/perl-5.12.patch Sat May 15 03:33:44 2010
@@ -1,0 +1,28 @@
+From: Niko Tyni <ntyni at debian.org>
+Date: Fri, 14 May 2010 09:56:02 +0300
+Bug-Debian: http://bugs.debian.org/579032
+Subject: Fix a test failure with Perl 5.12.0 due to improved regexp comparisons
+
+The regexp implementation changed in the Perl 5.11 series, and
+test_deeply() now compares them more carefully, as shown by
+
+ perl -MTest::More=no_plan -e 'is_deeply(qr/a/s, qr/a/)'
+diff --git a/t/fixture-selenese.t b/t/fixture-selenese.t
+index 4e9f6d0..c83b720 100644
+--- a/t/fixture-selenese.t
++++ b/t/fixture-selenese.t
+@@ -29,9 +29,9 @@ EOT
+         [ title_like => qr/\Qmonkey\E/ ],
+         [ text_like => ['//body', qr/\Qwater\E/] ],
+         [ text_like => ['//body', qr/\Qpen?\E/] ],
+-        [ text_like => ['//body', qr/pen?/] ],
++        [ text_like => ['//body', qr/pen?/s] ],
+         [ confirmation_like => qr/\Qpen?\E/ ],
+-        [ confirmation_like => qr/pen?/ ],
++        [ confirmation_like => qr/pen?/s ],
+         [ click_ok => 'foo' ],
+         [ wait_for_page_to_load_ok => 10000 ],
+     ],
+-- 
+1.7.1
+

Modified: trunk/libsocialtext-wikitest-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsocialtext-wikitest-perl/debian/patches/series?rev=57934&op=diff
==============================================================================
--- trunk/libsocialtext-wikitest-perl/debian/patches/series (original)
+++ trunk/libsocialtext-wikitest-perl/debian/patches/series Sat May 15 03:33:44 2010
@@ -1,1 +1,2 @@
 fix-pod.patch
+perl-5.12.patch

Modified: trunk/libsocialtext-wikitest-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsocialtext-wikitest-perl/debian/rules?rev=57934&op=diff
==============================================================================
--- trunk/libsocialtext-wikitest-perl/debian/rules (original)
+++ trunk/libsocialtext-wikitest-perl/debian/rules Sat May 15 03:33:44 2010
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh --with quilt $@
+	dh $@

Added: trunk/libsocialtext-wikitest-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsocialtext-wikitest-perl/debian/source/format?rev=57934&op=file
==============================================================================
--- trunk/libsocialtext-wikitest-perl/debian/source/format (added)
+++ trunk/libsocialtext-wikitest-perl/debian/source/format Sat May 15 03:33:44 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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