Accepted xapian-core 1.0.17-1~bpo40+1 (source all amd64)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.7
Date: Wed, 09 Dec 2009 04:07:49 +0000
Source: xapian-core
Binary: xapian-examples xapian-tools libxapian-dev libxapian15-dbg libxapian15 xapian-doc
Architecture: source amd64 all
Version: 1.0.17-1~bpo40+1
Distribution: etch-backports
Urgency: medium
Maintainer: Olly Betts <olly@survex.com>
Changed-By: Olly Betts <olly@survex.com>
Description:
libxapian-dev - Development files for Xapian search engine library
libxapian15 - Search engine library
libxapian15-dbg - Debugging symbols for the Xapian Search engine library
xapian-doc - Core Xapian documentation
xapian-examples - Xapian simple example programs
xapian-tools - Basic tools for Xapian search engine library
Closes: 505413 516511 516512
Changes:
xapian-core (1.0.17-1~bpo40+1) etch-backports; urgency=low
.
* Rebuild for etch backports.
.
xapian-core (1.0.17-1) unstable; urgency=low
.
* New upstream release.
.
xapian-core (1.0.16-3) unstable; urgency=low
.
* The lsof probing reveals that the fd ulimit problem isn't due to extra
fds being open, so remove it as it has served its purpose, and instead
just disable the fd ulimit for now.
.
xapian-core (1.0.16-2) unstable; urgency=low
.
* Add build dependency on lsof which the new fd ulimit patch uses.
.
xapian-core (1.0.16-1) unstable; urgency=low
.
* New upstream release.
* debian/rules: Force nocheck into DEB_BUILD_OPTIONS on avr32 to try to stop
the build from timing out.
* debian/README.source: Added.
* debian/patches: Replace the patch to disable the fd ulimit on alpha with
one to use lsof to report and count the number of already open fds, and
then add this number to the limit we were going to set.
.
xapian-core (1.0.15-2) unstable; urgency=low
.
* debian/rules: Include /usr/share/quilt/quilt.make much earlier so that
QUILT_STAMPFN is actually set when we try to use it. This means that
the patch(es) will actually be applied (presumably 1.0.14-2 built on
alpha just by luck).
* debian/rules: Build with "-g" so that the -dbg package is more useful.
* debian/rules: Disable optimisation for avr32 in the hope that will avoid
the build failing with "Took too long".
* debian/rules: Add -ffloat-store for i386-hurd to try to get topercent2 to
pass.
.
xapian-core (1.0.15-1) unstable; urgency=low
.
* New upstream release.
* xapian-tools now depends on the same version of libxapian15 to avoid
problems with some undocumented symbols xapian-compact uses.
* Fix typo in package description.
* debian/rules: Set DEB_HOST_ARCH by calling dpkg-architecture if it isn't
already set so that behaviour is the same when running debian/rules "by
hand".
* debian/control.in: Standards-Version: 3.8.3 (no changes required).
* debian/patches/runtest-no-fd-ulimit-on-alpha.patch: Add a description of
the patch.
.
xapian-core (1.0.14-2) unstable; urgency=medium
.
* "urgency=medium" as 1.0.14-1 has aged 5 days and only FTBFS on alpha
because of a new ulimit in the testsuite in 1.0.14-1.
* debian/rules,debian/control.in,debian/patches/series: Add support for
managing patches with quilt, but only add quilt as a build dependency
if there are patches. Also autogenerate the versioned dependency on
debhelper using debian/compat.
* debian/patches/runtest-no-fd-ulimit-on-alpha.patch: Fix FTBFS on alpha
by disabling the new fd ulimit in the test harness on that architecture.
.
xapian-core (1.0.14-1) unstable; urgency=low
.
* New upstream release.
+ debian/patch: Changes included upstream so remove.
* debian/control.in: Standards-Version: 3.8.2 (no changes required).
* debian/control.in: Update required debhelper version.
* debian/copyright: Update for the MIT/X relicensing of the serialise-double
code.
* debian/rules: Explicitly disable use of valgrind for the testsuite -
otherwise if someone builds their own package with valgrind installed (as
developer boxes often do), the test suite run will take a really long
time.
.
xapian-core (1.0.13-3) unstable; urgency=low
.
* debian/patch: Backport more testsuite patches from upstream SVN:
+ Don't bother trying to count CPU time for child processes, as it's hard
to ensure that the child processes have finished with the current
framework, and just counting time in the current process checks most
things (the local backend tests cover much of the work done by the
server part of the remote backend).
+ Increase the number of tests until the first sample takes more than
0.001 seconds to avoid trying to base calculations on a length of time
we probably can't reliably measure to start with.
+ Always give the full exception message (was conditional on --verbose).
Tidy up output for reporting the various different exception types and
other failures to give more consistent output.
.
xapian-core (1.0.13-2) unstable; urgency=low
.
* debian/patch: Backport two patches from upstream SVN:
+ Fix failure of topercent2 on some architectures.
+ Fix leaking of fds used to launch xapian-tcpsrv for remotetcp test,
which hopefully will cure sporadic test failures on some buildds.
* debian/rules: Reenable testsuite on m68k now that topercent2 should pass
reliably.
* debian/rules: Improve comment describing why we disable optimisation on
alpha.
.
xapian-core (1.0.13-1) unstable; urgency=low
.
* New upstream release.
* debian/TODO: Update since we now have a -dbg package with debugging
symbols.
* debian/control.in: Better description for libxapian<SOVERSION>-dbg.
* debian/rules: Don't allow CODENAME to be set in the environment.
* Relicense the Debian packaging under the MIT/X licence.
* debian/patch: Changes included upstream so remove.
.
xapian-core (1.0.12-2) unstable; urgency=low
.
* debian/control.in: libxapian<SOVERSION>-dbg should be section debug not
libs.
* debian/copyright: Update for 2009. /usr/share/common-licenses/GPL ->
/usr/share/licenses/GPL-2 since the former is now a symlink to GPL-3
and Xapian is GPL v2 or later.
* debian/patch: Patch from upstream SVN to fix equality test of const char *
with string literal to use strcmp().
.
xapian-core (1.0.12-1) unstable; urgency=low
.
* New upstream release.
* debian/control.in: Standards-Version: 3.8.1 (no changes required).
* debian/compat: Increase from 4 to 5 since 4 is now deprecated in sid and
5 is supported by all currently supported Debian and Ubuntu releases.
* debian/control.in,debian/rules: Split off debug information into a new
libxapian<SOVERSION>-dbg package.
.
xapian-core (1.0.10-2) unstable; urgency=low
.
* debian/control.in: Demote xapian-doc and xapian-examples from Recommends
to Suggests of libxapian<N>-dev. Closes: #516511, #516512
* debian/rules: Force noopt on alpha to try to work around likely toolchain
bug which is causing a SEGV in the testsuite when an exception is thrown.
.
xapian-core (1.0.10-1) unstable; urgency=low
.
* New upstream release.
+ Builds with GCC 4.4 snapshot. Closes: #505413
+ debian/patch: All changes included upstream so remove.
* debian/control.in: Update libxapian15 to "Priority: important" to match
the override file.
* debian/control.in: Add "DM-Upload-Allowed: yes" since I'm now a Debian
Maintainer.
Files:
2671ff4aec3c04c321f81a07a7ed5dcc 1346 libs optional xapian-core_1.0.17-1~bpo40+1.dsc
455b50c24fc65ae51c38ae67167903c5 2915371 libs optional xapian-core_1.0.17.orig.tar.gz
59c98a236b7e92e33406e15c12dc2c07 15058 libs optional xapian-core_1.0.17-1~bpo40+1.diff.gz
2639568d5bf1962bc2f600be615dac69 871428 libs important libxapian15_1.0.17-1~bpo40+1_amd64.deb
362bb0e5008332dbd8b2295f78cbc8f3 4589492 debug extra libxapian15-dbg_1.0.17-1~bpo40+1_amd64.deb
234e4d36b2540c6de336157fd997a85a 1295752 libdevel optional libxapian-dev_1.0.17-1~bpo40+1_amd64.deb
3187c948e8b1f7210a6d85536e93c8f7 384852 utils optional xapian-tools_1.0.17-1~bpo40+1_amd64.deb
6787cb68b3df7c3b958283a1b6c7348c 280494 doc optional xapian-examples_1.0.17-1~bpo40+1_amd64.deb
97b04f0fb7e2dfd7c8abdeb32ce51543 1305468 doc optional xapian-doc_1.0.17-1~bpo40+1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iQIcBAEBCAAGBQJLHyYAAAoJEBgUewc7rSsHaWgP/2FHBDn4m1g0+DkfpxC2ZKyP
XaKqEx+Kae5XpTENpNQu3o+Y96hSFv+l3ydSxDjivu0fJpTpQF8SVQ8Tn9lxALQe
8zumkG2nAAHo1gv6wZ0w1smpmvD9NY/EHjyhujwmWdIRfWBhr/S7DgMc14xscnZy
PTyEEVSySz3xqVI2nT9xCcHu8hX41YQiPkPgf03Pt2hCgjQxVNnMbIBl03DMmmxg
E3VtjZZ5hXn6UXomkamcLvdTodxV0s5xu22OPGwdSTpAlJtkPk7/FN67HT4OzEaC
qboncjODQN03YGnKZWn017fGlaGH6RemgdfrwyNQXyjVX5fqqSsyp22kLRNaVaf1
4Uu5VjesT//8ZHe4tKcr9IdYRnEb6BJUFNLt2/bQegEDZx59Tp3jgUOv6JrooGf4
yHVlPaf2zTj27/o4YooavNLjN1vsRv19Zwtf/2rdWoZGhzeNpZcsPcygWUqg6vyO
XSpQNAXkNOWXBB1OVJDi5beNrgQXxs3gA1ol5ArNWrq3jSlduualRjJdlNPv5/ro
Lo+EE8ZlFOmog5ZWTI6kGppOBYJb6WzWlDG7CkzDbqFa2l6S8dN8685MbZzIXJc9
reud9patC+9Leae6yqf61HPEhNc7R+4fJkQmE0mZAit3EerCl7dTmPEpbFaI/oCE
V+hGKR2AcKFi6169Vt9T
=2sZa
-----END PGP SIGNATURE-----
Accepted:
libxapian-dev_1.0.17-1~bpo40+1_amd64.deb
to pool/main/x/xapian-core/libxapian-dev_1.0.17-1~bpo40+1_amd64.deb
libxapian15-dbg_1.0.17-1~bpo40+1_amd64.deb
to pool/main/x/xapian-core/libxapian15-dbg_1.0.17-1~bpo40+1_amd64.deb
libxapian15_1.0.17-1~bpo40+1_amd64.deb
to pool/main/x/xapian-core/libxapian15_1.0.17-1~bpo40+1_amd64.deb
xapian-core_1.0.17-1~bpo40+1.diff.gz
to pool/main/x/xapian-core/xapian-core_1.0.17-1~bpo40+1.diff.gz
xapian-core_1.0.17-1~bpo40+1.dsc
to pool/main/x/xapian-core/xapian-core_1.0.17-1~bpo40+1.dsc
xapian-doc_1.0.17-1~bpo40+1_all.deb
to pool/main/x/xapian-core/xapian-doc_1.0.17-1~bpo40+1_all.deb
xapian-examples_1.0.17-1~bpo40+1_amd64.deb
to pool/main/x/xapian-core/xapian-examples_1.0.17-1~bpo40+1_amd64.deb
xapian-tools_1.0.17-1~bpo40+1_amd64.deb
to pool/main/x/xapian-core/xapian-tools_1.0.17-1~bpo40+1_amd64.deb
Reply to: