xapian-core (1.0.5-1) unstable; urgency=low * New upstream release. + Fixes compilation with latest GCC 4.3 snapshot. Closes: #455151 + No longer installs ".map" files with documentation, which fixes lintian warning about an empty file in the documentation. * debian/rules: Look for "CODENAME" and "debian/codename" rather than "COMPONENT" and "debian/component". * debian/control.in: Standards-Version: 3.7.3 (no changes required). * debian/control.in: The "Homepage:" header is now official, so convert "Homepage:" pseudo-headers. -- Olly Betts Sat, 22 Dec 2007 21:37:09 +0000 xapian-core (1.0.4-1) unstable; urgency=low * New upstream release. Closes: #444858 + Fixes compilation with latest GCC 4.3 snapshot. Closes: #441618 * debian/control.in,debian/rules: Use "${binary:Version}" instead of "${Source-Version}" (except on sarge and dapper which predate "${binary:Version}"). -- Olly Betts Fri, 2 Nov 2007 03:15:23 +0000 xapian-core (1.0.2-1) unstable; urgency=low * New upstream release. -- Olly Betts Thu, 5 Jul 2007 01:06:06 +0100 xapian-core (1.0.1-1) unstable; urgency=low * New upstream release. -- Olly Betts Mon, 11 Jun 2007 16:51:38 +0100 xapian-core (1.0.0-1) unstable; urgency=low * New upstream release. + Now builds with GCC 4.3 snapshot. Closes: #417778 * debian/rules: Generate control from control.in robustly - don't risk leaving a partially generated destination file. * debian/patch: Changes included upstream so remove. * debian/xapian-tools.install: Package new xapian-check tool and its manpage. * debian/control.in: Mention new xapian-check and previously overlooked xapian-progsrv. Make it clear that quartzXXX is for quartz-format databases. * debian/copyright: Update. * debian/rules: We don't need to pass --mandir or --infodir to configure as the values we explicitly set are the defaults anyway (and we don't have any documentation in "info" format). * debian/control.in: Add "zlib1g-dev" to "Build-Depends:". -- Olly Betts Tue, 29 May 2007 16:37:31 +0100 xapian-core (0.9.9-1) unstable; urgency=low * New upstream release. * debian/xapian-tools.install: Install xapian-progsrv.1 man page. * debian/patch: Fix WritableDatabase::replace_document() bug where replacing a document with itself with unmodified postings loses all positional information for that document. -- Olly Betts Wed, 15 Nov 2006 01:03:02 +0000 xapian-core (0.9.8-1) unstable; urgency=low * New upstream release. * debian/xapian-doc.doc-base.apidocs: The printable API documentation is now a PDF rather than PostScript. -- Olly Betts Sat, 4 Nov 2006 12:27:01 +0000 xapian-core (0.9.7-1) unstable; urgency=low * New upstream release. * debian/xapian-tools.install: Install /usr/bin/xapian-progsrv. * debian/copyright: Add Richard Boulton. -- Olly Betts Wed, 11 Oct 2006 17:44:47 +0100 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. -- Olly Betts Sun, 9 Jul 2006 02:03:19 +0100 xapian-core (0.9.6-4) unstable; urgency=low * debian/copyright: Update with a thorough list of copyrights and licences. -- Olly Betts Mon, 26 Jun 2006 16:00:12 +0100 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. -- Olly Betts Thu, 15 Jun 2006 04:14:49 +0100 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. -- Olly Betts Fri, 9 Jun 2006 02:29:10 +0100 xapian-core (0.9.6-1) unstable; urgency=low * New upstream release. * "Standards-Version: 3.7.2" - no changes required. -- Olly Betts Mon, 15 May 2006 21:20:07 +0100 xapian-core (0.9.5-3) unstable; urgency=low * Create xapian-examples package. -- Olly Betts Wed, 12 Apr 2006 04:14:51 +0100 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. -- Olly Betts Sun, 9 Apr 2006 21:17:32 +0100 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. -- Olly Betts Sun, 9 Apr 2006 00:41:22 +0100 xapian-core (0.9.4-3) unstable; urgency=low * Add new header "deprecated.h" -- Richard Boulton Fri, 3 Mar 2006 02:59:10 +0000 xapian-core (0.9.4-2) unstable; urgency=low * Fix invalid date line in previous changelog entry. -- Richard Boulton Fri, 3 Mar 2006 02:33:08 +0000 xapian-core (0.9.4-1) unstable; urgency=low * New upstream release. * A couple of small, but important, fixes. -- Richard Boulton Fri, 3 Mar 2006 02:31:23 +0000 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. -- Richard Boulton Thu, 16 Feb 2006 12:59:27 +0000 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. -- Richard Boulton Fri, 15 Jul 2005 12:56:43 +0100 xapian-core (0.9.1-2) unstable; urgency=low * Add new header xapian/dbfactory.h * Add delve and quest to xapian-tools package. -- Richard Boulton Wed, 15 Jun 2005 10:45:17 +0100 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. -- Richard Boulton Tue, 7 Jun 2005 07:31:29 +0100 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. -- Richard Boulton Wed, 5 Jan 2005 11:42:51 +0000 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. -- Richard Boulton Thu, 9 Dec 2004 17:30:31 +0000 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. -- Richard Boulton Tue, 21 Sep 2004 13:30:17 +0100 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). -- Richard Boulton Tue, 14 Sep 2004 17:34:43 +0100 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.) -- Richard Boulton Tue, 14 Sep 2004 16:44:37 +0100 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). -- Richard Boulton Tue, 14 Sep 2004 01:03:49 +0100 xapian-core (0.8.1-1) unstable; urgency=low * New upstream release. -- Richard Boulton Wed, 30 Jun 2004 20:10:05 +0100 xapian-core (0.8.0-9) unstable; urgency=low * Remove build dependencies on tools which aren't required if not using maintainer mode. -- Richard Boulton Thu, 27 May 2004 00:37:02 +0100 xapian-core (0.8.0-8) unstable; urgency=low * Fix minor bugs in debian/rules (trailing backslashes, and missing -p from mkdir) -- Richard Boulton Wed, 19 May 2004 13:33:02 +0100 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. -- Richard Boulton Wed, 19 May 2004 12:13:45 +0100 xapian-core (0.8.0-6) unstable; urgency=low * debian/rules,debian/control.in: Remove queryparser packages - merge them into the main library package. -- Richard Boulton Wed, 19 May 2004 01:44:58 +0100 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. -- Richard Boulton Wed, 12 May 2004 11:59:42 +0100 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. -- Richard Boulton Wed, 12 May 2004 10:36:16 +0100 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. -- Richard Boulton Wed, 12 May 2004 09:48:34 +0100 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. -- Richard Boulton Tue, 11 May 2004 17:00:03 +0100 xapian-core (0.8.0-1) unstable; urgency=low * Initial release, from upstream source snapshot. -- Richard Boulton Sun, 9 May 2004 16:28:37 +0100