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

Changelog

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

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend

  [ gregor herrmann ]
  * Update Test::use::ok build dependency.
  * Add debian/upstream/metadata
  * Import upstream version 0.11
  * Update years of packaging copyright.
  * Update build dependencies.
  * debian/rules: remove more empty manpages.
  * Mark package as autopkgtest-able.
  * Declare compliance with Debian Policy 3.9.6.
  * debian/control: s/libnamespace-clean-perl/libnamespace-autoclean-
    perl/g.

 -- gregor herrmann <email address hidden>  Tue, 27 Oct 2015 23:10:22 +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
Xenial release universe perl

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libsearch-gin-perl_0.11-1.dsc 2.6 KiB 66525013e151ca76777b19e9a05d04ef30d9f0e811954fdea7d37f31080229e2
libsearch-gin-perl_0.11.orig.tar.gz 34.5 KiB adf367ec4651c6fe3a399fae2c09f67ccfb20583cccd1b65a7c4f8887943e51f
libsearch-gin-perl_0.11-1.debian.tar.xz 3.0 KiB c9a10ec70d2d3c3e4ba7b3e301084ab7ae5fdeaee96fc374e5a8c3859a679b3a

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 implementaiton 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.