xapian-bindings 1.2.15-4 source package in Ubuntu

Changelog

xapian-bindings (1.2.15-4) unstable; urgency=low


  * Add missing dh_installdeb so the ruby bindings postinst files actually
    make it into the binary packages.  (Closes: #709667)

 -- Olly Betts <email address hidden>  Wed, 29 May 2013 22:14:52 +0000

Upload details

Uploaded by:
Olly Betts
Uploaded to:
Sid
Original maintainer:
Olly Betts
Architectures:
any all
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
xapian-bindings_1.2.15-4.dsc 2.2 KiB af48118b6256964fd39f4b69faf5075466554a34b9ad2a769afa9e50415d6af0
xapian-bindings_1.2.15.orig.tar.gz 1.4 MiB 89d30cbd38dcfb9d9e0fccc8e4ba7d6452ffad45afb3f1e9614a3be0a3a33e77
xapian-bindings_1.2.15-4.debian.tar.gz 18.6 KiB b1bc2c68d537b9300fe24bcd9ec739ae96fc47dc9bd39c00d72742a60021b39f

Available diffs

No changes file available.

Binary packages built by this source

libxapian-ruby1.8: Transitional package for ruby-xapian

 This is a transitional package to ease upgrades to the ruby-xapian package.
 It can be safely removed.

libxapian-ruby1.9.1: No summary available for libxapian-ruby1.9.1 in ubuntu saucy.

No description available for libxapian-ruby1.9.1 in ubuntu saucy.

python-xapian: No summary available for python-xapian in ubuntu saucy.

No description available for python-xapian in ubuntu saucy.

ruby-xapian: No summary available for ruby-xapian in ubuntu saucy.

No description available for ruby-xapian in ubuntu saucy.

tclxapian: Xapian search engine interface for Tcl

 This package provides Xapian Tcl bindings which should work with any version
 of Tcl >= 8.1 (by using Tcl's stubs mechanism.)
 .
 The Xapian search engine library is a highly adaptable toolkit which allows
 developers to easily add advanced indexing and search facilities to their own
 applications. It implements the probabilistic model of information retrieval,
 and provides facilities for performing ranked free-text searches, relevance
 feedback, phrase searching, boolean searching, stemming, and simultaneous
 update and searching. It is highly scalable, and is capable of working with
 collections containing hundreds of millions of documents.
 .
 The Xapian Tcl bindings provide an interface to the Xapian library from the
 Tcl programming language, allowing both indexing and retrieval operations.