r57545 - in /trunk/libkinosearch-perl/debian: changelog control patches/ patches/fix-pod-spelling.patch patches/series rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu May 6 02:26:33 UTC 2010


Author: jawnsy-guest
Date: Thu May  6 02:26:25 2010
New Revision: 57545

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=57545
Log:
* Use an override to remove manpages for private modules
* Add a patch to fix POD spelling errors

Added:
    trunk/libkinosearch-perl/debian/patches/
    trunk/libkinosearch-perl/debian/patches/fix-pod-spelling.patch
    trunk/libkinosearch-perl/debian/patches/series
Modified:
    trunk/libkinosearch-perl/debian/changelog
    trunk/libkinosearch-perl/debian/control
    trunk/libkinosearch-perl/debian/rules

Modified: trunk/libkinosearch-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libkinosearch-perl/debian/changelog?rev=57545&op=diff
==============================================================================
--- trunk/libkinosearch-perl/debian/changelog (original)
+++ trunk/libkinosearch-perl/debian/changelog Thu May  6 02:26:25 2010
@@ -6,8 +6,10 @@
   * Rewrite control description
   * Add a NEWS entry describing the transition process
   * Refresh copyright to new DEP5 format
+  * Use an override to remove manpages for private modules
+  * Add a patch to fix POD spelling errors
 
- -- Jonathan Yu <jawnsy at cpan.org>  Wed, 05 May 2010 10:33:48 -0400
+ -- Jonathan Yu <jawnsy at cpan.org>  Wed, 05 May 2010 23:03:25 -0400
 
 libkinosearch-perl (0.165-1) unstable; urgency=low
 

Modified: trunk/libkinosearch-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libkinosearch-perl/debian/control?rev=57545&op=diff
==============================================================================
--- trunk/libkinosearch-perl/debian/control (original)
+++ trunk/libkinosearch-perl/debian/control Thu May  6 02:26:25 2010
@@ -1,7 +1,8 @@
 Source: libkinosearch-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), perl, perl (>= 5.10) | libmodule-build-perl,
+Build-Depends: debhelper (>= 7.0.50), perl,
+ perl (>= 5.10) | libmodule-build-perl,
  liblingua-stopwords-perl, liblingua-stem-snowball-perl,
  perl (>= 5.10) | libcompress-zlib-perl,
  perl (>= 5.10) | libextutils-cbuilder-perl,
@@ -29,7 +30,7 @@
   * Incremental indexing (addition/deletion of documents to/from an existing
     index)
   * Full support for 12 Indo-European languages
-  * Support for boolean operators (AND, OR, and AND NOT), parenthetical
+  * Support for boolean operators (AND, OR, as well as AND NOT), parenthetical
     groupings, and prepended +plus and -minus
   * Algorithmic selection of relevant excerpts and highlighting of search
     terms within excerpts

Added: 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=57545&op=file
==============================================================================
--- trunk/libkinosearch-perl/debian/patches/fix-pod-spelling.patch (added)
+++ trunk/libkinosearch-perl/debian/patches/fix-pod-spelling.patch Thu May  6 02:26:25 2010
@@ -1,0 +1,15 @@
+Description: fix POD spelling errors
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- a/lib/KinoSearch/Searcher.pm
++++ b/lib/KinoSearch/Searcher.pm
+@@ -240,7 +240,7 @@
+ 
+ When a Searcher is created, a small portion of the invindex is loaded into
+ memory.  For large document collections, this startup time may become
+-noticable, in which case reusing the searcher is likely to speed up your
++noticeable, in which case reusing the searcher is likely to speed up your
+ search application.  Caching a Searcher is especially helpful when running a
+ high-activity app under mod_perl.
+ 

Added: trunk/libkinosearch-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libkinosearch-perl/debian/patches/series?rev=57545&op=file
==============================================================================
--- trunk/libkinosearch-perl/debian/patches/series (added)
+++ trunk/libkinosearch-perl/debian/patches/series Thu May  6 02:26:25 2010
@@ -1,0 +1,1 @@
+fix-pod-spelling.patch

Modified: trunk/libkinosearch-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libkinosearch-perl/debian/rules?rev=57545&op=diff
==============================================================================
--- trunk/libkinosearch-perl/debian/rules (original)
+++ trunk/libkinosearch-perl/debian/rules Thu May  6 02:26:25 2010
@@ -1,4 +1,62 @@
 #!/usr/bin/make -f
+
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 %:
 	dh $@
