r70380 - in /trunk/libboulder-perl/debian: changelog patches/fix_pod.patch

rra at users.alioth.debian.org rra at users.alioth.debian.org
Sat Mar 5 05:48:50 UTC 2011


Author: rra
Date: Sat Mar  5 05:48:41 2011
New Revision: 70380

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=70380
Log:
Fix additional spelling and formatting errors in POD

Modified:
    trunk/libboulder-perl/debian/changelog
    trunk/libboulder-perl/debian/patches/fix_pod.patch

Modified: trunk/libboulder-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libboulder-perl/debian/changelog?rev=70380&op=diff
==============================================================================
--- trunk/libboulder-perl/debian/changelog (original)
+++ trunk/libboulder-perl/debian/changelog Sat Mar  5 05:48:41 2011
@@ -21,6 +21,8 @@
   * Switch to source format 3.0 (quilt) and remove quilt dependencies.
   * Update standards version to 3.9.1.
   * Remove unnecessary Priority and Section fields in the binary stanza.
+  * Fix additional spelling and formatting errors in the POD
+    documentation.
 
  -- gregor herrmann <gregoa at debian.org>  Sat, 07 Jun 2008 03:34:28 +0200
 

Modified: trunk/libboulder-perl/debian/patches/fix_pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libboulder-perl/debian/patches/fix_pod.patch?rev=70380&op=diff
==============================================================================
--- trunk/libboulder-perl/debian/patches/fix_pod.patch (original)
+++ trunk/libboulder-perl/debian/patches/fix_pod.patch Sat Mar  5 05:48:41 2011
@@ -1,10 +1,9 @@
 Author: Russ Allbery <rra at debian.org>
-Description: Add some whitespace to the prototypes in the Boulder::XML
-documentation so that nroff can determine where to split lines.
+Description: Fix various POD formatting and spelling errors.
 
---- a/Boulder/XML.pm
-+++ b/Boulder/XML.pm
-@@ -101,7 +101,7 @@ contain a mixture of tags and text.
+--- libboulder-perl.orig/Boulder/XML.pm
++++ libboulder-perl/Boulder/XML.pm
+@@ -101,7 +101,7 @@
  
  =item $stream = Boulder::XML->new(*IN,*OUT);
  
@@ -13,7 +12,7 @@
  
  new() creates a new Boulder::XML stream that can be read from or
  written to.  All arguments are optional.
-@@ -127,7 +127,7 @@ written to.  All arguments are optional.
+@@ -127,7 +127,7 @@
  
  =item $fh = Boulder::XML->newFh(*IN,*OUT);
  
@@ -22,3 +21,171 @@
  
  The newFh() constructor creates a tied filehandle that can read and
  write Boulder::XML streams.  Invoking <> on the filehandle will
