tmpreaper 1.6.17+nmu1build3 source package in Ubuntu

Changelog

tmpreaper (1.6.17+nmu1build3) noble; urgency=medium

  * Rebuild against new libmount1t64 on riscv64.

 -- Gianfranco Costamagna <email address hidden>  Sat, 20 Apr 2024 09:50:47 +0200

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
tmpreaper_1.6.17+nmu1build3.tar.xz 124.4 KiB 4be0bd5a11c59e3f1790670cb9aaf85b8cc34d35d714244dd0ce00c47dac7bd2
tmpreaper_1.6.17+nmu1build3.dsc 1.5 KiB 8796b7f30f72b82e36f165688ea425dc00b66e77e0fa3cf6d84844a2503b8a2e

View changes file

Binary packages built by this source

tmpreaper: cleans up files in directories based on their age

 This package provides a program that can be used to clean out temporary-file
 directories. It recursively searches the directory, refusing to chdir()
 across symlinks, and removes files that haven't been accessed in a
 user-specified amount of time. You can specify a set of files to protect
 from deletion with a shell pattern. It will not remove files owned by the
 process EUID that have the `w' bit clear, unless you ask it to, much like
 `rm -f'. `tmpreaper' will not remove symlinks, sockets, fifos, or special
 files unless given a command line option enabling it to.
 .
 WARNING: Please do not run `tmpreaper' on `/'. There are no protections
 against this written into the program, as that would prevent it from
 functioning the way you'd expect it to in a `chroot(8)' environment.
 .
 The daily tmpreaper run can be configured through /etc/tmpreaper.conf .

tmpreaper-dbgsym: debug symbols for tmpreaper