r57494 - in /trunk/libkinosearch-perl/debian: NEWS changelog control

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed May 5 13:01:09 UTC 2010


Author: jawnsy-guest
Date: Wed May  5 13:00:50 2010
New Revision: 57494

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=57494
Log:
Add a NEWS entry describing the transition process

Added:
    trunk/libkinosearch-perl/debian/NEWS
Modified:
    trunk/libkinosearch-perl/debian/changelog
    trunk/libkinosearch-perl/debian/control

Added: trunk/libkinosearch-perl/debian/NEWS
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libkinosearch-perl/debian/NEWS?rev=57494&op=file
==============================================================================
--- trunk/libkinosearch-perl/debian/NEWS (added)
+++ trunk/libkinosearch-perl/debian/NEWS Wed May  5 13:00:50 2010
@@ -1,0 +1,19 @@
+libkinosearch-perl (0.165-2) UNRELEASED; urgency=low
+
+  As of the upstream version 0.165, KinoSearch has been split into a
+  stable branch and a development branch. KinoSearch version 0.165 is
+  now available in the KinoSearch1 namespace, as version 1.00.
+
+  If your software is written against KinoSearch versions 0.165 and
+  lower, you should switch to the KinoSearch1 module and interface.
+
+  Install libkinosearch1-perl, then replace all uses of:
+    use KinoSearch;
+  with
+    use KinoSearch1;
+
+  The next version of KinoSearch will be in the 0.30 series, which
+  refers to the "bleeding edge" development versions. A version of
+  this is already available on CPAN as 0.30_10.
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Wed, 05 May 2010 09:33:21 -0400

Modified: trunk/libkinosearch-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libkinosearch-perl/debian/changelog?rev=57494&op=diff
==============================================================================
--- trunk/libkinosearch-perl/debian/changelog (original)
+++ trunk/libkinosearch-perl/debian/changelog Wed May  5 13:00:50 2010
@@ -4,11 +4,9 @@
   * Use new short debhelper 7 rules format
   * Standards-Version 3.8.4 (drop perl version dep)
   * Rewrite control description
-  * Provide dummy transitional package for explicit installation of
-    libkinosearch1-perl. This should be removed after the release
-    of squeeze.
+  * Add a NEWS entry describing the transition process
 
- -- Jonathan Yu <jawnsy at cpan.org>  Wed, 05 May 2010 08:36:24 -0400
+ -- Jonathan Yu <jawnsy at cpan.org>  Wed, 05 May 2010 09:35:53 -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=57494&op=diff
==============================================================================
--- trunk/libkinosearch-perl/debian/control (original)
+++ trunk/libkinosearch-perl/debian/control Wed May  5 13:00:50 2010
@@ -17,19 +17,19 @@
 Architecture: any
 Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends},
  perl (>= 5.10) | libcompress-zlib-perl, liblingua-stem-snowball-perl,
- liblingua-stopwords-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
  functionality, but it can be put to many different uses.
  .
- It has the following useful features:
+ It has the following features:
  .
   * Extremely fast and scalable: KinoSearch can handle millions of documents
   * 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, and AND NOT), parenthetical
     groupings, and prepended +plus and -minus
   * Algorithmic selection of relevant excerpts and highlighting of search
     terms within excerpts
@@ -37,18 +37,3 @@
   * Phrase matching
   * Stemming
   * Stoplists
- .
- Note that this is the stable branch of KinoSearch; a new development version
- is available, please see libkinosearch3-perl.
-
-Package: libkinosearch-perl
-Architecture: all
-Depends: ${misc:Depends}, libkinosearch1-perl
-Description: transitional dummy package for KinoSearch1
- 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
- functionality, but it can be put to many different uses.
- .
- This is a transitional dummy package which can be safely removed after the
- upgrade. KinoSearch1 (see libkinosearch1-perl for details) refers to the
- stable upstream development branch, which was formerly called KinoSearch.




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