+--- libboulder-perl.orig/Boulder/Genbank.pm
++++ libboulder-perl/Boulder/Genbank.pm
+@@ -339,13 +339,13 @@
+ 
+ The names "-type" and "-types" can be used interchangeably.
+ 
++=back
++
+ =head2 $seqObj = $entry->bioSeq;
+ 
+ Returns a L<Bio::Seq> object from the Bioperl project.  Dies with an
+ error message unless the Bio::Seq module is installed.
+ 
+-=back
+-
+ =head1 OUTPUT TAGS
+ 
+ The tags returned by the parsing operation are taken from the NCBI
+--- libboulder-perl.orig/Boulder/Medline.pm
++++ libboulder-perl/Boulder/Medline.pm
+@@ -119,46 +119,46 @@
+ 
+ These are tags that appear at the top level of the parsed Medline entry.
+ 
+-=over 4
++    ABSTRACT
++    ABSTRACT AUTHOR
++    ADDRESS
++    AUTHOR
++    CALL NUMBER
++    CAS REGISTRY/EC NUMBER
++    CLASS UPDATE DATE
++    COMMENTS
++    COUNTRY
++    DATE OF ENTRY
++    DATE OF PUBLICATION
++    ENGLISH ABSTRACT INDICATOR
++    ENTRY MONTH
++    GENE SYMBOL
++    ID NUMBER
++    INDEXING PRIORITY
++    ISSN
++    ISSUE/PART/SUPPLEMENT
++    JOURNAL SUBSET
++    JOURNAL TITLE CODE
++    LANGUAGE
++    LAST REVISION DATE
++    MACHINE-READABLE IDENTIFIER
++    MeSH HEADING
++    NO-AUTHOR INDICATOR
++    NOT FOR PUBLICATION
++    NUMBER OF REFERENCES
++    PAGINATION
++    PERSONAL NAME AS SUBJECT
++    PUBLICATION TYPE
++    RECORD ORIGINATOR
++    SECONDARY SOURCE ID
++    SPECIAL LIST INDICATOR
++    TITLE
++    TITLE ABBREVIATION
++    TRANSLITERATED/VERNACULAR  TITLE
++    UNIQUE IDENTIFIER
++    VOLUME ISSUE
+ 
+-ABSTRACT
+-ABSTRACT AUTHOR
+-ADDRESS
+-AUTHOR
+-CALL NUMBER
+-CAS REGISTRY/EC NUMBER
+-CLASS UPDATE DATE
+-COMMENTS
+-COUNTRY
+-DATE OF ENTRY
+-DATE OF PUBLICATION
+-ENGLISH ABSTRACT INDICATOR
+-ENTRY MONTH
+-GENE SYMBOL
+-ID NUMBER
+-INDEXING PRIORITY
+-ISSN
+-ISSUE/PART/SUPPLEMENT
+-JOURNAL SUBSET
+-JOURNAL TITLE CODE
+-LANGUAGE
+-LAST REVISION DATE
+-MACHINE-READABLE IDENTIFIER
+-MeSH HEADING
+-NO-AUTHOR INDICATOR
+-NOT FOR PUBLICATION
+-NUMBER OF REFERENCES
+-PAGINATION
+-PERSONAL NAME AS SUBJECT
+-PUBLICATION TYPE
+-RECORD ORIGINATOR
+-SECONDARY SOURCE ID
+-SPECIAL LIST INDICATOR
+-TITLE
+-TITLE ABBREVIATION
+-TRANSLITERATED/VERNACULAR  TITLE
+-UNIQUE IDENTIFIER
+-VOLUME ISSUE
++=over 4
+ 
+ =item Identifier
+ 
+--- libboulder-perl.orig/Stone/Cursor.pm
++++ libboulder-perl/Stone/Cursor.pm
+@@ -25,6 +25,8 @@
+ 
+ =head2 CLASS METHODS
+ 
++=over 4
++
+ =item Boulder::Cursor->new($stone)
+ 
+ Return a new Boulder::Cursor over the specified L<Stone> object.  This
+@@ -34,8 +36,12 @@
+ 
+   my $cursor = $stone->cursor;
+ 
++=back
++
+ =head2 OBJECT METHODS
+ 
++=over 4
++
+ =item $cursor->each() 
+ 
+ Iterate over the attached B<Stone>.  Each iteration will return a
+@@ -59,6 +65,8 @@
+ This resets the cursor back to the beginning of the associated
+ B<Stone>.
+ 
++=back
++
+ =head1 AUTHOR
+ 
+ Lincoln D. Stein <lstein at cshl.org>.
+--- libboulder-perl.orig/Stone/GB_Sequence.pm
++++ libboulder-perl/Stone/GB_Sequence.pm
+@@ -87,13 +87,13 @@
+ 
+ The names "-type" and "-types" can be used interchangeably.
+ 
++=back
++
+ =head2 $seqObj = $entry->bioSeq;
+ 
+ Returns a L<Bio::Seq> object from the Bioperl project.  Dies with an
+ error message unless the Bio::Seq module is installed.
+ 
+-=back
+-
+ =head1 AUTHOR
+ 
+ Lincoln D. Stein <lstein at cshl.org>.
+--- libboulder-perl.orig/Boulder.pod
++++ libboulder-perl/Boulder.pod
+@@ -110,7 +110,7 @@
+ 
+ =head2 Hierarchical Records
+ 
+-The simple boulder format can be extended to accomodate nested
++The simple boulder format can be extended to accommodate nested
+ relations and other intresting structures.  Nested records can be
+ created in this way:
+ 




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