apt-xapian-index 0.47ubuntu8.4 source package in Ubuntu

Changelog

apt-xapian-index (0.47ubuntu8.4) xenial; urgency=medium

  * debian/patches/08_race_no_attribute_unlink.patch: use a finalizer
    instead of __del__ to close and remove the socket.
    When ServerProgress.__del__() is called the global os module might
    already have been set to None by the Python shutdown, causing an
    exception. (LP: #1652641)

 -- Carlo Vanini <email address hidden>  Fri, 23 Feb 2018 08:44:53 -0800

Upload details

Uploaded by:
Carlo Vanini
Sponsored by:
Brian Murray
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial updates universe admin

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
apt-xapian-index_0.47ubuntu8.4.tar.gz 74.2 KiB 60809863a5b074e2326485cb456f2128dcbf371825518328061d0b54e7b06153
apt-xapian-index_0.47ubuntu8.4.dsc 1.3 KiB 5a24166caa6cc51e78ac39b755d2f5c2be673754be9c924620937cf54dda36ee

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.