r55184 - in /trunk/libdbm-deep-perl/debian: changelog patches/manpage-has-bad-whatis-entry.patch patches/series patches/spelling.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Mar 30 19:38:38 UTC 2010


Author: gregoa
Date: Tue Mar 30 19:38:28 2010
New Revision: 55184

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=55184
Log:
Update manpage-has-bad-whatis-entry.patch, add spelling.patch.

Added:
    trunk/libdbm-deep-perl/debian/patches/spelling.patch
Modified:
    trunk/libdbm-deep-perl/debian/changelog
    trunk/libdbm-deep-perl/debian/patches/manpage-has-bad-whatis-entry.patch
    trunk/libdbm-deep-perl/debian/patches/series

Modified: trunk/libdbm-deep-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbm-deep-perl/debian/changelog?rev=55184&op=diff
==============================================================================
--- trunk/libdbm-deep-perl/debian/changelog (original)
+++ trunk/libdbm-deep-perl/debian/changelog Tue Mar 30 19:38:28 2010
@@ -16,6 +16,7 @@
   * Build depend on Test::More 0.88.
   * Minimize debian/rules.
   * Update formatting in debian/copyright.
+  * Update manpage-has-bad-whatis-entry.patch, add spelling.patch.
 
  -- gregor herrmann <gregoa at debian.org>  Tue, 30 Mar 2010 21:15:28 +0200
 

Modified: trunk/libdbm-deep-perl/debian/patches/manpage-has-bad-whatis-entry.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbm-deep-perl/debian/patches/manpage-has-bad-whatis-entry.patch?rev=55184&op=diff
==============================================================================
--- trunk/libdbm-deep-perl/debian/patches/manpage-has-bad-whatis-entry.patch (original)
+++ trunk/libdbm-deep-perl/debian/patches/manpage-has-bad-whatis-entry.patch Tue Mar 30 19:38:28 2010
@@ -1,11 +1,15 @@
-# fix some missing pod entries
+Description: fix some missing pod entries
+Forwarded: no
+Author: AGOSTINI Yves <agostini at univ-metz.fr>
+Author: gregor herrmann <gregoa at debian.org>
+
 --- a/lib/DBM/Deep/Cookbook.pod
 +++ b/lib/DBM/Deep/Cookbook.pod
 @@ -1,6 +1,6 @@
  =head1 NAME
  
 -DBM::Deep::Cookbook
-+DBM::Deep::Cookbook - Cookbook for DBM::Deep 
++DBM::Deep::Cookbook - Cookbook for DBM::Deep
  
  =head1 DESCRIPTION
  
@@ -19,3 +23,69 @@
  
  =head1 DESCRIPTION
  
