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

Changelog

libsearch-gin-perl (0.09-1) unstable; urgency=low


  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ Angel Abad ]
  * Email change: Angel Abad -> <email address hidden>

  [ gregor herrmann ]
  * debian/control: update {versioned,alternative} (build) dependencies.

  [ Salvatore Bonaccorso ]
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ Axel Beckert ]
  * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
    copyright"

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  * New upstream release.
  * debian/rules: make removals verbose.
  * debian/copyright:
    + Update upstream copyright notice.
    + Update Upstream-Contact.
    + Update years of packaging copyright.
  * Install new CONTRIBUTING document.
  * Build-depend on libmodule-build-tiny-perl; bump debhelper dependency +
    compat level.
  * Declare compliance with Debian Policy 3.9.5.

 -- gregor herrmann <email address hidden>  Sat, 19 Jul 2014 23:52:05 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Utopic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libsearch-gin-perl_0.09-1.dsc 2.5 KiB f18158233fccaa86d67e7491ab9cf592b3b8ed9ed5b2dc1ff6606221eb5b8142
libsearch-gin-perl_0.09.orig.tar.gz 30.9 KiB 3404155a1f0b6334c33b2394493c7c3ac37ae742ceebc2f39920b34488507145
libsearch-gin-perl_0.09-1.debian.tar.xz 2.6 KiB c7c8de15259a4bd8b14ec144c64866c1be0a37a590f28c8bd3849c447280bbc4

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.