r57546 - in /trunk/libkinosearch1-perl/debian: changelog 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:30:29 UTC 2010


Author: jawnsy-guest
Date: Thu May  6 02:30:22 2010
New Revision: 57546

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=57546
Log:
prepare for upload

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

Modified: trunk/libkinosearch1-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libkinosearch1-perl/debian/changelog?rev=57546&op=diff
==============================================================================
--- trunk/libkinosearch1-perl/debian/changelog (original)
+++ trunk/libkinosearch1-perl/debian/changelog Thu May  6 02:30:22 2010
@@ -1,5 +1,5 @@
 libkinosearch1-perl (1.00-1) UNRELEASED; urgency=low
 
-  * Initial Release.
+  * Initial Release (Closes: #580375)
 
  -- Jonathan Yu <jawnsy at cpan.org>  Wed, 5 May 2010 09:54:16 -0400

Added: trunk/libkinosearch1-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libkinosearch1-perl/debian/patches/fix-pod-spelling.patch?rev=57546&op=file
==============================================================================
--- trunk/libkinosearch1-perl/debian/patches/fix-pod-spelling.patch (added)
+++ trunk/libkinosearch1-perl/debian/patches/fix-pod-spelling.patch Thu May  6 02:30:22 2010
@@ -1,0 +1,15 @@
+Description: fix POD spelling errors
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- a/lib/KinoSearch1/Searcher.pm
++++ b/lib/KinoSearch1/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/libkinosearch1-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libkinosearch1-perl/debian/patches/series?rev=57546&op=file
==============================================================================
--- trunk/libkinosearch1-perl/debian/patches/series (added)
+++ trunk/libkinosearch1-perl/debian/patches/series Thu May  6 02:30:22 2010
@@ -1,0 +1,1 @@
+fix-pod-spelling.patch

Modified: trunk/libkinosearch1-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libkinosearch1-perl/debian/rules?rev=57546&op=diff
==============================================================================
--- trunk/libkinosearch1-perl/debian/rules (original)
+++ trunk/libkinosearch1-perl/debian/rules Thu May  6 02:30:22 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