xapian-core 1.2.15-2 source package in Ubuntu

Changelog

xapian-core (1.2.15-2) unstable; urgency=low


  * debian/control.in: libxapian22 - "Priority: optional" to
    match overrides file.
  * debian/rules: Fix target dependencies so we don't run the testsuite twice.
  * debian/rules: Mark build-arch and build-indep as phony targets.
  * debian/copyright: Update to include 2013.

 -- Olly Betts <email address hidden>  Tue, 28 May 2013 10:33:34 +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-core_1.2.15-2.dsc 2.1 KiB a3dc70d236332e2a3a8b2814e72fdc3631c64d4eadafedd4bb62bc631d93263c
xapian-core_1.2.15.orig.tar.gz 4.0 MiB cde4f5d1b111b66643fa41c11b9e5962bff7ce7244ca34cbbcbd2d2caa0c4df0
xapian-core_1.2.15-2.debian.tar.gz 16.8 KiB fbb41ecf6d9f42a6ad3ab088f2bc425062878527884e8968920ef1c26553ed21

Available diffs

No changes file available.

Binary packages built by this source

libxapian-dev: No summary available for libxapian-dev in ubuntu saucy.

No description available for libxapian-dev in ubuntu saucy.

libxapian22: No summary available for libxapian22 in ubuntu saucy.

No description available for libxapian22 in ubuntu saucy.

libxapian22-dbg: No summary available for libxapian22-dbg in ubuntu saucy.

No description available for libxapian22-dbg in ubuntu saucy.

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

No description available for xapian-doc in ubuntu saucy.

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

No description available for xapian-examples in ubuntu saucy.

xapian-tools: Basic tools for Xapian search engine library

 This package contains several tools related to Xapian.
  - copydatabase: Copy one or more Xapian databases.
  - delve: Inspect the contents of a Xapian database.
  - quartzcheck: Check the validity of a quartz-format Xapian database.
  - quartzcompact: Compact a quartz database, or merge and compact several.
  - quartzdump: Dump (part of) a quartz-format Xapian database.
  - quest: Command line search of a Xapian database.
  - xapian-check: Check the validity of a Xapian database.
  - xapian-compact: Compact a quartz database, or merge and compact several.
  - xapian-progsrv: stdin/stdout based server, for searching databases remotely.
  - xapian-tcpsrv: TCP based server, used for searching databases remotely.
 .
 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.