+
+override_dh_auto_install:
+	dh_auto_install
+	# Remove manpages for 'private' modules
+	rm $(TMP)/usr/share/man/man3/KinoSearch::Index::CompoundFileReader.3pm
+	rm $(TMP)/usr/share/man/man3/KinoSearch::Index::CompoundFileWriter.3pm
+	rm $(TMP)/usr/share/man/man3/KinoSearch::Index::DelDocs.3pm
+	rm $(TMP)/usr/share/man/man3/KinoSearch::Index::FieldInfos.3pm
+	rm $(TMP)/usr/share/man/man3/KinoSearch::Index::FieldsReader.3pm
+	rm $(TMP)/usr/share/man/man3/KinoSearch::Index::FieldsWriter.3pm
+	rm $(TMP)/usr/share/man/man3/KinoSearch::Index::IndexFileNames.3pm
+	rm $(TMP)/usr/share/man/man3/KinoSearch::Index::IndexReader.3pm
+	rm $(TMP)/usr/share/man/man3/KinoSearch::Index::MultiReader.3pm
+	rm $(TMP)/usr/share/man/man3/KinoSearch::Index::MultiTermDocs.3pm
+	rm $(TMP)/usr/share/man/man3/KinoSearch::Index::NormsReader.3pm
+	rm $(TMP)/usr/share/man/man3/KinoSearch::Index::PostingsWriter.3pm
+	rm $(TMP)/usr/share/man/man3/KinoSearch::Index::SegInfos.3pm
+	rm $(TMP)/usr/share/man/man3/KinoSearch::Index::SegReader.3pm
+	rm $(TMP)/usr/share/man/man3/KinoSearch::Index::SegTermDocs.3pm
+	rm $(TMP)/usr/share/man/man3/KinoSearch::Index::SegTermEnum.3pm
+	rm $(TMP)/usr/share/man/man3/KinoSearch::Index::SegWriter.3pm
+	rm $(TMP)/usr/share/man/man3/KinoSearch::Index::TermBuffer.3pm
+	rm $(TMP)/usr/share/man/man3/KinoSearch::Index::TermDocs.3pm
+	rm $(TMP)/usr/share/man/man3/KinoSearch::Index::TermEnum.3pm
+	rm $(TMP)/usr/share/man/man3/KinoSearch::Index::TermInfo.3pm
+	rm $(TMP)/usr/share/man/man3/KinoSearch::Index::TermInfosReader.3pm
+	rm $(TMP)/usr/share/man/man3/KinoSearch::Index::TermInfosWriter.3pm
+	rm $(TMP)/usr/share/man/man3/KinoSearch::Index::TermVector.3pm
+	rm $(TMP)/usr/share/man/man3/KinoSearch::Search::BooleanClause.3pm
+	rm $(TMP)/usr/share/man/man3/KinoSearch::Search::BooleanScorer.3pm
+	rm $(TMP)/usr/share/man/man3/KinoSearch::Search::HitCollector.3pm
+	rm $(TMP)/usr/share/man/man3/KinoSearch::Search::HitQueue.3pm
+	rm $(TMP)/usr/share/man/man3/KinoSearch::Search::PhraseScorer.3pm
+	rm $(TMP)/usr/share/man/man3/KinoSearch::Search::Scorer.3pm
+	rm $(TMP)/usr/share/man/man3/KinoSearch::Search::Searchable.3pm
+	rm $(TMP)/usr/share/man/man3/KinoSearch::Search::Similarity.3pm
+	rm $(TMP)/usr/share/man/man3/KinoSearch::Search::TermScorer.3pm
+	rm $(TMP)/usr/share/man/man3/KinoSearch::Search::Weight.3pm
+	rm $(TMP)/usr/share/man/man3/KinoSearch::Store::FSLock.3pm
+	rm $(TMP)/usr/share/man/man3/KinoSearch::Store::InStream.3pm
+	rm $(TMP)/usr/share/man/man3/KinoSearch::Store::Lock.3pm
+	rm $(TMP)/usr/share/man/man3/KinoSearch::Store::OutStream.3pm
+	rm $(TMP)/usr/share/man/man3/KinoSearch::Store::RAMLock.3pm
+	rm $(TMP)/usr/share/man/man3/KinoSearch::Util::BitVector.3pm
+	rm $(TMP)/usr/share/man/man3/KinoSearch::Util::ByteBuf.3pm
+	rm $(TMP)/usr/share/man/man3/KinoSearch::Util::CClass.3pm
+	rm $(TMP)/usr/share/man/man3/KinoSearch::Util::Carp.3pm
+	rm $(TMP)/usr/share/man/man3/KinoSearch::Util::IntMap.3pm
+	rm $(TMP)/usr/share/man/man3/KinoSearch::Util::MathUtils.3pm
+	rm $(TMP)/usr/share/man/man3/KinoSearch::Util::MemManager.3pm
+	rm $(TMP)/usr/share/man/man3/KinoSearch::Util::PriorityQueue.3pm
+	rm $(TMP)/usr/share/man/man3/KinoSearch::Util::SortExternal.3pm
+	rm $(TMP)/usr/share/man/man3/KinoSearch::Util::StringHelper.3pm
+	rm $(TMP)/usr/share/man/man3/KinoSearch::Util::ToStringUtils.3pm
+	rm $(TMP)/usr/share/man/man3/KinoSearch::Util::VerifyArgs.3pm




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