mlocate 0.26-2ubuntu1 source package in Ubuntu

Changelog

mlocate (0.26-2ubuntu1) artful; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - Add ecryptfs and fusesmb to PRUNEFS.
    - Add /home/.ecryptfs and /var/lib/schroot to PRUNEPATHS.
  * Dropped changes, included in Debian:
    - add devtmpfs to PRUNEFS.

mlocate (0.26-2) unstable; urgency=medium

  * Add support for nocache(1) to cron.daily.  Closes: #711323
  * Update Homepage URL in control.  Closes: #791762
  * Add /var/lib/os-prober to PRUNEPATHS.  Closes: #810670
  * Add /var/lib/ceph to PRUNEPATHS and ceph as fuse.ceph to PRUNEFS.
    Closes: #786433
  * Add fuse.rozofs to PRUNEFS.  Closes: #720465
  * Update name of mfs to fuse.mfs in PRUNEFS.  Closes: #810902
  * Add devtmpfs to PRUNEFS.  Closes: #762172
  * Add ${misc:Depends} to Depends in control file.
  * Switch to dh for the build system and bump compat to 10.
    - Drop debian/mlocate.dirs
    - Drop most of debian/mlocate.install
    - Clean up debian/rules
    - Add debian/mlocate.docs
  * Drop gitpkg scaffolding.
  * Add dh-autoreconf to build-depends.  Closes: #700094
  * Make updatedb man page a slave to update.mlocate manpage, to make
    lintian happier.
  * Update Standards-Version.  No further changes necessary for this.

 -- Steve Langasek <email address hidden>  Thu, 27 Apr 2017 22:09:57 -0700

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Artful
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
mlocate_0.26.orig.tar.gz 527.8 KiB 7e6b0504fa5b06e4ba2d6efb91eda5f8a9e0593d1442a8a3f97876c86ac5538b
mlocate_0.26-2ubuntu1.diff.gz 7.9 KiB ca1fd971f801d1862e45ab28fce44e8f0fe0712f459a2971c09837856cfa359a
mlocate_0.26-2ubuntu1.dsc 1.9 KiB 465d3ea132fb9dc5827e86a13ea725c186ac3a280d3b3c02ac5e7df965de0672

Available diffs

View changes file

Binary packages built by this source

mlocate: quickly find files on the filesystem based on their name

 mlocate is a new implementation of locate, a tool to find files
 anywhere in the filesystem based on their name, using a fixed pattern
 or a regular expression. Unlike other tools like find(1), locate uses
 a previously created database to perform the search, allowing queries
 to execute much faster. This database is updated periodically from
 cron.
 .
 Several implementations of locate exist: the original implementation
 from GNU's findutils, slocate, and mlocate. The advantages of mlocate
 are:
 .
  * it indexes all the filesystem, but results of a search will only
    include files that the user running locate has access to. It does
    this by updating the database as root, but making it unreadable for
    normal users, who can only access it via the locate binary. slocate
    does this as well, but not the original locate.
 .
  * instead of re-reading all the contents of all directories each time
    the database is updated, mlocate keeps timestamp information in its
    database and can know if the contents of a directory changed without
    reading them again. This makes updates much faster and less demanding
    on the hard drive. This feature is only found in mlocate.
 .
 Installing mlocate will change the /usr/bin/locate binary to point to
 mlocate via the alternatives mechanism. After installation, you may
 wish to run /etc/cron.daily/mlocate by hand to create the database,
 otherwise mlocate won't work until that script is run from cron itself
 (since mlocate does not use the same database file as standard locate).
 Also, you may wish to remove the "locate" package in order not to have
 two different database files updated regularly on your system.

mlocate-dbgsym: No summary available for mlocate-dbgsym in ubuntu artful.

No description available for mlocate-dbgsym in ubuntu artful.