[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Accepted xapian-omega 1.0.17-1~bpo40+1 (source amd64)



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.7
Date: Wed, 09 Dec 2009 12:40:11 +0000
Source: xapian-omega
Binary: xapian-omega
Architecture: source amd64
Version: 1.0.17-1~bpo40+1
Distribution: etch-backports
Urgency: high
Maintainer: Olly Betts <olly@survex.com>
Changed-By: Olly Betts <olly@survex.com>
Description: 
 xapian-omega - CGI search interface and indexers using Xapian
Closes: 417767 455103 455149 455526 484456 548987
Changes: 
 xapian-omega (1.0.17-1~bpo40+1) etch-backports; urgency=low
 .
   * Rebuild for etch backports.
 .
 xapian-omega (1.0.17-1) unstable; urgency=low
 .
   * New upstream release.
     + Uses _SC_PHYS_PAGES instead of _SC_AVPHYS_PAGES to calculate the memory
       limit to apply to external filters.  Closes: #548987
 .
 xapian-omega (1.0.16-1) unstable; urgency=low
 .
   * New upstream release.
     + Incorporates fix for CVE-2009-2947.
 .
 xapian-omega (1.0.15-2) unstable; urgency=high
 .
   * SECURITY UPDATE:
   * Fix cross-site scripting vulnerability in reporting of exceptions
     (CVE-2009-2947).
 .
 xapian-omega (1.0.15-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/control.in: Standards-Version: 3.8.3 (no changes required).
 .
 xapian-omega (1.0.14-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/control.in: Put "perl" back in "Suggests:" - "perl-base" is
     "Priority: essential", but "perl" isn't and it's the latter which
     contains pod2text.
   * debian/control.in: Standards-Version: 3.8.2 (no changes required).
   * debian/control.in: Drop the "www." from the homepage URL for consistency
     with upstream use.
   * debian/rules: Update required debhelper version.
 .
 xapian-omega (1.0.13-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/rules: Don't allow CODENAME to be set in the environment.
   * Relicense the Debian packaging under the MIT/X licence.
 .
 xapian-omega (1.0.12-2) unstable; urgency=low
 .
   * 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.
 .
 xapian-omega (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.
 .
 xapian-omega (1.0.10-5) unstable; urgency=low
 .
   * debian/rules,debian/control.in: Dapper's automake is 1.4, but "automake
     (>= 1.10) | automake1.9" doesn't work in the Ubuntu dapper PPA builder -
     it has automake 1.4 installed, so goes for the first alternative, and then
     fails the version check.  We want to prefer 1.10 so swapping the order is
     no help, so generate the dependency depending on the codename.
 .
 xapian-omega (1.0.10-4) unstable; urgency=low
 .
   * debian/rules: Substitute @GHOSTSCRIPT@ when generating debian/control.
 .
 xapian-omega (1.0.10-3) unstable; urgency=low
 .
   * debian/rules: Apply workaround when running "make check" too as that links
     the test programs with libxapian.
 .
 xapian-omega (1.0.10-2) unstable; urgency=low
 .
   * debian/rules: Work around bug in link_all_deplibs patch in Debian's
     libtool 2.2.x package.
   * debian/copyright: Update (C) year for debian packaging.
 .
 xapian-omega (1.0.10-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/control.in,debian/rules: Suggest ghostscript instead of gs-common
     except for Debian etch and Ubuntu dapper.
   * debian/control.in: Add "DM-Upload-Allowed: yes" since I'm now a Debian
     Maintainer.
 .
 xapian-omega (1.0.7-3) unstable; urgency=low
 .
   * debian/rules: Run "make all" and "make check" as separate commands to
     avoid hitting parallel building bugs.  Related to #493390 and
     #494247.
 .
 xapian-omega (1.0.7-2) unstable; urgency=low
 .
   * debian/rules: Fix build rule to be parallel make safe.
 .
 xapian-omega (1.0.7-1) unstable; urgency=low
 .
   * New upstream release.
     + Overhaul the $highlight colour combinations since some were rather
       unreadable.  Reported by Joey Hess.  Closes: #484456
   * debian/copyright: Update for 2008 and a few other minor changes.
   * debian/control.in: Add "djvulibre-bin" to "Suggests:" as omindex can now
     make use of it to index DjVu files.
   * debian/rules: The dependency on libxapianN is now versioned.  We require a
     version >= the version of xapian-omega being packaged (which is sometimes
     slightly too conservative, but simple to implement without manual
     maintenance).
   * debian/rules: Add support for parallel=<n> in DEB_BUILD_OPTIONS, as
     recommended by policy 3.8.0.  Use $(filter ...) instead of $(find ...)
     to check for noopt in DEB_BUILD_OPTIONS to avoid false matches on
     substrings of non-standard options (e.g. snooptables).
   * debian/rules: Run the xapian-omega testsuite unless nocheck is specified
     in DEB_BUILD_OPTIONS.  Takes less than a second to run on x86-64.
   * debian/control.in: Standards-Version: 3.8.0
   * debian/watch: Add watch file.  Not useful for me as I make the upstream
     releases, but DEHS, etc find it useful.
   * debian/rules: Calculate the version starting the next release branch (so
     1.1.0 currently) and use that as the upper bound on the libxapian-dev
     build dependency).
   * debian/control.in,debian/rules: Depend on the autotools and run autoreconf
     so we're using Debian's patched libtool which avoids trying to explicitly
     link with -lz.  Specify --mandir=/usr/share/man to configure since in the
     dapper backport the newest automake available is 1.9 which defaults mandir
     to /usr/man.
 .
 xapian-omega (1.0.5-1) unstable; urgency=low
 .
   * New upstream release.
     + Fixes compilation with latest GCC 4.3 snapshot.  Closes: #455149
     + omindex now accepts '-f' as documented.  Closes: #455526.
   * debian/control.in: Standards-Version: 3.7.3 (no changes required).
   * debian/control.in: Remove "perl" from "Suggests:" as perl is
     "Priority: essential".  Policy section 3.5 says that such dependencies
     should be avoided.
   * debian/xapian-omega.prerm,debian/xapian-omega.postrm: prerm doesn't get
     the "purge" action, so replace the prerm with a postrm so templates get
     removed on purge.  Closes: #455103
   * debian/control.in: The "Homepage:" header is now official, so convert
     "Homepage:" pseudo-header.
 .
 xapian-omega (1.0.4-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/control.in: Update "Suggests:" to include catdvi (for DVI files)
     which omindex can now make use of.
 .
 xapian-omega (1.0.2-1) unstable; urgency=low
 .
   * New upstream release.
 .
 xapian-omega (1.0.1-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/patch: Patch is included in this release, so remove.
 .
 xapian-omega (1.0.0-1) unstable; urgency=low
 .
   * New upstream release.
     + Now builds with GCC 4.3 snapshot.  Closes: #417767
   * debian/control.in: Update "Suggests:" for changes in omindex: change
     pstotext to gs-common since omindex now indexes PostScript by converting
     it to PDF first since that appears to be the only way to handle PostScript
     containing non-latin1 characters; add libwps-tools for MS Works documents.
   * 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/patch: Include patch from Xapian SVN to fix a small (and
     long-standing - this dates back to at least Omega 0.8.2) issue in the HTML
     parser to do with handling tags with only whitespace between them.
   * debian/rules: Install the new "templates/inc" subdirectory and its
     contents.
   * debian/xapian-omega.install: The documentation is now installed in the
     directory we want it in by default - we no longer need to move it.  Also
     the path where the omega CGI binary is installed by default has changed.
Files: 
 24a6d0530813082c0018f3e574208a3f 1347 web optional xapian-omega_1.0.17-1~bpo40+1.dsc
 9a383d7e7aa03df92442e69cf597c1df 512659 web optional xapian-omega_1.0.17.orig.tar.gz
 05b4830541475ed6114d018aea59af67 10827 web optional xapian-omega_1.0.17-1~bpo40+1.diff.gz
 fce8186190b7ba9f25bd9ac40b529633 281658 web optional xapian-omega_1.0.17-1~bpo40+1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iQIcBAEBCAAGBQJLH6AUAAoJEBgUewc7rSsH2/0P/2fZgbWL2SQe+TO0KXYexNfK
FpqLHbgEwWN7iVSwY7+HpqYVt8owNhS9UHu24+jtbDC/+T/0idXTsXKVmShKRWXh
wffrVUIjLms+s8rVwg4BqZzEQ1V4RVhr627/iQattYy7iZZ9hoJNg4R5HFYqCan2
E+8niw4QATItY7DI1pKc2gFNJ6d1w/SWdI0x+RuUJ56EZfR3F7Y4955ilrVzbHzQ
qC0N7QQpfzKDfggRffM3xX7lOAWIyVCJG2Y8JtN4nmf45QtcqTJ1zcwtSomciR86
phO9rGXKCqlXKV66LITrXNzHEj4Tej6xa0al6g8cL/D6yNCEMHhRfTBNjSNg5NQ6
h/L1uKt3yKHLj19SUOqytXmTe7X2UX9J7gHhht1rwiDrKhCW9Ooul1sgN12Yr8Bs
oLhYip7eHlIyL30m59fnKcKTTgjPLindjY1/xe/haHj8vUKJwlZcsmKxQ2f3lFFs
8fO9USpsLyxYYd+0weZaj3FmpTa3gMVJIzlu3gy821LFm3QdVCHzQFn9eyKRw0fY
VG2de+5xwBqQD3dFdfQ8jNpelDeKBjE9SE1WKRkYIKvB6FS/Vk66FCcdNB27U9j6
b789uZMxzOkpIHWv7YiWJWpdsVfT298jIe6hEfvgkSjmBSQojZRLe7pTgy3+2mia
dpLu1buF1KMpNTfKa9RX
=Uc+5
-----END PGP SIGNATURE-----


Accepted:
xapian-omega_1.0.17-1~bpo40+1.diff.gz
  to pool/main/x/xapian-omega/xapian-omega_1.0.17-1~bpo40+1.diff.gz
xapian-omega_1.0.17-1~bpo40+1.dsc
  to pool/main/x/xapian-omega/xapian-omega_1.0.17-1~bpo40+1.dsc
xapian-omega_1.0.17-1~bpo40+1_amd64.deb
  to pool/main/x/xapian-omega/xapian-omega_1.0.17-1~bpo40+1_amd64.deb


Reply to: