r57503 - in /trunk/libkinosearch1-perl/debian: control copyright libkinosearch1-perl.docs source/ source/format

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed May 5 14:36:42 UTC 2010


Author: jawnsy-guest
Date: Wed May  5 14:36:32 2010
New Revision: 57503

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

Added:
    trunk/libkinosearch1-perl/debian/source/
    trunk/libkinosearch1-perl/debian/source/format
Removed:
    trunk/libkinosearch1-perl/debian/libkinosearch1-perl.docs
Modified:
    trunk/libkinosearch1-perl/debian/control
    trunk/libkinosearch1-perl/debian/copyright

Modified: trunk/libkinosearch1-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libkinosearch1-perl/debian/control?rev=57503&op=diff
==============================================================================
--- trunk/libkinosearch1-perl/debian/control (original)
+++ trunk/libkinosearch1-perl/debian/control Wed May  5 14:36:32 2010
@@ -1,12 +1,11 @@
 Source: libkinosearch1-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.17), perl (>= 5.10) | libmodule-build-perl
-Build-Depends-Indep: liblingua-stem-snowball-perl (>= 0.94),
- liblingua-stopwords-perl (>= 0.02), perl,
- perl (>= 5.10.0) | libextutils-cbuilder-perl,
- perl (>= 5.10.0) | libextutils-parsexs-perl,
- perl (>= 5.10.0) | libio-compress-perl
+Build-Depends: debhelper (>= 7), 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,
+ perl (>= 5.10) | libextutils-parsexs-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
@@ -15,13 +14,29 @@
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libkinosearch1-perl/
 
 Package: libkinosearch1-perl
-Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- liblingua-stem-snowball-perl (>= 0.94), liblingua-stopwords-perl (>= 0.02),
- perl (>= 5.10.0) | libio-compress-perl
-Description: search engine library
- KinoSearch1 is a loose port of the Java search engine library Apache Lucene,
- written in Perl and C. The archetypal application is website search, but it
- can be put to many different uses.
+Architecture: any
+Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends},
+ perl (>= 5.10) | libcompress-zlib-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.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ 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
+    groupings, and prepended +plus and -minus
+  * Algorithmic selection of relevant excerpts and highlighting of search
+    terms within excerpts
+  * Highly customizable query and indexing APIs
+  * Phrase matching
+  * Stemming
+  * Stoplists
+ .
+ KinoSearch1 is derived from KinoSearch version 0.165 and is considered
+ the stable upstream branch.

Modified: trunk/libkinosearch1-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libkinosearch1-perl/debian/copyright?rev=57503&op=diff
==============================================================================
--- trunk/libkinosearch1-perl/debian/copyright (original)
+++ trunk/libkinosearch1-perl/debian/copyright Wed May  5 14:36:32 2010
@@ -1,18 +1,25 @@
 Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
-Maintainer: Marvin Humphrey <marvin at rectangular dot com>
+Maintainer: Marvin Humphrey <marvin at rectangular.com>
 Source: http://search.cpan.org/dist/KinoSearch1/
 Name: KinoSearch1
-DISCLAIMER: This copyright info was automatically extracted 
- from the perl module. It may not be accurate, so you better 
- check the module sources in order to ensure the module for its 
- inclusion in Debian or for general legal information. Please, 
- if licensing information is incorrectly generated, file a bug 
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
 
 Files: *
-Copyright: Marvin Humphrey <marvin at rectangular dot com>
+Copyright: 2005-2010, Marvin Humphrey <marvin at rectangular.com>
+License: Artistic or GPL-1+
+X-Comment: parts of this software are derived from Lucene, which is
+ licensed under the Apache License, version 2.0; however, since the
+ Apache license permits distribution under different licenses, this
+ distribution and all code can be considered licensed under the same
+ terms and conditions as Perl.
+
+Files: devel/dump_index
+Copyright: 2006, Brian Phillips <bphillips at cpan.org>
+License: Artistic or GPL-1+
+
+Files: src/ppport.h
+Copyright: 2004-2009, Marcus Holland-Moritz <mhx-cpan at gmx.net>
+ 2001, Paul Marquess <pmqs at cpan.org> (Version 2.x)
+ 1999, Kenneth Albanowski <kjahds at kjahds.com> (Version 1.x)
 License: Artistic or GPL-1+
 
 Files: debian/*

Added: trunk/libkinosearch1-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libkinosearch1-perl/debian/source/format?rev=57503&op=file
==============================================================================
--- trunk/libkinosearch1-perl/debian/source/format (added)
+++ trunk/libkinosearch1-perl/debian/source/format Wed May  5 14:36:32 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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