libsearch-gin-perl 0.11-3 source package in Ubuntu

Changelog

libsearch-gin-perl (0.11-3) unstable; urgency=medium

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Remove Jonathan Yu from Uploaders. Thanks for your work!
  * Remove franck cuny from Uploaders. Thanks for your work!

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

  [ Laurent Baillet ]
  * fix lintian spelling-error-in-description warning

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

 -- Jelmer Vernooij <email address hidden>  Fri, 17 Jun 2022 10:13:43 +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
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libsearch-gin-perl_0.11-3.dsc 2.4 KiB f31e5d2325d28bbd87d259a20c288f94820f40334e4e6bbdbe6da8519e1fe3ab
libsearch-gin-perl_0.11.orig.tar.gz 34.5 KiB adf367ec4651c6fe3a399fae2c09f67ccfb20583cccd1b65a7c4f8887943e51f
libsearch-gin-perl_0.11-3.debian.tar.xz 3.3 KiB feeb162b3996be17bf0914ffbc65ddbe1c863daff1820284ef2f6e408fbbbb7b

Available diffs

No changes file available.

Binary packages built by this source

libsearch-gin-perl: Perl module for Generalized Inverted Indexing

 Search::GIN is a Perl module providing an implementation of a Generalized
 Inverted Index. An inverted index is a structure storing pairs of keys and
 posting lists, where a posting list is a set of documents in which the key
 occurs. It is generalized in the sense that it does not know what operation
 it accelerates and in general is used to provide fast and scalable full-text
 search facilities.