[ubuntu/jammy-proposed] plocate 1.1.15-1ubuntu1 (Accepted)

Steve Langasek steve.langasek at ubuntu.com
Thu Feb 10 01:25:12 UTC 2022


plocate (1.1.15-1ubuntu1) jammy; urgency=medium

  * Port changes over from mlocate so that we can move to plocate in Ubuntu.
  * Add /home/.ecryptfs and /var/lib/schroot to PRUNEPATHS.
  * Add fuse.cryfs and fuse.encfs to PRUNEFS.
  * Adjust handling of db generation on package install to match the
    previous mlocate behavior, which ensured db generation even in chroots,
    printed a message before, and ensured db generation finished before the
    postinst returned.
  * Adjust dh_systemd handling to match the above.
  * Drops support for the --transliterate option, which requires significant
    porting of functionality from C to the independent plocate C++ codebase.
  * d/p/locate-add-ignore-spaces-option-to-ignore-word-separ.patch: port
    support for the --ignore-spaces option from mlocate.
  * All other patches and packaging delta for mlocate are obsolete for
    plocate.

plocate (1.1.15-1) unstable; urgency=medium

  * New upstream release.
    * Improves updatedb handling of excluded filesystems that give errors
      on stat() (e.g. if they are network filesystems that have failed).
      (Closes: #1004083)

plocate (1.1.14-1) unstable; urgency=medium

  * New upstream release.
    * Adds option --add-single-prunepath. (Closes: #999488)

plocate (1.1.13-1) unstable; urgency=medium

  * New upstream release.
    * Fixes the database name in an error message. (Closes: #996735)

plocate (1.1.12-1) unstable; urgency=medium

  * New upstream release.
    * Includes support for the -N/--literal option. (Closes: #995688)

plocate (1.1.11-1) unstable; urgency=medium

  * New upstream release.
    * Fixes a crash with --existing and --regex (or very short patterns)
      together. Reported by Michael Arndt. (Closes: #993684)

plocate (1.1.10-3) unstable; urgency=medium

  * In mlocate.postinst, purge the systemd timer and the statoverride
    for /usr/bin/mlocate, similar to what would happen if the old package
    got purged. Suggested by Sven Joachim. (Closes: #993529)

plocate (1.1.10-2) unstable; urgency=medium

  * Source-only upload to allow progressing to testing.

plocate (1.1.10-1) unstable; urgency=medium

  * New upstream release.
    * Fixes build regression on non-systemd platforms. (Closes: #992746)

plocate (1.1.9-2) unstable; urgency=medium

  * Specify the package name (mlocate) explicitly in mlocate.maintscript,
    so that it is not wrongly inferred to be mlocate:all (since mlocate
    changes from Arch: any to Arch: all on upgrade to the dummy mlocate
    package from plocate). (Closes: #992540)
  * In mlocate.postinst, remove mlocate.db and /var/lib/mlocate.

plocate (1.1.9-1) unstable; urgency=medium

  * New upstream release.
  * Remove the upgrade-from-mlocate test, as it cannot pass without
    a real (non-transitional) mlocate package.

plocate (1.1.8-3) unstable; urgency=medium

  * Make mlocate a dummy transitional package into plocate, in cooperation
    with mlocate maintainer Tollef Fog Heen.
    * Make Breaks and Conflicts versioned, so as to not conflict
      with the transitional package.
    * Add a debian/tmp/* line to plocate.install.
    * Remove mlocate.db and /var/lib/mlocate in mlocate.postinst.
    * Remove /etc/cron.daily/mlocate in mlocate.maintscript.

Date: Thu, 10 Feb 2022 00:45:06 +0000
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/plocate/1.1.15-1ubuntu1
-------------- next part --------------
Format: 1.8
Date: Thu, 10 Feb 2022 00:45:06 +0000
Source: plocate
Built-For-Profiles: noudeb
Architecture: source
Version: 1.1.15-1ubuntu1
Distribution: jammy
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Closes: 992540 992746 993529 993684 995688 996735 999488 1004083
Changes:
 plocate (1.1.15-1ubuntu1) jammy; urgency=medium
 .
   * Port changes over from mlocate so that we can move to plocate in Ubuntu.
   * Add /home/.ecryptfs and /var/lib/schroot to PRUNEPATHS.
   * Add fuse.cryfs and fuse.encfs to PRUNEFS.
   * Adjust handling of db generation on package install to match the
     previous mlocate behavior, which ensured db generation even in chroots,
     printed a message before, and ensured db generation finished before the
     postinst returned.
   * Adjust dh_systemd handling to match the above.
   * Drops support for the --transliterate option, which requires significant
     porting of functionality from C to the independent plocate C++ codebase.
   * d/p/locate-add-ignore-spaces-option-to-ignore-word-separ.patch: port
     support for the --ignore-spaces option from mlocate.
   * All other patches and packaging delta for mlocate are obsolete for
     plocate.
 .
 plocate (1.1.15-1) unstable; urgency=medium
 .
   * New upstream release.
     * Improves updatedb handling of excluded filesystems that give errors
       on stat() (e.g. if they are network filesystems that have failed).
       (Closes: #1004083)
 .
 plocate (1.1.14-1) unstable; urgency=medium
 .
   * New upstream release.
     * Adds option --add-single-prunepath. (Closes: #999488)
 .
 plocate (1.1.13-1) unstable; urgency=medium
 .
   * New upstream release.
     * Fixes the database name in an error message. (Closes: #996735)
 .
 plocate (1.1.12-1) unstable; urgency=medium
 .
   * New upstream release.
     * Includes support for the -N/--literal option. (Closes: #995688)
 .
 plocate (1.1.11-1) unstable; urgency=medium
 .
   * New upstream release.
     * Fixes a crash with --existing and --regex (or very short patterns)
       together. Reported by Michael Arndt. (Closes: #993684)
 .
 plocate (1.1.10-3) unstable; urgency=medium
 .
   * In mlocate.postinst, purge the systemd timer and the statoverride
     for /usr/bin/mlocate, similar to what would happen if the old package
     got purged. Suggested by Sven Joachim. (Closes: #993529)
 .
 plocate (1.1.10-2) unstable; urgency=medium
 .
   * Source-only upload to allow progressing to testing.
 .
 plocate (1.1.10-1) unstable; urgency=medium
 .
   * New upstream release.
     * Fixes build regression on non-systemd platforms. (Closes: #992746)
 .
 plocate (1.1.9-2) unstable; urgency=medium
 .
   * Specify the package name (mlocate) explicitly in mlocate.maintscript,
     so that it is not wrongly inferred to be mlocate:all (since mlocate
     changes from Arch: any to Arch: all on upgrade to the dummy mlocate
     package from plocate). (Closes: #992540)
   * In mlocate.postinst, remove mlocate.db and /var/lib/mlocate.
 .
 plocate (1.1.9-1) unstable; urgency=medium
 .
   * New upstream release.
   * Remove the upgrade-from-mlocate test, as it cannot pass without
     a real (non-transitional) mlocate package.
 .
 plocate (1.1.8-3) unstable; urgency=medium
 .
   * Make mlocate a dummy transitional package into plocate, in cooperation
     with mlocate maintainer Tollef Fog Heen.
     * Make Breaks and Conflicts versioned, so as to not conflict
       with the transitional package.
     * Add a debian/tmp/* line to plocate.install.
     * Remove mlocate.db and /var/lib/mlocate in mlocate.postinst.
     * Remove /etc/cron.daily/mlocate in mlocate.maintscript.
Checksums-Sha1:
 623b469595ef7aedc3b0d3db0823add98a02d105 2016 plocate_1.1.15-1ubuntu1.dsc
 21b78004e3bf11d25713635bc61fa2ec417ed04b 73274 plocate_1.1.15.orig.tar.gz
 45c463e7fbf4714955e471f2ce0e70d2a390eba3 8632 plocate_1.1.15-1ubuntu1.debian.tar.xz
 3ccc9945f803afd832816105731f1e825eb6078a 8197 plocate_1.1.15-1ubuntu1_source.buildinfo
Checksums-Sha256:
 94969d5abe15ecc84e8e95c7a51c6ecd4fc485daa00462a9bc8a3a265e12aa96 2016 plocate_1.1.15-1ubuntu1.dsc
 d1855954da8b811887de0e12ed8d236c0599ecd959ec5a6851503315507bf150 73274 plocate_1.1.15.orig.tar.gz
 3a9f997d436fd175efd3b5e2c8fbada8488fafc0a8751c78d2e897859424463b 8632 plocate_1.1.15-1ubuntu1.debian.tar.xz
 1df05c30051dcb334e33a0f6e238e91c6247b9d7b75cf5777c45c02a90503409 8197 plocate_1.1.15-1ubuntu1_source.buildinfo
Files:
 298ca6678896c19c6e621f923f580d6e 2016 utils optional plocate_1.1.15-1ubuntu1.dsc
 7dc43ca6698955215d217a80be86fdb0 73274 utils optional plocate_1.1.15.orig.tar.gz
 c481755efe307a4622c8e3b478ff33aa 8632 utils optional plocate_1.1.15-1ubuntu1.debian.tar.xz
 1bd7df2301508ec56c1e58438c5f0894 8197 utils optional plocate_1.1.15-1ubuntu1_source.buildinfo
Original-Maintainer: Steinar H. Gunderson <sesse at debian.org>


More information about the jammy-changes mailing list