r37145 - in /trunk/libtest-prereq-perl/debian: changelog patches/no_cpan_shell.patch

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Mon Jun 1 09:24:20 UTC 2009


Author: ryan52-guest
Date: Mon Jun  1 09:24:15 2009
New Revision: 37145

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

Modified:
    trunk/libtest-prereq-perl/debian/changelog
    trunk/libtest-prereq-perl/debian/patches/no_cpan_shell.patch

Modified: trunk/libtest-prereq-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-prereq-perl/debian/changelog?rev=37145&op=diff
==============================================================================
--- trunk/libtest-prereq-perl/debian/changelog (original)
+++ trunk/libtest-prereq-perl/debian/changelog Mon Jun  1 09:24:15 2009
@@ -3,8 +3,9 @@
   * New upstream release
   * Add myself to Uploaders
   * Debian Policy 3.8.1
+  * refresh patch
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Mon, 01 Jun 2009 02:21:18 -0700
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Mon, 01 Jun 2009 02:24:08 -0700
 
 libtest-prereq-perl (1.036-1) unstable; urgency=low
 

Modified: trunk/libtest-prereq-perl/debian/patches/no_cpan_shell.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-prereq-perl/debian/patches/no_cpan_shell.patch?rev=37145&op=diff
==============================================================================
--- trunk/libtest-prereq-perl/debian/patches/no_cpan_shell.patch (original)
+++ trunk/libtest-prereq-perl/debian/patches/no_cpan_shell.patch Mon Jun  1 09:24:15 2009
@@ -1,8 +1,8 @@
 Author: Rene Mayorga <rmayorga at debian.org>
 Description: skip t/get_from_prereqs.t, since this test might require
  CPAN shell and network access.
---- Test-Prereq-1.036.orig/t/get_from_prereqs.t
-+++ Test-Prereq-1.036/t/get_from_prereqs.t
+--- a/t/get_from_prereqs.t
++++ b/t/get_from_prereqs.t
 @@ -2,7 +2,12 @@
  use strict;
  
@@ -12,7 +12,7 @@
 +
 +if ($ENV{CPANSHELL}) {
 +    plan skip_all => "please un-set CPANSHELL var to enable this tests";
-+} 
++}
 +plan tests => 1;
  
  use lib qw(.);




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