r58091 - in /trunk/libcoro-perl/debian: changelog control patches/series patches/t19.patch rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed May 19 18:18:18 UTC 2010


Author: gregoa
Date: Wed May 19 18:15:49 2010
New Revision: 58091

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=58091
Log:
Make test suite verbose in order to track down #578458. Add a temporary
patch to the test to get values in case of failures.

Added:
    trunk/libcoro-perl/debian/patches/t19.patch
Modified:
    trunk/libcoro-perl/debian/changelog
    trunk/libcoro-perl/debian/control
    trunk/libcoro-perl/debian/patches/series
    trunk/libcoro-perl/debian/rules

Modified: trunk/libcoro-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcoro-perl/debian/changelog?rev=58091&op=diff
==============================================================================
--- trunk/libcoro-perl/debian/changelog (original)
+++ trunk/libcoro-perl/debian/changelog Wed May 19 18:15:49 2010
@@ -2,6 +2,8 @@
 
   * New upstream release.
   * Update years of copyright for libcoro.
+  * Make test suite verbose in order to track down #578458. Add a temporary
+    patch to the test to get values in case of failures.
 
  -- gregor herrmann <gregoa at debian.org>  Wed, 19 May 2010 19:54:05 +0200
 

Modified: trunk/libcoro-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcoro-perl/debian/control?rev=58091&op=diff
==============================================================================
--- trunk/libcoro-perl/debian/control (original)
+++ trunk/libcoro-perl/debian/control Wed May 19 18:15:49 2010
@@ -1,7 +1,7 @@
 Source: libcoro-perl
 Section: perl
 Priority: optional
-Build-Depends: perl, debhelper (>= 7),
+Build-Depends: perl, debhelper (>= 7.0.50~),
  libguard-perl, libanyevent-perl (>= 5), libcommon-sense-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>,

Modified: trunk/libcoro-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcoro-perl/debian/patches/series?rev=58091&op=diff
==============================================================================
--- trunk/libcoro-perl/debian/patches/series (original)
+++ trunk/libcoro-perl/debian/patches/series Wed May 19 18:15:49 2010
@@ -1,2 +1,3 @@
 whatis.patch
 spelling.patch
+t19.patch

Added: trunk/libcoro-perl/debian/patches/t19.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcoro-perl/debian/patches/t19.patch?rev=58091&op=file
==============================================================================
--- trunk/libcoro-perl/debian/patches/t19.patch (added)
+++ trunk/libcoro-perl/debian/patches/t19.patch Wed May 19 18:15:49 2010
@@ -1,0 +1,16 @@
+Description: output values in case of test failures
+Origin: vendor
+Bug: http://bugs.debian.org/578458
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2010-05-19
+
+--- a/t/19_handle.t
++++ b/t/19_handle.t
+@@ -46,4 +46,6 @@
+    $ex[$c] eq $p or
+    	print "not ";
+    print "ok " . (1 + $c) . "\n";
++   $ex[$c] eq $p or
++   	print "expected: '" . $ex[$c] . "', got: '" . $p . "'\n";
+ }

Modified: trunk/libcoro-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcoro-perl/debian/rules?rev=58091&op=diff
==============================================================================
--- trunk/libcoro-perl/debian/rules (original)
+++ trunk/libcoro-perl/debian/rules Wed May 19 18:15:49 2010
@@ -2,3 +2,6 @@
 
 %:
 	dh $@
+
+override_dh_auto_test:
+	prove --blib --verbose t/*.t




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