r57548 - in /trunk/libkinosearch1-perl/debian: control rules

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


Author: jawnsy-guest
Date: Thu May  6 02:40:08 2010
New Revision: 57548

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=57548
Log:
fix typo CClass -> Class; dh 7.0.50

Modified:
    trunk/libkinosearch1-perl/debian/control
    trunk/libkinosearch1-perl/debian/rules

Modified: trunk/libkinosearch1-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libkinosearch1-perl/debian/control?rev=57548&op=diff
==============================================================================
--- trunk/libkinosearch1-perl/debian/control (original)
+++ trunk/libkinosearch1-perl/debian/control Thu May  6 02:40:08 2010
@@ -1,8 +1,9 @@
 Source: libkinosearch1-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), perl, perl (>= 5.10) | libmodule-build-perl,
+Build-Depends: debhelper (>= 7.0.50), perl,
  liblingua-stopwords-perl, liblingua-stem-snowball-perl, libtest-pod-perl,
+ perl (>= 5.10) | libmodule-build-perl,
  perl (>= 5.10) | libcompress-zlib-perl,
  perl (>= 5.10) | libextutils-cbuilder-perl,
  perl (>= 5.10) | libextutils-parsexs-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

Modified: trunk/libkinosearch1-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libkinosearch1-perl/debian/rules?rev=57548&op=diff
==============================================================================
--- trunk/libkinosearch1-perl/debian/rules (original)
+++ trunk/libkinosearch1-perl/debian/rules Thu May  6 02:40:08 2010
@@ -50,7 +50,7 @@
 	rm $(TMP)/usr/share/man/man3/KinoSearch1::Store::RAMLock.3pm
 	rm $(TMP)/usr/share/man/man3/KinoSearch1::Util::BitVector.3pm
 	rm $(TMP)/usr/share/man/man3/KinoSearch1::Util::ByteBuf.3pm
-	rm $(TMP)/usr/share/man/man3/KinoSearch1::Util::CClass.3pm
+	rm $(TMP)/usr/share/man/man3/KinoSearch1::Util::Class.3pm
 	rm $(TMP)/usr/share/man/man3/KinoSearch1::Util::Carp.3pm
 	rm $(TMP)/usr/share/man/man3/KinoSearch1::Util::IntMap.3pm
 	rm $(TMP)/usr/share/man/man3/KinoSearch1::Util::MathUtils.3pm




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