incron 0.5.10-1~ubuntu12.04.1 source package in Ubuntu

Changelog

incron (0.5.10-1~ubuntu12.04.1) precise-backports; urgency=medium

  * No-change backport to precise

incron (0.5.10-1) unstable; urgency=low

  * New upstream release
    - Remove patches merged upstream
  * Switch to dpkg-source 3.0 (quilt) format (Closes: #570943)
  * Bump Standards-Version to 3.9.3
  * Add a patch to fix a FTBFS with g++ 4.7 (Closes: #667209)
  * Update Vcs-Browser and Vcs-Git fields
  * Switch debhelper compat to v9
  * Switch copyright file to DEP5 format
  * Switch patches to DEP3 format
  * Some clean up in init script
 -- Iain Lane <email address hidden>   Thu, 10 Apr 2014 18:14:04 +0100

Upload details

Uploaded by:
Iain Lane
Uploaded to:
Precise
Original maintainer:
Emmanuel Bouthenot
Architectures:
any
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise backports universe admin

Downloads

File Size SHA-256 Checksum
incron_0.5.10.orig.tar.gz 198.4 KiB 5d4abadb5f16c26e4f728a6433ad22f7655663b5812fbd4f94e852050f38e78a
incron_0.5.10-1~ubuntu12.04.1.debian.tar.gz 6.1 KiB d958fda9bea84e8a9f47677f2932128ec1a0eb0b02ab4d44deae1eb440d4123a
incron_0.5.10-1~ubuntu12.04.1.dsc 1.9 KiB 346a7d0a49755d3624103ecbee51eece02fd3462d3e9fa4b28021c5ade6800ba

Available diffs

View changes file

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