Accepted xapian-core 0.9.6-5 (source)
Gauvain Pocentek
gauvainpocentek at gmail.com
Fri Aug 4 17:57:34 BST 2006
Accepted:
xapian-core 0.9.6-5 was ACCEPTED.
Component: universe Section: libs
Origin: Debian/unstable
Format: 1.7
Date: Thu, 20 Jul 2006 15:55:27 +0100
Source: xapian-core
Binary: xapian-doc, libxapian-dev, xapian-tools, libxapian11, xapian-examples
Architecture: source
Version: 0.9.6-5
Distribution: edgy
Urgency: low
Maintainer: Olly Betts <olly at survex.com>
Changed-By: Gauvain Pocentek <gauvainpocentek at gmail.com>
Changes:
xapian-core (0.9.6-5) unstable; urgency=low
.
* debian/control.in: Remove "designed to be" from the package description at
Wookey's suggestion.
* debian/control.in: Add extra space before "Homepage:" as is recommended
by the Debian Developer's Reference.
.
xapian-core (0.9.6-4) unstable; urgency=low
.
* debian/copyright: Update with a thorough list of copyrights and licences.
.
xapian-core (0.9.6-3) unstable; urgency=low
.
* debian/control: Updated description:
+ The queryparser is no longer a separate library.
+ The claimed scalability was overly modest - we can certainly handle
"hundreds of millions of documents".
+ Add a link to the homepage.
xapian-core (0.9.6-2) unstable; urgency=low
.
* dh_strip handles nostrip in DEB_BUILD_OPTIONS for us, so there's no
need to check by hand.
* configure with --disable-dependency-tracking which will save us some
diskspace and a little time during the build.
xapian-core (0.9.6-1) unstable; urgency=low
.
* New upstream release.
* "Standards-Version: 3.7.2" - no changes required.
xapian-core (0.9.5-3) unstable; urgency=low
.
* Create xapian-examples package.
.
xapian-core (0.9.5-2) unstable; urgency=low
.
* Use debian/compat instead of setting DH_COMPAT.
* dh_install with --fail-missing intead of just --list-missing.
* dh_install now explicitly excludes the simple* examples.
.
xapian-core (0.9.5-1) unstable; urgency=low
.
* New upstream release.
+ All installed binaries now have man pages.
* "Standards-Version: 3.6.2" - no changes required.
* debian/copyright: Update FSF address and give download URL for releases
instead of obsolete CVS location.
* debian/control.in: copydatabase and xapian-compact are packaged in
xapian-tools, so add them to the list of tools in the package description.
* debian/rules: Increase DH_COMPAT from 3 to 4.
* debian/TODO: Updated.
* New maintainer.
.
xapian-core (0.9.4-3) unstable; urgency=low
.
* Add new header "deprecated.h"
.
xapian-core (0.9.4-2) unstable; urgency=low
.
* Fix invalid date line in previous changelog entry.
.
xapian-core (0.9.4-1) unstable; urgency=low
.
* New upstream release.
* A couple of small, but important, fixes.
.
xapian-core (0.9.3-1) unstable; urgency=low
.
* New upstream release.
* API additions: some new functions to get version information, useful
when using a shared library of Xapian.
* Query parser bug fix with "+" terms when default op is AND.
* Query parser supports "AND NOT" as a synonym for "NOT".
* Various bug fixes - some errors threw unhelpful exception types.
* Use updated versions of automake and libtool.
* Various documentation, debug and packaging updates.
.
xapian-core (0.9.2-1) unstable; urgency=low
.
* New upstream release.
* API modifications to queryparser.
* "flint" database backend now claimed to be functional.
* Many bug-fixes.
.
xapian-core (0.9.1-2) unstable; urgency=low
.
* Add new header xapian/dbfactory.h
* Add delve and quest to xapian-tools package.
.
xapian-core (0.9.1-1) unstable; urgency=low
.
* New upstream release. (Version 0.9.0 never got packaged.)
* Various API changes - see NEWS file for details.
* No longer Build-Depend on bison - we now use lemon, and use the copy
of lemon in the Xapian source tree.
.
xapian-core (0.8.5-1) unstable; urgency=low
.
* New upstream release.
* xapian-config: --libs output fixed to not include libxapian.la
* quartzcompact: Added --no-full / -n option to disable full compaction,
fix largefile support, slight increase in compaction efficiency, slight
change in statistics reporting formatting.
.
xapian-core (0.8.4-1) unstable; urgency=low
.
* New upstream release.
* API changes:
- Added constructors to Database and WritableDatabase.
Auto::open() is now deprecated.
- Removed the ability to write a Xapian object to an ostream directly.
- Renamed BM25 parameters to match standard naming in papers and elsewhere.
* Library version number increased from 3 to 5 due to interface changes.
* Some bug and portability fixes.
.
xapian-core (0.8.3-1) unstable; urgency=low
.
* New upstream release.
* Fixed bug which caused a segmentation fault or odd "Document not found"
exceptions when new check_at_least parameter to Enquire::get_mset() was
used and there weren't many matches (regression test checkatleast1).
* omtcpsrv renamed to xapian-tcpsrv.
.
xapian-core (0.8.2-3) unstable; urgency=low
.
* Make libxapian3 conflict with libxapian2, because libxapian2 version
0.8.1-1 actually contained libxapian.so.3 (which was a bug).
.
xapian-core (0.8.2-2) unstable; urgency=low
.
* Oops - library version number should be 3. Changed it back,
so we now have libxapian3.
(I was confused between the interface number and the version number.)
.
xapian-core (0.8.2-1) unstable; urgency=low
.
* New upstream release (0.8.2).
* library version number increased to 4 (from 2).
(Xapian::Database::get_lastdocid added; QueryParser tries
reparsing after stripping punctuation; several unused
Error subclasses removed; assorted Iterator changes,
Xapian::ESet::back and many other methods added).
.
xapian-core (0.8.1-1) unstable; urgency=low
.
* New upstream release.
.
xapian-core (0.8.0-9) unstable; urgency=low
.
* Remove build dependencies on tools which aren't required if not using
maintainer mode.
.
xapian-core (0.8.0-8) unstable; urgency=low
.
* Fix minor bugs in debian/rules (trailing backslashes, and missing -p
from mkdir)
.
xapian-core (0.8.0-7) unstable; urgency=low
.
* Perform build in a subdirectory. This is neater, and will also make it
easier to perform a differently configured build to produce a debug
version.
.
xapian-core (0.8.0-6) unstable; urgency=low
.
* debian/rules,debian/control.in: Remove queryparser packages - merge
them into the main library package.
.
xapian-core (0.8.0-5) unstable; urgency=low
.
* debian/rules: Add --list-missing back to dh_install.
* debian/control.in: Remove build depend on graphviz, and add TODO item
to sort this out properly.
Also, build depend on debhelper >= 4.1.22, since this is needed for
--list-missing.
.
xapian-core (0.8.0-4) unstable; urgency=low
.
* xapian-doc: Correct Recommends field to point to libxapian-dev, not
libxapian2-dev, and to libxapian-queryparser-dev not
libxapian-queryparser1-dev.
.
xapian-core (0.8.0-3) unstable; urgency=low
.
* Remove empty maintainer scripts, allowing debhelper to make them.
* Add rules to make symlinks to config.guess and config.sub, and added
Build-Depends on autotools-dev. Remove Build-Depends on automake,
autoconf and libtool (these will be run before the source package is
generated).
* Add some more items to TODO list.
.
xapian-core (0.8.0-2) unstable; urgency=low
.
* Fixed postinst, postrm, and prerm scripts to have a #!/bin/sh line, so
they actually work.
* Various tweaks to debian/rules suggested by looking at dh_make output.
.
xapian-core (0.8.0-1) unstable; urgency=low
.
* Initial release, from upstream source snapshot.
Files:
ad1117e946e8b1cf454f2845c029284f 647 libs optional xapian-core_0.9.6-5.dsc
cc9e1e0a690924b60a8249670767403e 2782365 libs optional xapian-core_0.9.6.orig.tar.gz
a0a65a0631c90e734c33d03e050d2ead 8617 libs optional xapian-core_0.9.6-5.diff.gz
More information about the edgy-changes
mailing list