r63447 - in /trunk/libdbi-perl/debian: changelog patches/t__06attrs.t__localefix.patch

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Wed Oct 6 22:08:03 UTC 2010


Author: periapt-guest
Date: Wed Oct  6 22:07:48 2010
New Revision: 63447

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

Modified:
    trunk/libdbi-perl/debian/changelog
    trunk/libdbi-perl/debian/patches/t__06attrs.t__localefix.patch

Modified: trunk/libdbi-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbi-perl/debian/changelog?rev=63447&op=diff
==============================================================================
--- trunk/libdbi-perl/debian/changelog (original)
+++ trunk/libdbi-perl/debian/changelog Wed Oct  6 22:07:48 2010
@@ -13,6 +13,7 @@
   [ Nicholas Bamber ]
   * New upstream release
   * Added myself to Uploaders
+  * Refreshed locale patch
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Wed, 06 Oct 2010 20:37:35 +0100
 

Modified: trunk/libdbi-perl/debian/patches/t__06attrs.t__localefix.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbi-perl/debian/patches/t__06attrs.t__localefix.patch?rev=63447&op=diff
==============================================================================
--- trunk/libdbi-perl/debian/patches/t__06attrs.t__localefix.patch (original)
+++ trunk/libdbi-perl/debian/patches/t__06attrs.t__localefix.patch Wed Oct  6 22:07:48 2010
@@ -1,11 +1,13 @@
-LC_ALL=C for the error messages in the statement handle tests.
-
+Subject: LC_ALL=C for the error messages in the statement handle tests.
+Reviewed-by: Nicholas Bamber <nicholas at periapt.co.uk>
+Last-Update: 2010-10-06
+Forwarded: not-needed
 --- a/t/06attrs.t
 +++ b/t/06attrs.t
 @@ -3,6 +3,7 @@
  use strict;
  
- use Test::More tests => 145;
+ use Test::More tests => 148;
 +use POSIX qw(setlocale LC_ALL);
  
  ## ----------------------------------------------------------------------------




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