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

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


Author: jawnsy-guest
Date: Mon Feb 21 02:10:53 2011
New Revision: 69179

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=69179
Log:
  + Updated package (build-)dependencies accordingly
* Standards-Version 3.9.1 (no changes)
* Remove overrides (new PODs are all useful)
* Refresh POD spelling patch
* Refresh copyright information
* Drop dependencies satisfied by stable (perl 5.10)
* Remove Test::Pod from B-D-I, dropped upstream

Modified:
    trunk/libkinosearch-perl/debian/changelog
    trunk/libkinosearch-perl/debian/control
    trunk/libkinosearch-perl/debian/copyright
    trunk/libkinosearch-perl/debian/patches/fix-pod-spelling.patch
    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=69179&op=diff
==============================================================================
--- trunk/libkinosearch-perl/debian/changelog (original)
+++ trunk/libkinosearch-perl/debian/changelog Mon Feb 21 02:10:53 2011
@@ -1,16 +1,15 @@
 libkinosearch-perl (0.311-1) UNRELEASED; urgency=low
 
-  WAIT for the squeeze freeze to upload this; it is a serious
-  change that may (*cough* will probably) break applications.
-  The old API is still supported in the KinoSearch1 module;
-  see libkinosearch1-perl.
+  * New upstream release
+    + Updated package (build-)dependencies accordingly
+  * Standards-Version 3.9.1 (no changes)
+  * Remove overrides (new PODs are all useful)
+  * Refresh POD spelling patch
+  * Refresh copyright information
+  * Drop dependencies satisfied by stable (perl 5.10)
+  * Remove Test::Pod from B-D-I, dropped upstream
 
-  The author gave people lots of notice beforehand; I presume
-  all major software has already been updated.
-
-  * New upstream release
-
- -- Jonathan Yu <jawnsy at cpan.org>  Thu, 30 Dec 2010 21:59:09 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Sun, 20 Feb 2011 21:33:46 -0500
 
 libkinosearch-perl (0.165-2) unstable; urgency=low
 

Modified: trunk/libkinosearch-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libkinosearch-perl/debian/control?rev=69179&op=diff
==============================================================================
--- trunk/libkinosearch-perl/debian/control (original)
+++ trunk/libkinosearch-perl/debian/control Mon Feb 21 02:10:53 2011
@@ -2,15 +2,13 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7.0.50~), perl,
- perl (>= 5.10) | libmodule-build-perl,
- liblingua-stopwords-perl, liblingua-stem-snowball-perl,
- perl (>= 5.10) | libio-compress-perl | libcompress-zlib-perl,
- perl (>= 5.10) | libextutils-cbuilder-perl,
- perl (>= 5.10) | libextutils-parsexs-perl,
- libtest-pod-perl
+ libjson-xs-perl,
+ libparse-recdescent-perl,
+ liblingua-stem-snowball-perl,
+ liblingua-stopwords-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
 Homepage: http://search.cpan.org/dist/KinoSearch/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libkinosearch-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libkinosearch-perl/
@@ -18,8 +16,10 @@
 Package: libkinosearch-perl
 Architecture: any
 Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends},
- perl (>= 5.10) | libio-compress-perl | libcompress-zlib-perl,
- liblingua-stem-snowball-perl, liblingua-stopwords-perl
+ libjson-xs-perl,
+ libparse-recdescent-perl,
+ liblingua-stem-snowball-perl,
+ liblingua-stopwords-perl
 Description: Perl library providing search engine features
  KinoSearch is a loose port of the Java search engine library, Apache Lucene.
  It is written in Perl and C, designed primarily for providing website search

Modified: trunk/libkinosearch-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libkinosearch-perl/debian/copyright?rev=69179&op=diff
==============================================================================
--- trunk/libkinosearch-perl/debian/copyright (original)
+++ trunk/libkinosearch-perl/debian/copyright Mon Feb 21 02:10:53 2011
@@ -23,7 +23,7 @@
 License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: 2010, Jonathan Yu <jawnsy at cpan.org>
+Copyright: 2010-2011, Jonathan Yu <jawnsy at cpan.org>
  2008-2009, Dominic Hargreaves <dom at earth.li>
 License: Artistic or GPL-1+
 
@@ -31,8 +31,8 @@
  This program is free software; you can redistribute it and/or modify
  it under the terms of the Artistic License, which comes with Perl.
  .
- On Debian GNU/Linux systems, the complete text of the Artistic License
- can be found in `/usr/share/common-licenses/Artistic'
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
 
 License: GPL-1+
  This program is free software; you can redistribute it and/or modify
@@ -40,5 +40,5 @@
  the Free Software Foundation; either version 1, or (at your option)
  any later version.
  .
- On Debian GNU/Linux systems, the complete text of the GNU General
- Public License can be found in `/usr/share/common-licenses/GPL'
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

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=69179&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:10:53 2011
@@ -2,14 +2,36 @@
 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 @@
+--- a/lib/KinoSearch/Object/BitVector.pod
++++ b/lib/KinoSearch/Object/BitVector.pod
+@@ -182,7 +182,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.
+ =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

Modified: trunk/libkinosearch-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libkinosearch-perl/debian/rules?rev=69179&op=diff
==============================================================================
--- trunk/libkinosearch-perl/debian/rules (original)
+++ trunk/libkinosearch-perl/debian/rules Mon Feb 21 02:10:53 2011
@@ -1,62 +1,4 @@
 #!/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