+--- a/lib/DBM/Deep/Engine.pm
++++ b/lib/DBM/Deep/Engine.pm
+@@ -51,7 +51,7 @@ my %StP = (
+ 
+ =head1 NAME
+ 
+-DBM::Deep::Engine
++DBM::Deep::Engine - mediate mapping between DBM::Deep objects and storage medium
+ 
+ =head1 PURPOSE
+ 
+--- a/lib/DBM/Deep/File.pm
++++ b/lib/DBM/Deep/File.pm
+@@ -11,7 +11,7 @@ use constant DEBUG => 0;
+ 
+ =head1 NAME
+ 
+-DBM::Deep::File
++DBM::Deep::File - mediate low-level interaction with storage mechanism
+ 
+ =head1 PURPOSE
+ 
+--- a/lib/DBM/Deep/Iterator.pm
++++ b/lib/DBM/Deep/Iterator.pm
+@@ -10,7 +10,7 @@ use DBM::Deep::Iterator::Index ();
+ 
+ =head1 NAME
+ 
+-DBM::Deep::Iterator
++DBM::Deep::Iterator - iterator for FIRSTKEY() and NEXTKEY()
+ 
+ =head1 PURPOSE
+ 
+--- a/lib/DBM/Deep/Iterator/BucketList.pm
++++ b/lib/DBM/Deep/Iterator/BucketList.pm
+@@ -7,7 +7,7 @@ use warnings FATAL => 'all';
+ 
+ =head1 NAME
+ 
+-DBM::Deep::Iterator::BucketList
++DBM::Deep::Iterator::BucketList - mediate between DBM::Deep::Iterator and DBM::Deep::Engine::Sector::BucketList
+ 
+ =head1 PURPOSE
+ 
+--- a/lib/DBM/Deep/Iterator/Index.pm
++++ b/lib/DBM/Deep/Iterator/Index.pm
+@@ -7,7 +7,7 @@ use warnings FATAL => 'all';
+ 
+ =head1 NAME
+ 
+-DBM::Deep::Iterator::Index
++DBM::Deep::Iterator::Index - mediator between DBM::Deep::Iterator and DBM::Deep::Engine::Sector::Index
+ 
+ =head1 PURPOSE
+ 
+--- a/lib/DBM/Deep/Null.pm
++++ b/lib/DBM/Deep/Null.pm
+@@ -9,7 +9,7 @@ use warnings FATAL => 'all';
+ 
+ =head1 NAME
+ 
+-DBM::Deep::Null
++DBM::Deep::Null - NULL object
+ 
+ =head1 PURPOSE
+ 

Modified: trunk/libdbm-deep-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbm-deep-perl/debian/patches/series?rev=55184&op=diff
==============================================================================
--- trunk/libdbm-deep-perl/debian/patches/series (original)
+++ trunk/libdbm-deep-perl/debian/patches/series Tue Mar 30 19:38:28 2010
@@ -1,1 +1,2 @@
 manpage-has-bad-whatis-entry.patch
+spelling.patch

Added: trunk/libdbm-deep-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbm-deep-perl/debian/patches/spelling.patch?rev=55184&op=file
==============================================================================
--- trunk/libdbm-deep-perl/debian/patches/spelling.patch (added)
+++ trunk/libdbm-deep-perl/debian/patches/spelling.patch Tue Mar 30 19:38:28 2010
@@ -1,0 +1,44 @@
+Author: gregor herrmann <gregoa at debian.org>
+Description: spelling mistakes
+Forwarded: no
+
+--- a/lib/DBM/Deep.pod
++++ b/lib/DBM/Deep.pod
+@@ -89,7 +89,7 @@ specify the C<type> parameter:
+       type => DBM::Deep->TYPE_ARRAY
+   );
+ 
+-B<Note:> Specifing the C<type> parameter only takes effect when beginning
++B<Note:> Specifying the C<type> parameter only takes effect when beginning
+ a new DB file. If you create a DBM::Deep object with an existing file, the
+ C<type> will be loaded from the file header, and an error will be thrown if
+ the wrong type is passed in.
+@@ -657,7 +657,7 @@ four available filter hooks.
+ 
+ =head2 set_filter()
+ 
+-This method takes two paramters - the filter type and the filter subreference.
++This method takes two parameters - the filter type and the filter subreference.
+ The four types are:
+ 
+ =over
+@@ -1076,7 +1076,7 @@ Originally written by Joseph Huckaby, L<
+ =head1 SPONSORS
+ 
+ Stonehenge Consulting (L<http://www.stonehenge.com/>) sponsored the
+-developement of transactions and freespace management, leading to the 1.0000
++development of transactions and freespace management, leading to the 1.0000
+ release. A great debt of gratitude goes out to them for their continuing
+ leadership in and support of the Perl community.
+ 
+--- a/lib/DBM/Deep/Engine.pm
++++ b/lib/DBM/Deep/Engine.pm
+@@ -138,7 +138,7 @@ as well as Durability.)
+ 
+ Other DBMSes use transaction logs (a separate file, generally) to achieve Durability.
+ As DBM::Deep is a single-file, we would have to do something similar to what SQLite
+-and BDB do in terms of committing using synchonized writes. To do this, we would have
++and BDB do in terms of committing using synchronized writes. To do this, we would have
+ to use a much higher RAM footprint and some serious programming that make my head
+ hurts just to think about it.
+ 




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