incron 0.5.12-4 source package in Ubuntu

Changelog

incron (0.5.12-4) unstable; urgency=medium

  * Add a fix to the patch which avoid a segfault while using $@ in command to
    execute
  * Add a patch which avoid unterminated forked processes (Closes: #981124)
  * Remove useless dependency on lsb-base
  * Update copyright file (new year)
  * Bump Standards-Version to 4.6.2

 -- Emmanuel Bouthenot <email address hidden>  Fri, 27 Jan 2023 23:08:49 +0000

Upload details

Uploaded by:
Emmanuel Bouthenot
Uploaded to:
Sid
Original maintainer:
Emmanuel Bouthenot
Architectures:
any
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe admin
Noble release universe admin
Mantic release universe admin
Lunar release universe admin

Downloads

File Size SHA-256 Checksum
incron_0.5.12-4.dsc 1.8 KiB efc589f07b1b7866e8586b27381bf402e61f3dc17f76e8ea12f7db9efd4524d1
incron_0.5.12.orig.tar.gz 88.3 KiB 8f0f48070f2de35bd185b38f2351c9c4c2d088b0d8ae352ac14fff9636e7ff23
incron_0.5.12-4.debian.tar.xz 100.1 KiB e7eaa73718c90d89d643fbf38c21d0dd31aec183f9aae8726d3c114db5229240

Available diffs

No changes file available.

Binary packages built by this source

incron: cron-like daemon which handles filesystem events

 incron is an "inotify cron" system. It works like the regular cron but is
 driven by filesystem events instead of time events. This package provides two
 programs, a daemon called "incrond" (analogous to crond) and a table
 manipulator "incrontab" (like "crontab").
 .
 incron uses the Linux Kernel inotify syscalls.
 .
 like cron, each user can edit its own incron tables.
 .
 incron can be used to :
  - notifying programs (e.g. server daemons) about changes in configuration
  - guarding changes in critical files (with their eventual recovery)
  - file usage monitoring, statistics
  - automatic on-crash cleanup
  - automatic on-change backup or versioning
  - new mail notification (for maildir)
  - server upload notification
  - installation management (outside packaging systems)
  - ... and many others

incron-dbgsym: debug symbols for incron