r18044 - in /trunk/libdbi-perl/debian: changelog patches/t__85gofer.t__timeout.patch

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Thu Mar 27 16:34:37 UTC 2008


Author: gregoa-guest
Date: Thu Mar 27 16:34:36 2008
New Revision: 18044

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=18044
Log:
Refresh patch t__85gofer.t__timeout.patch.

Modified:
    trunk/libdbi-perl/debian/changelog
    trunk/libdbi-perl/debian/patches/t__85gofer.t__timeout.patch

Modified: trunk/libdbi-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbi-perl/debian/changelog?rev=18044&op=diff
==============================================================================
--- trunk/libdbi-perl/debian/changelog (original)
+++ trunk/libdbi-perl/debian/changelog Thu Mar 27 16:34:36 2008
@@ -2,8 +2,9 @@
 
   * New upstream release.
   * Remove patch manpage-typo, applied upstreams.
-
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Thu, 27 Mar 2008 17:29:47 +0100
+  * Refresh patch t__85gofer.t__timeout.patch.
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Thu, 27 Mar 2008 17:34:03 +0100
 
 libdbi-perl (1.602-1) unstable; urgency=low
 

Modified: trunk/libdbi-perl/debian/patches/t__85gofer.t__timeout.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbi-perl/debian/patches/t__85gofer.t__timeout.patch?rev=18044&op=diff
==============================================================================
--- trunk/libdbi-perl/debian/patches/t__85gofer.t__timeout.patch (original)
+++ trunk/libdbi-perl/debian/patches/t__85gofer.t__timeout.patch Thu Mar 27 16:34:36 2008
@@ -1,13 +1,13 @@
 # As suggested by Tim Bunce when it failed on m68k and arm
 # which are very slow
---- old/t/85gofer.t	2007-08-20 21:52:12.000000000 +0200
-+++ new/t/85gofer.t	2007-08-20 21:52:37.000000000 +0200
-@@ -40,7 +40,7 @@
+--- libdbi-perl.orig/t/85gofer.t
++++ libdbi-perl/t/85gofer.t
+@@ -46,7 +46,7 @@
  }
- my $remote_driver_dsn = "dbm_type=$dbm;lockfile=0";
+ my $remote_driver_dsn = "dbm_type=$opt_dbm;lockfile=0";
  my $remote_dsn = "dbi:DBM:$remote_driver_dsn";
--my $timeout = 10;
-+my $timeout = 100;
+-my $timeout = 30; # for slow/overloaded systems (incl virtual machines with low priority)
++my $timeout = 100; # for slow/overloaded systems (incl virtual machines with low priority)
  
  plan 'no_plan';
  




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