incron 0.5.12-1 source package in Ubuntu

Changelog

incron (0.5.12-1) unstable; urgency=medium

  * New upstream release (Closes: #860199)
    - Fix bug 'incron silently discards command output' (Closes: 419518)
    - Fix bug 'incron logs command to execute but command is not
      executed' (Closes: #584134)
    - Fix bug 'allow whitespace delimiters in incrontab files'
      (Closes: #456821)
    - Fix bug 'ignore dotfiles in /etc/incron.d' (Closes: #606770)
    - Fix bug 'avoids shadowing a variable and also enables more warnings
      when compiling' (Closes: #503973)
  * Remove all patches (merged upstream)
  * Upstream development has moved to github:
    - Update watch file accordingly
    - Update homepage in control file
  * New upstream developer: update copyright file accordingly
  * Bump Standards-Version to 4.3.0
  * Switch debhelper compatibility to 12
  * Update Vcs-Git and Vcs-Browser with new repository on salsa.debian.org
  * Change priority from extra to optional
  * Fix debian/copyright Format URI to use https
  * Add debian/upstream/metadata
  * Add a patch to fix manpages typos

 -- Emmanuel Bouthenot <email address hidden>  Tue, 19 Feb 2019 02:44:46 +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

Downloads

File Size SHA-256 Checksum
incron_0.5.12-1.dsc 1.8 KiB a9ee786cccba6afcbf32fd5402a95dfcd889a38337a164e8355e52320c8ae248
incron_0.5.12.orig.tar.gz 88.3 KiB 8f0f48070f2de35bd185b38f2351c9c4c2d088b0d8ae352ac14fff9636e7ff23
incron_0.5.12-1.debian.tar.xz 97.0 KiB 8c07a22a7ddc48a12524c5764ca9291068feb9b47072a31b9b7e9a76abc3e935

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