apt-xapian-index 0.54ubuntu1 source package in Ubuntu

Changelog

apt-xapian-index (0.54ubuntu1) noble; urgency=medium

  * Merge from Debian unstable (LP: #2055203).  Remaining changes:
    - Prefer native packages over foreign packages.
    - Do not crash if the DB is already locked.
    - Do not modify the DB "in-place" with --update
    - debian/patches/01_axi_cjk_support.patch:
      - Activate the CJK support when indexing the database.
    - debian/patches/02_axi-pkgname-mangled-term.patch:
      - add XPM term that contains a mangled version of the pkgname.
    - plugins/app-install.py:
      - Ignore file not found errors due to a race condition.
    - debian/patches/06_32bit_sizes.patch: Watch out for package sizes that
      don't fit in 32 bits.
    - debian/patches/07_glib_import.patch: Fix the import of GLib and GObject.
    - Build with quilt
  * Dropped changes, no longer applicable:
    - Bump the minimum version for removal of the dbus service
  * debian/patches/python3.12.patch: Python 3.12 compatibility
    (LP: #2055272)

apt-xapian-index (0.54) unstable; urgency=low

  * QA upload.

  * remove undeclared need for python3-six (Closes: #1032332, #1039456)
  * bump to debhelper 13 & some forward compatibility with 14/15
  * migrate from python3-nose to python3-nose2 (Closes: #1018310)
  * fix "unowned files after purge" (Closes: #863959)
  * remove old references to deprecated debian_bundle
  * fix remaining old Python2 "print" (Closes: #968060)
  * provide a native systemd timer matching the cron job
  * fix Py2->3 fallout: "rdetails fails: TypeError:" (Closes: #940987)
  * review with mypy, remove more Python2 hybridation
  * set Rules-Requires-Root: no
  * d/control: remove redundant dh-python

  [ Debian Janitor ]
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on bash-completion.

  [ Gioele Barabucci ]
  * d/post{inst,rm},preinst: Remove code for ancient versions

apt-xapian-index (0.53) unstable; urgency=medium

  * QA upload.
  * Add the missing build dependency on python3-six. (Closes: #997109)
  * Remove the dead Homepage. (Closes: #974718)

apt-xapian-index (0.52) unstable; urgency=medium

  * QA upload.

  [ Debian Janitor ]
  * Use set -e rather than passing -e on the shebang-line.

 -- Graham Inggs <email address hidden>  Wed, 28 Feb 2024 11:26:43 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe admin

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
apt-xapian-index_0.54ubuntu1.tar.xz 49.6 KiB ec8bee4b3f5237aeca6e03967bc9836d3f3a2602ed1cdbb6030e58a080c58b74
apt-xapian-index_0.54ubuntu1.dsc 1.9 KiB 94a95d917688e58ad5f75e114ddf5230ba96d646b79b5fc4475f8ee4303c1e39

Available diffs

View changes file

Binary packages built by this source

apt-xapian-index: maintenance and search tools for a Xapian index of Debian packages

 This package provides update-apt-xapian-index, a tool to maintain a Xapian
 index of Debian package information in /var/lib/apt-xapian-index, and
 axi-cache, a command line search tool that uses the index.
 .
 axi-cache allows one to search packages very quickly, and it also interfaces
 with the shell command line completion in a smart way, providing
 context-sensitive keyword and tag suggestions even before the search command
 is actually run.
 .
 update-apt-xapian-index allows plugins to be installed in
 /usr/share/apt-xapian-index to index all sorts of extra information, such as
 Debtags tags, popcon information, package ratings and anything else that would
 fit.
 .
 The index generated by update-apt-xapian-index is self-documenting, as it
 contains an autogenerated README file with information on the index layout and
 all the data that can be found in it.