iwatch 0.2.2-10 source package in Ubuntu

Changelog

iwatch (0.2.2-10) unstable; urgency=medium

  [ Joao Eriberto Mota Filho ]
  * debian/control:
      - Bumped Standards-Version to 4.6.1.
      - Little adjustments in long description.
  * debian/copyright:
      - Added a comment about iwatch on GitHub.
      - Added rights for Michael Biebl <email address hidden>.
      - Converted the last paragraph of the GPL-2 in a comment.
      - Updated packaging copyright years.
  * debian/manpage/:
      - Added a caveat about iwatch running with systemd.
      - Updated the manpage.
  * debian/patches/:
      - Added a leading zero to all patch names.
      - Refreshed all patches.
  * debian/README.Debian:
      - Added a note about iwatch running under root as daemon when using
        systemd. Thanks to Braulio Henrique Marques Souto. See #994857.
      - Fixed and improved the previous text.
  * debian/README.source: created to tell about iwatch on SF and GitHub.

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster (oldstable):
    + iwatch: Drop versioned constraint on lsb-base in Depends.

 -- Joao Eriberto Mota Filho <email address hidden>  Fri, 02 Dec 2022 16:19:14 -0300

Upload details

Uploaded by:
Joao Eriberto Mota Filho
Uploaded to:
Sid
Original maintainer:
Joao Eriberto Mota Filho
Architectures:
all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
iwatch_0.2.2-10.dsc 1.8 KiB 5c1580b0c22310acca0a95116ecfa564af7dbbb23f64f16289186df6e7e4a6f7
iwatch_0.2.2.orig.tar.gz 15.9 KiB cd4d5219241ab44a79719a23ed07f5dd14ec9dba0698ed28f187cd3bcfbd99b0
iwatch_0.2.2-10.debian.tar.xz 13.4 KiB 0ca58828ae9b238771b37e273ae1ec9b7bc68b50c06dbea0d2f6aa54f30e6337

Available diffs

No changes file available.

Binary packages built by this source

iwatch: realtime filesystem monitoring program using inotify

 inotify (inode notify) is a Linux kernel subsystem that monitors
 events in filesystems and reports those events to applications in
 real time.
 .
 inotify can be used to monitor individual files or directories.
 When a directory is monitored, inotify will return events for the
 directory itself and for files inside the directory.
 .
 iWatch is a Perl wrap to inotify to monitor changes in specific
 directories or files, sending alarms to the system administrator
 (or other destination) in real time. It can:
 .
   - Send notifications via email about changes.
   - Take programmable actions immediately, as emitting alerts via
     XMPP (jabber) messengers, Telegram or executing a local program
     or script.
   - Act as HIDS (Host-based Intrusion Detection System) or an
     integrity checker, complementing the firewall system in
     networks and improving the security.
 .
 iWatch can run as a simple command, as well a daemon.
 .
 A good example of iWatch usage is to monitor the pages directory
 in webservers to warn, in real time, about defacements or file
 insertions. Other example is to synchronize configuration files
 between machines, when they are changed, as in DHCP servers acting
 in failover mode. You also use to synchronize files, via rsync,
 when these files are changed.