r52095 - in /trunk/libdbd-xbase-perl/debian: changelog patches/pod_spelling.patch patches/series
dmn at users.alioth.debian.org
dmn at users.alioth.debian.org
Wed Feb 3 09:33:43 UTC 2010
Author: dmn
Date: Wed Feb 3 09:33:30 2010
New Revision: 52095
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=52095
Log:
add pod_spelling.patch fixing some spelling errors in POD (thanks, lintian)
Added:
trunk/libdbd-xbase-perl/debian/patches/pod_spelling.patch
Modified:
trunk/libdbd-xbase-perl/debian/changelog
trunk/libdbd-xbase-perl/debian/patches/series
Modified: trunk/libdbd-xbase-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-xbase-perl/debian/changelog?rev=52095&op=diff
==============================================================================
--- trunk/libdbd-xbase-perl/debian/changelog (original)
+++ trunk/libdbd-xbase-perl/debian/changelog Wed Feb 3 09:33:30 2010
@@ -14,6 +14,7 @@
* add no_O_BINARY_redefine.patch stopping a warning about O_BINARY being on
module load. Closes: #494808
* migrate to DH7 tiny debian/rules
+ * add pod_spelling.patch fixing some spelling errors in POD (thanks, lintian)
-- gregor herrmann <gregoa at debian.org> Wed, 06 Aug 2008 21:33:35 -0300
Added: trunk/libdbd-xbase-perl/debian/patches/pod_spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-xbase-perl/debian/patches/pod_spelling.patch?rev=52095&op=file
==============================================================================
--- trunk/libdbd-xbase-perl/debian/patches/pod_spelling.patch (added)
+++ trunk/libdbd-xbase-perl/debian/patches/pod_spelling.patch Wed Feb 3 09:33:30 2010
@@ -1,0 +1,75 @@
+# Description: fix some spelling errors
+# Author: Damyan Ivanov <dmn at debian.org>
+--- a/lib/DBD/XBase.pm
++++ b/lib/DBD/XBase.pm
+@@ -156,7 +156,7 @@ sub quote {
+ ### return "'\Q$text\E'";
+ }
+
+-# Commit and rollback do not do anything usefull
++# Commit and rollback do not do anything useful
+ sub commit {
+ warn "Commit ineffective while AutoCommit is on"
+ if $_[0]->FETCH('Warn');
+@@ -678,7 +678,7 @@ rtrim, length. I do not have an exact id
+ functions I want to support. It's easy to write them in a couple of
+ minutes now the interface is there (check the XBase::SQL module if you
+ want to send a patch containing support for more), it's just that I do
+-not really need them and sometimes it's hard to tell what is usefull and
++not really need them and sometimes it's hard to tell what is useful and
+ what is SQL92 compatible. Comment welcome.
+
+ The select command may contain and order by clause. Only one column is
+--- a/lib/XBase.pm
++++ b/lib/XBase.pm
+@@ -1047,7 +1047,7 @@ B<name> is then the name of the table, o
+ B<memofile> specifies non standard name for the associated memo file.
+ By default it's the name of the dbf file, with extension dbt or fpt.
+
+-B<ignorememo> ignore memo file at all. This is usefull if you've lost
++B<ignorememo> ignore memo file at all. This is useful if you've lost
+ the dbt file and you do not need it. Default is false.
+
+ B<memosep> separator of memo records in the dBase III dbt files. The
+@@ -1193,7 +1193,7 @@ in the hash retain their value.
+
+ =back
+
+-To explicitely delete/undelete a record, use methods B<delete_record>
++To explicitly delete/undelete a record, use methods B<delete_record>
+ or B<undelete_record> with record number as a parameter.
+
+ Assorted examples of reading and writing:
+--- a/lib/XBase/Base.pm
++++ b/lib/XBase/Base.pm
+@@ -353,7 +353,7 @@ Unlinks the file.
+
+ =item create_file
+
+-Creates file of given name. Second (optional) paramater is the
++Creates file of given name. Second (optional) parameter is the
+ permission specification for the file.
+
+ =back
+--- a/lib/XBase/FAQ.pod
++++ b/lib/XBase/FAQ.pod
+@@ -117,7 +117,7 @@ If you want to match wildcards with B<DB
+ =item Can I sue you if B<XBase.pm/DBD::XBase> corrupts my data?
+
+ No. At least, I hope no. The software is provided without any
+-warranty, in a hope you might find is usefull. Which is by the way
++warranty, in a hope you might find is useful. Which is by the way
+ the same as with most other software, even if you pay for that. What
+ is different with B<XBase.pm/DBD::XBase> is the fact that if you find out
+ that the results are different from those expected, you are welcome to
+--- a/lib/XBase/Index.pm
++++ b/lib/XBase/Index.pm
+@@ -1760,7 +1760,7 @@ making my life easier in helping you.
+
+ =head2 Programmer's notes
+
+-Programmers might find the following information usefull when trying
++Programmers might find the following information useful when trying
+ to debug XBase::Index from their files:
+
+ The XBase::Index module contains the basic XBase::Index package and
Modified: trunk/libdbd-xbase-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-xbase-perl/debian/patches/series?rev=52095&op=diff
==============================================================================
--- trunk/libdbd-xbase-perl/debian/patches/series (original)
+++ trunk/libdbd-xbase-perl/debian/patches/series Wed Feb 3 09:33:30 2010
@@ -1,3 +1,4 @@
Makefile.PL.patch
underline-dump.patch
no_O_BINARY_redefine.patch
+pod_spelling.patch
More information about the Pkg-perl-cvs-commits
mailing list