r69182 - in /trunk/libkinosearch-perl/debian: changelog patches/fix-pod-spelling.patch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Feb 21 02:41:04 UTC 2011


Author: jawnsy-guest
Date: Mon Feb 21 02:40:29 2011
New Revision: 69182

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=69182
Log:
builds clean, looks good, dch -r

Modified:
    trunk/libkinosearch-perl/debian/changelog
    trunk/libkinosearch-perl/debian/patches/fix-pod-spelling.patch

Modified: trunk/libkinosearch-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libkinosearch-perl/debian/changelog?rev=69182&op=diff
==============================================================================
--- trunk/libkinosearch-perl/debian/changelog (original)
+++ trunk/libkinosearch-perl/debian/changelog Mon Feb 21 02:40:29 2011
@@ -1,4 +1,4 @@
-libkinosearch-perl (0.311-1) UNRELEASED; urgency=low
+libkinosearch-perl (0.311-1) unstable; urgency=low
 
   * New upstream release
     + Updated package (build-)dependencies accordingly
@@ -9,7 +9,7 @@
   * Drop dependencies satisfied by stable (perl 5.10)
   * Remove Test::Pod from B-D-I, dropped upstream
 
- -- Jonathan Yu <jawnsy at cpan.org>  Sun, 20 Feb 2011 21:33:46 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Sun, 20 Feb 2011 22:03:36 -0500
 
 libkinosearch-perl (0.165-2) unstable; urgency=low
 

Modified: trunk/libkinosearch-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libkinosearch-perl/debian/patches/fix-pod-spelling.patch?rev=69182&op=diff
==============================================================================
--- trunk/libkinosearch-perl/debian/patches/fix-pod-spelling.patch (original)
+++ trunk/libkinosearch-perl/debian/patches/fix-pod-spelling.patch Mon Feb 21 02:40:29 2011
@@ -1,37 +1,39 @@
 Description: fix POD spelling errors
+ Note that errors need to be fixed in *.cfh files, since the POD is
+ generated from them at build time.
 Author: Jonathan Yu <jawnsy at cpan.org>
 Origin: vendor
 Forwarded: no
---- a/lib/KinoSearch/Object/BitVector.pod
-+++ b/lib/KinoSearch/Object/BitVector.pod
-@@ -182,7 +182,7 @@
+--- a/core/KinoSearch/Object/BitVector.cfh
++++ b/core/KinoSearch/Object/BitVector.cfh
+@@ -68,7 +68,7 @@
+     /** If the BitVector does not already have enough room to hold the
+      * indicated number of bits, allocate more memory so that it can.
+      * 
+-     * @param capacity Least number of bits the BitVector should accomodate.
++     * @param capacity Least number of bits the BitVector should accommodate.
+      */
+     public void
+     Grow(BitVector *self, uint32_t capacity);
+--- a/core/KinoSearch/Search/NOTQuery.cfh
++++ b/core/KinoSearch/Search/NOTQuery.cfh
+@@ -3,7 +3,7 @@
+ /** Invert the result set of another Query.
+  * 
+  * A NOTQuery wraps another L<Query|KinoSearch::Search::Query> and matches
+- * against its inverse document set.  All matching docs recieve a score of
++ * against its inverse document set.  All matching docs receive a score of
+  * 0.0.
+  *
+  * NOTQuery is often used in conjunction with
+--- a/core/KinoSearch/Search/ORQuery.cfh
++++ b/core/KinoSearch/Search/ORQuery.cfh
+@@ -4,7 +4,7 @@
+  *
+  * ORQuery is a composite L<Query|KinoSearch::Search::Query> which matches
+  * when any of its children match, so its result set is the union of their
+- * result sets.  Matching documents recieve a summed score from all matching
++ * result sets.  Matching documents receive a summed score from all matching
+  * child Queries.
+  */
  
- =item *
- 
--B<capacity> - Least number of bits the BitVector should accomodate.
-+B<capacity> - Least number of bits the BitVector should accommodate.
- 
- =back
- 
---- a/lib/KinoSearch/Search/NOTQuery.pod
-+++ b/lib/KinoSearch/Search/NOTQuery.pod
-@@ -21,7 +21,7 @@
- =head1 DESCRIPTION
- 
- A NOTQuery wraps another L<Query|KinoSearch::Search::Query> and matches
--against its inverse document set.  All matching docs recieve a score of
-+against its inverse document set.  All matching docs receive a score of
- 0.0.
- 
- NOTQuery is often used in conjunction with
---- a/lib/KinoSearch/Search/ORQuery.pod
-+++ b/lib/KinoSearch/Search/ORQuery.pod
-@@ -19,7 +19,7 @@
- 
- ORQuery is a composite L<Query|KinoSearch::Search::Query> which matches
- when any of its children match, so its result set is the union of their
--result sets.  Matching documents recieve a summed score from all matching
-+result sets.  Matching documents receive a summed score from all matching
- child Queries.
- 
- =head1 CONSTRUCTORS




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