r57489 - in /trunk/libkinosearch-perl/debian: changelog compat control libkinosearch1-perl.install rules source/ source/format watch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed May 5 12:08:19 UTC 2010


Author: jawnsy-guest
Date: Wed May  5 12:03:25 2010
New Revision: 57489

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=57489
Log:
* Take over this package (Closes: #580353)
* Update watch file to scan KinoSearch1 dist instead
* 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.

Added:
    trunk/libkinosearch-perl/debian/libkinosearch1-perl.install
    trunk/libkinosearch-perl/debian/source/
    trunk/libkinosearch-perl/debian/source/format
Modified:
    trunk/libkinosearch-perl/debian/changelog
    trunk/libkinosearch-perl/debian/compat
    trunk/libkinosearch-perl/debian/control
    trunk/libkinosearch-perl/debian/rules
    trunk/libkinosearch-perl/debian/watch

Modified: trunk/libkinosearch-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libkinosearch-perl/debian/changelog?rev=57489&op=diff
==============================================================================
--- trunk/libkinosearch-perl/debian/changelog (original)
+++ trunk/libkinosearch-perl/debian/changelog Wed May  5 12:03:25 2010
@@ -1,3 +1,16 @@
+libkinosearch-perl (0.165-2) UNRELEASED; urgency=low
+
+  * Take over this package (Closes: #580353)
+  * Update watch file to scan KinoSearch1 dist instead
+  * 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.
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Wed, 05 May 2010 08:36:24 -0400
+
 libkinosearch-perl (0.165-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/libkinosearch-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libkinosearch-perl/debian/compat?rev=57489&op=diff
==============================================================================
--- trunk/libkinosearch-perl/debian/compat (original)
+++ trunk/libkinosearch-perl/debian/compat Wed May  5 12:03:25 2010
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libkinosearch-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libkinosearch-perl/debian/control?rev=57489&op=diff
==============================================================================
--- trunk/libkinosearch-perl/debian/control (original)
+++ trunk/libkinosearch-perl/debian/control Wed May  5 12:03:25 2010
@@ -1,15 +1,54 @@
 Source: libkinosearch-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5), libmodule-build-perl, libcompress-zlib-perl, liblingua-stopwords-perl (>= 0.02), liblingua-stem-snowball-perl (>= 0.94), libextutils-cbuilder-perl, libextutils-parsexs-perl, perl (>= 5.6.10-12)
-Maintainer: Dominic Hargreaves <dom at earth.li>
-Standards-Version: 3.8.1
-Homepage: http://search.cpan.org/dist/KinoSearch/
+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
+Homepage: http://search.cpan.org/dist/KinoSearch1/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-distmanifest-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-distmanifest-perl/
 
 Package: libkinosearch-perl
 Architecture: any
-Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}, libcompress-zlib-perl, liblingua-stem-snowball-perl, liblingua-stopwords-perl (>= 0.02), liblingua-stem-snowball-perl (>= 0.94)
-Description: search engine library
- KinoSearch 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.
+Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends},
+ perl (>= 5.10) | libcompress-zlib-perl, liblingua-stem-snowball-perl,
+ liblingua-stopwords-perl, liblingua-stem-snowball-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:
+ .
+  * 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
+ .
+ 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.

Added: trunk/libkinosearch-perl/debian/libkinosearch1-perl.install
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libkinosearch-perl/debian/libkinosearch1-perl.install?rev=57489&op=file
==============================================================================
--- trunk/libkinosearch-perl/debian/libkinosearch1-perl.install (added)
+++ trunk/libkinosearch-perl/debian/libkinosearch1-perl.install Wed May  5 12:03:25 2010
@@ -1,0 +1,1 @@
+debian/tmp/usr/*

Modified: trunk/libkinosearch-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libkinosearch-perl/debian/rules?rev=57489&op=diff
==============================================================================
--- trunk/libkinosearch-perl/debian/rules (original)
+++ trunk/libkinosearch-perl/debian/rules Wed May  5 12:03:25 2010
@@ -1,73 +1,4 @@
 #!/usr/bin/make -f
-# This debian/rules file is provided as a template for normal perl
-# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
-# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
-# be used freely wherever it is useful.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# If set to a true value then MakeMaker's prompt function will
-# always return the default without waiting for user input.
-export PERL_MM_USE_DEFAULT=1
-
-PERL   ?= /usr/bin/perl
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
-
-# Allow disabling build optimisation by setting noopt in
-# $DEB_BUILD_OPTIONS
-CFLAGS = -Wall -g
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-        CFLAGS += -O0
-else
-        CFLAGS += -O2
-endif
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-	# Add commands to compile the package here
-	$(PERL) Build.PL installdirs=vendor config=optimize="$(CFLAGS)"
-	OPTIMIZE="$(CFLAGS)" $(PERL) Build
-	$(PERL) Build test
-	touch $@
-
-clean:
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp install-stamp
-	# Add commands to clean up after the build process here
-	[ ! -f Build ] || $(PERL) Build --allow_mb_mismatch 1 distclean
-
-install: install-stamp
-install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	# Add commands to install the package into $(TMP) here
-	$(PERL) Build install destdir=$(TMP) create_packlist=0
-	touch $@
-
-# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do here for an architecture-dependent package
-
-# Build architecture-dependent files here.
-binary-arch: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs README
-	dh_installchangelogs Changes
-	dh_shlibdeps
-	dh_strip
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+%:
+	dh $@

Added: trunk/libkinosearch-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libkinosearch-perl/debian/source/format?rev=57489&op=file
==============================================================================
--- trunk/libkinosearch-perl/debian/source/format (added)
+++ trunk/libkinosearch-perl/debian/source/format Wed May  5 12:03:25 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Modified: trunk/libkinosearch-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libkinosearch-perl/debian/watch?rev=57489&op=diff
==============================================================================
--- trunk/libkinosearch-perl/debian/watch (original)
+++ trunk/libkinosearch-perl/debian/watch Wed May  5 12:03:25 2010
@@ -1,4 +1,4 @@
 # format version number, currently 3; this line is compulsory!
 version=3
 # URL to the package page followed by a regex to search
-http://search.cpan.org/dist/KinoSearch/   .*/KinoSearch-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+http://search.cpan.org/dist/KinoSearch1/   .*/KinoSearch1-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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