debian/0002755000000000000000000000000011621742550007173 5ustar debian/compat0000644000000000000000000000000211621742273010371 0ustar 7 debian/rules0000755000000000000000000000003611621742273010252 0ustar #!/usr/bin/make -f %: dh $@ debian/source/0002755000000000000000000000000011621734122010467 5ustar debian/source/format0000644000000000000000000000001411621734122011673 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000024211621733162010217 0ustar version=3 # URL to the package page followed by a regex to search http://search.cpan.org/dist/Plucene/ .*/Plucene-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/changelog0000644000000000000000000000441411621742530011044 0ustar libplucene-perl (1.25-3) unstable; urgency=low * Add Vcs-* fields * Switch to dpkg-source 3.0 (quilt) format * Switch to minimal dh7 rules file * Update Standards-Version (no changes) * Remove dependency on libtime-piece-perl, in perl in oldstable (closes: #637774) * Add ${misc:Depends} to Depends (thanks, lintian) * Improve short description (thanks, Lintian) -- Dominic Hargreaves Sun, 14 Aug 2011 13:53:42 +0100 libplucene-perl (1.25-2) unstable; urgency=low * Fix debian/rules rmdir bug (closes: #467847) * Update Standards-Version (no changes) * Standardize debian/watch format * debian/control: add Homepage field * Fix make distclean lintian warning -- Dominic Hargreaves Sun, 2 Mar 2008 12:51:32 +0000 libplucene-perl (1.25-1) unstable; urgency=low * New upstream release * Add Build-Depends-Indep on libtest-pod-coverage-perl to allow the optional test to run * Update Standards-Version (no changes) * Add debian/watch file -- Dominic Hargreaves Tue, 05 Jun 2007 19:32:11 +0100 libplucene-perl (1.24-1) unstable; urgency=low * New upstream release * Remove bin/ programs - they aren't really suitable. * Remove aforementioned NEWS.Debian as the message doesn't apply yet. -- Dominic Hargreaves Wed, 20 Jul 2005 17:33:28 +0100 libplucene-perl (1.22-1) unstable; urgency=low * New upstream release * Add NEWS.Debian describing file format change. * Move bin/ programs to /usr/bin. -- Dominic Hargreaves Tue, 5 Jul 2005 01:36:35 +0100 libplucene-perl (1.21-3) unstable; urgency=low * Add File::Slurp as a depends as well as a build-depends. -- Dominic Hargreaves Tue, 5 Apr 2005 02:46:05 +0100 libplucene-perl (1.21-2) unstable; urgency=low * Don't depend on Encode::Compat; not needed for perl >= 5.7 and this package won't work unmodified with perl 5.6 anyway. -- Dominic Hargreaves Sat, 26 Mar 2005 15:59:16 +0000 libplucene-perl (1.21-1) unstable; urgency=low * New upstream release -- Dominic Hargreaves Wed, 23 Mar 2005 00:26:10 +0000 libplucene-perl (1.20-1) unstable; urgency=low * Initial Release. -- Dominic Hargreaves Mon, 3 Jan 2005 01:22:40 +0000 debian/control0000644000000000000000000000265711621742315010605 0ustar Source: libplucene-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7) Build-Depends-Indep: perl (>= 5.8.0-7), libclass-virtual-perl (>= 0.03), liblingua-stem-perl (>= 0.81), libtie-array-sorted-perl (>= 1.1), libclass-accessor-perl, libbit-vector-minimal-perl (>= 1.0), libio-stringy-perl (>= 2.104), libfile-slurp-perl (>= 2002.1031), libtest-pod-coverage-perl Maintainer: Dominic Hargreaves Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Plucene/ Vcs-Git: git://anonscm.debian.org/users/dom/libplucene-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/dom/libplucene-perl.git Package: libplucene-perl Architecture: all Depends: ${misc:Depends}, perl (>= 5.8.4), libclass-virtual-perl (>= 0.03), liblingua-stem-perl (>= 0.81), libtie-array-sorted-perl (>= 1.1), libclass-accessor-perl, libbit-vector-minimal-perl (>= 1.0), libio-stringy-perl (>= 2.104), libfile-slurp-perl (>= 2002.1031) Description: Perl port of the Lucene search engine Plucene is a fully-featured and highly customizable search engine toolkit based on the Lucene API. (http://jakarta.apache.org/lucene) . It is not, in and of itself, a functional search engine - you are expected to subclass and tie all the pieces together to suit your own needs. The synopsis above gives a rough indication of how to use the engine in simple cases. See Plucene::Simple for one example of tying it all together. debian/docs0000644000000000000000000000000711621742304010036 0ustar README debian/examples0000644000000000000000000000000611621742273010730 0ustar bin/* debian/copyright0000644000000000000000000000130211621733162011117 0ustar This is the debian package for the Plucene module. It was created by Dominic Hargreaves using dh-make-perl. It was downloaded from CPAN . The upstream author is: Initial porting: Simon Cozens, simon@kasei.com and Marc Kerr, mwk@kasei.com Original Java Lucene by Doug Cutting and others. This software is licensed under the same terms as Perl itself. Perl is distributed under your choice of the GNU General Public License or the Artistic License. On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL' and the Artistic Licence in `/usr/share/common-licenses/Artistic'.