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

Changelog

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

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * debian/*: update URLs from {search,www}.cpan.org to MetaCPAN.
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Strip unusual field spacing from debian/control.
  * Use secure URI in Homepage field.
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set field Upstream-Name in debian/copyright.
  * Set Testsuite header for perl package.
  * Bump debhelper from old 12 to 13.

 -- Jelmer Vernooij <email address hidden>  Wed, 15 Jun 2022 15:52:49 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
liblucene-queryparser-perl_1.04-4.dsc 2.1 KiB 8279a9a0ec0e4aecb3bc37dec0eaa7f8106e1e71a878cd10f749c5d43f5e6268
liblucene-queryparser-perl_1.04.orig.tar.gz 4.9 KiB 2fbc25dbbd4714a8abba6ec97243e3179f050a83da696056bd4d8e714f97be9c
liblucene-queryparser-perl_1.04-4.debian.tar.xz 1.9 KiB 08b87d195a8085e87aab2eb4f45360751a914f5361844f8321586e72afdc25b1

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.