liblucene-queryparser-perl 1.04-3 source package in Ubuntu

Changelog

liblucene-queryparser-perl (1.04-3) unstable; urgency=medium

  * Set Maintainer to Debian Perl Group
  * Switch to dpkg-source 3.0 (quilt) format
  * Switch to minimal dh 9 rules
  * Remove inappropriate dependencies on perl-modules
  * Switch to copyright-format 1.0
  * Update Standards-Version (no changes)

 -- Dominic Hargreaves <email address hidden>  Sun, 24 Apr 2016 00:21:20 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe perl
Focal release universe perl
Bionic release universe perl

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
liblucene-queryparser-perl_1.04-3.dsc 2.1 KiB 1b5c4465077f437356857e6b19dc54bede7831219683d4fcbbc3840b19e1f2dc
liblucene-queryparser-perl_1.04.orig.tar.gz 4.9 KiB 2fbc25dbbd4714a8abba6ec97243e3179f050a83da696056bd4d8e714f97be9c
liblucene-queryparser-perl_1.04-3.debian.tar.xz 1.7 KiB a225bab1ed79eff6c04425a814f544cd875541355bb4f5ea5dae18377e9a3158

Available diffs

No changes file available.

Binary packages built by this source

liblucene-queryparser-perl: Turn a Lucene query into a Perl data structure

 This module parses a Lucene query. It deals with fields, types, phrases,
 subqueries, and so on; everything handled by the SimpleQuery class in
 Lucene. The data structure is similar to the one given above, and is
 pretty self-explanatory.
 .
 The other function, deparse_query turns such a data structure back into
 a Lucene query string. This is useful if you've just been mucking about
 with the data.