incron 0.5.10-1 source package in Ubuntu

Changelog

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

 -- Emmanuel Bouthenot <email address hidden>  Sun, 08 Apr 2012 21:05:07 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
incron_0.5.10-1.dsc 1.8 KiB 5aa7b32e79b03a6780ce50277c8f89f3eaea8b49b1581bb628e1fd8cee799fbb
incron_0.5.10.orig.tar.gz 198.4 KiB 5d4abadb5f16c26e4f728a6433ad22f7655663b5812fbd4f94e852050f38e78a
incron_0.5.10-1.debian.tar.gz 6.0 KiB a9dc4688e877afdde3140313556dd4759bf0e715a2e2e365a978bb4d185b2c91

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