Change logs for apt-xapian-index source package in Focal

  • apt-xapian-index (0.51ubuntu1) focal; urgency=low
    
      * Merge from Debian unstable.  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.
        - Bump the minimum version for removal of the dbus service; this delta can
          be dropped after the release of Ubuntu 20.04.
        - Build with quilt
    
    apt-xapian-index (0.51) unstable; urgency=medium
    
      * QA upload.
    
      [ Debian Janitor ]
      * Use set -e rather than passing -e on the shebang-line.
    
      [ Julian Andres Klode ]
      * Port the code to work with apt 1.9 (Closes: #931133)
      * Do not pass memonly=True
    
    apt-xapian-index (0.50) unstable; urgency=medium
    
      * QA upload.
    
      [ Barry Warsaw ]
      * Switch to Python 3 as the default. (Closes: #804099)
      * d/compat: Bump to version 9.
      * d/control:
        - Bump debhelper version to >= 9.
        - Switch dependencies to their Python 3 version.
        - Use X-Python3-Version instead.
      * d/rules:
        - Fix the dh argument order.
        - Use --with=python3 and --build-system=pybuild
        - Run the tests in an override_dh_auto_test target.
    
      [ Paul Wise ]
      * Use the right path to the GPLv2 in Debian
      * Migrate a few minor things to Python 2 only
      * Use dpkg-source format 3.0 (native)
      * Use the current version of python3-xapian
      * Correctly import from the Python 3 configparser module
      * Decode bytes from Xapian to Python 3 strings
      * Update VCS information to use the new Salsa repo
      * Switch from debian/compat to debhelper-compat
      * Bump debhelper compat level to 12
      * Drop ancient X-Python3-Version
      * Fix spelling errors
    
      [ Elena Grandi ]
      * Don't traceback on missing index. Closes: #758403
    
      [ Ralf Treinen ]
      * Fix typo in postrm (Closes: #841417)
    
     -- Julian Andres Klode <email address hidden>  Fri, 27 Mar 2020 12:20:11 +0100
  • apt-xapian-index (0.49ubuntu3) eoan; urgency=medium
    
      * Port to APT 1.9
      * Do not pass memonly=True to apt.Cache, this sometimes prevents plugins from
        reading the mtime of the cache file - depending on whether they were initialized
        before or after the cache was generated; because apt.Cache() unsets the pkgcache
        option and the plugins can thus not find the cache file anymore.
    
    apt-xapian-index (0.49ubuntu2) eoan; urgency=medium
    
      * debian/patches: rebase, so that python3 compatibility is first and
        upstreamable.
    
    apt-xapian-index (0.49ubuntu1) eoan; urgency=low
    
      * Merge from Debian unstable.  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/compat: Bump to version 9.
        - debian/control:
          - Bump debhelper version to >= 9.
          - Switch dependencies to their Python 3 version.
          - Use X-Python3-Version instead.
        - debian/rules:
          - Use --with=python3 and --build-system=pybuild
          - Add override_dh_python3 to force /usr/bin/python3 shebang.
          - Run the tests in an override_dh_auto_test target.
        - debian/patches/04_bilingual.patch: Port the code to work in Python
          2.7, 3.4, and 3.5.
        - debian/patches/05_python3.patch: Switch the default to Python 3.
        - 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.
      * Dropped changes, no longer needed:
        - remove the dbus service; software-center which used it is no longer in
          Ubuntu.
        - debian/patches/03_stick_to_main.patch: drop; we are not confined to
          main now that this package is in universe.
      * Dropped changes, included in Debian:
        - debian/postinst:
          - Do not build the DB in the postinst.
      * Bump the minimum version for removal of the dbus service; this delta can
        be dropped after the release of Ubuntu 20.04.
    
    apt-xapian-index (0.49) unstable; urgency=medium
    
      * QA upload.
      * Wrap and sort Debian packaging data
      * Gracefully handle database format removals from Xapian (Closes: #839982)
      * Bump version to 0.49 in update-apt-xapian-index
    
    apt-xapian-index (0.48) unstable; urgency=medium
    
      * QA upload.
      * Set package maintainer to Debian QA Group (Closes: #813201)
      * Bump version to 0.48 in update-apt-xapian-index
      * Correct index location in postrm so it is removed when the package is
        removed/purged (Closes: #799258)
      * Remove suggests on no longer existing app-install-data (Closes: #773549)
      * Remove hard coded depends on python - interpreter depends are provided by
        python:Depends
      * Bump standards version to 3.9.8 without further change
    
    apt-xapian-index (0.47+nmu2) unstable; urgency=medium
    
      * Non-maintainer upload.
      * Remove /etc/bash_completion.d/axi-cache on upgrades. Closes: #806234
      * Bump bash-completion build dependency to 1:2.1-4.2~ (see #668254).
    
    apt-xapian-index (0.47+nmu1) unstable; urgency=medium
    
      * Non-maintainer upload.
      * Remove call to update-python-modules from postinst script. Closes: #793681
    
     -- Julian Andres Klode <email address hidden>  Thu, 27 Jun 2019 11:35:49 +0200