r67586 - in /trunk/libio-all-perl/debian: changelog patches/ patches/dirname.patch patches/series

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Jan 20 21:09:33 UTC 2011


Author: gregoa
Date: Thu Jan 20 21:09:05 2011
New Revision: 67586

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=67586
Log:
Add a patch to relax the regexp that checks for the build directory name
in a test.

Added:
    trunk/libio-all-perl/debian/patches/
    trunk/libio-all-perl/debian/patches/dirname.patch
    trunk/libio-all-perl/debian/patches/series
Modified:
    trunk/libio-all-perl/debian/changelog

Modified: trunk/libio-all-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-perl/debian/changelog?rev=67586&op=diff
==============================================================================
--- trunk/libio-all-perl/debian/changelog (original)
+++ trunk/libio-all-perl/debian/changelog Thu Jan 20 21:09:05 2011
@@ -1,7 +1,4 @@
 libio-all-perl (0.41-1) UNRELEASED; urgency=low
-
-  Currently FTBFS with Test::More -- I thought this release was
-  supposed to fix that!
 
   [ Jonathan Yu ]
   * New upstream release
@@ -11,6 +8,10 @@
   * Add myself to Uploaders and Copyright
   * Use new 3.0 (quilt) source format
   * Refresh copyright information
+
+  [ gregor herrmann ]
+  * Add a patch to relax the regexp that checks for the build directory name
+    in a test.
 
  -- Jonathan Yu <jawnsy at cpan.org>  Fri, 24 Dec 2010 00:28:08 -0500
 

Added: trunk/libio-all-perl/debian/patches/dirname.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-perl/debian/patches/dirname.patch?rev=67586&op=file
==============================================================================
--- trunk/libio-all-perl/debian/patches/dirname.patch (added)
+++ trunk/libio-all-perl/debian/patches/dirname.patch Thu Jan 20 21:09:05 2011
@@ -1,0 +1,14 @@
+Description: relax regex for dirname change; our tools may build in libio-all-perl* instead if IO-All*
+Origin: vendor
+Forwarded: not needed
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2011-01-20
+
+--- a/t/chdir.t
++++ b/t/chdir.t
+@@ -10,4 +10,4 @@
+     my $dir = io('t')->chdir;
+     is((io(io->curdir->absolute->pathname)->splitdir)[-1], 't');
+ }
+-like((io(io->curdir->absolute->pathname)->splitdir)[-1], qr'(?i:^IO-All)');
++like((io(io->curdir->absolute->pathname)->splitdir)[-1], qr'(?i:IO-All)');

Added: trunk/libio-all-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-all-perl/debian/patches/series?rev=67586&op=file
==============================================================================
--- trunk/libio-all-perl/debian/patches/series (added)
+++ trunk/libio-all-perl/debian/patches/series Thu Jan 20 21:09:05 2011
@@ -1,0 +1,1 @@
+dirname.patch




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