r58277 - in /trunk/libdbd-csv-perl/debian: changelog patches/series patches/spelling.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat May 22 13:55:26 UTC 2010


Author: gregoa
Date: Sat May 22 13:55:20 2010
New Revision: 58277

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=58277
Log:
Add patch to fix a spelling mistake.

Added:
    trunk/libdbd-csv-perl/debian/patches/spelling.patch
Modified:
    trunk/libdbd-csv-perl/debian/changelog
    trunk/libdbd-csv-perl/debian/patches/series

Modified: trunk/libdbd-csv-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-csv-perl/debian/changelog?rev=58277&op=diff
==============================================================================
--- trunk/libdbd-csv-perl/debian/changelog (original)
+++ trunk/libdbd-csv-perl/debian/changelog Sat May 22 13:55:20 2010
@@ -6,6 +6,7 @@
   [ gregor herrmann ]
   * Bump versioned (build) dependencies as per upstream.
   * Update patch headers.
+  * Add patch to fix a spelling mistake.
 
  -- Jonathan Yu <jawnsy at cpan.org>  Wed, 05 May 2010 16:10:57 -0400
 

Modified: trunk/libdbd-csv-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-csv-perl/debian/patches/series?rev=58277&op=diff
==============================================================================
--- trunk/libdbd-csv-perl/debian/patches/series (original)
+++ trunk/libdbd-csv-perl/debian/patches/series Sat May 22 13:55:20 2010
@@ -1,1 +1,2 @@
 perlpath.patch
+spelling.patch

Added: trunk/libdbd-csv-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-csv-perl/debian/patches/spelling.patch?rev=58277&op=file
==============================================================================
--- trunk/libdbd-csv-perl/debian/patches/spelling.patch (added)
+++ trunk/libdbd-csv-perl/debian/patches/spelling.patch Sat May 22 13:55:20 2010
@@ -1,0 +1,17 @@
+Description: spelling fix
+Origin: vendor
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2010-05-22
+
+--- a/lib/DBD/CSV.pm
++++ b/lib/DBD/CSV.pm
+@@ -446,7 +446,7 @@
+ 
+     $dbh = DBI->connect ("dbi:CSV:f_dir=");
+ 
+-The prefered way of passing the arguments is by driver attributes:
++The preferred way of passing the arguments is by driver attributes:
+ 
+     # specify most possible flags via driver flags
+     $dbh = DBI->connect ("dbi:CSV:", undef, undef, {




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