xapian-bindings 1.2.5-2ubuntu1 source package in Ubuntu

Changelog

xapian-bindings (1.2.5-2ubuntu1) oneiric; urgency=low

  * Merge with Debian; remaining changes:
    - Don't build ruby1.9 bindings (universe only).

xapian-bindings (1.2.5-2) unstable; urgency=low

  * Use dh_python2 instead of pycentral for Debian >= squeeze and Ubuntu >=
    natty.  (Closes: #617149)
  * python/pythontest2.py: With Python 2.7, gc.collect() doesn't always
    collect all the garbage, so repeat until no further objects are
    freed.  (Closes: #625679)
  * ruby/smoketest.rb: Older Ruby 1.8.x doesn't have Dir.mktmpdir() -
    just skip the compaction tests for these versions.
  * debian/rules: Don't force building against tcl 8.5 in experimental - that
    was just for the transition to tcl 8.5 being the default.
  * debian/control.in: Standards-Version: 3.9.2 (no changes required).

xapian-bindings (1.2.5-1) unstable; urgency=low

  * New upstream release.

xapian-bindings (1.2.4-1) unstable; urgency=low

  * New upstream release.
 -- Matthias Klose <email address hidden>   Sat, 21 May 2011 21:05:18 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Oneiric
Original maintainer:
Olly Betts
Architectures:
any
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.5.orig.tar.gz 1.3 MiB 0d723af62b8d633cd49fdf92058a4985061659454b390c0c08db05fa4f7fb09c
xapian-bindings_1.2.5-2ubuntu1.debian.tar.gz 17.6 KiB 7c32b813dde44547923cc905f47721d5a512640d812cd212ff762ad09a494277
xapian-bindings_1.2.5-2ubuntu1.dsc 1.3 KiB 355e6e4922fade69da4c7d699ea4202cfad4f43d897a2e851930e04fdc2499b6

Available diffs

View changes file

Binary packages built by this source

libxapian-ruby1.8: No summary available for libxapian-ruby1.8 in ubuntu oneiric.

No description available for libxapian-ruby1.8 in ubuntu oneiric.

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

No description available for python-xapian in ubuntu oneiric.

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.