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

  • 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
  • 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