inotify-tools 3.22.6.0-4 source package in Ubuntu

Changelog

inotify-tools (3.22.6.0-4) unstable; urgency=medium

  * debian/control: bumped Standards-Version to 4.6.2.
  * debian/copyright:
      - Converted the last paragraph of the GPL-2 and LGPL-2.1 in a comment.
      - Updated packaging copyright years.
  * debian/libinotifytools0.symbols: updated to be compliant with the new
    patch 010. Thanks to David Prévot <email address hidden>.
  * debian/patches/010_fix-conflict-entry-point.patch: created to rename
    init variable to fix conflict with entry point. Thanks to David Prévot
    <email address hidden>. (Closes: #1030694)

 -- Joao Eriberto Mota Filho <email address hidden>  Mon, 06 Feb 2023 19:33:06 -0300

Upload details

Uploaded by:
Joao Eriberto Mota Filho
Uploaded to:
Sid
Original maintainer:
Joao Eriberto Mota Filho
Architectures:
linux-any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

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

Downloads

File Size SHA-256 Checksum
inotify-tools_3.22.6.0-4.dsc 2.1 KiB d5909450cb6ba270dfecaf645be83fea724af833488a9eb7e3ab92bbbe4a3df4
inotify-tools_3.22.6.0.orig.tar.gz 90.7 KiB c6b7e70f1df09e386217102a1fe041cfc15fa4f3d683d2970140b6814cf2ed12
inotify-tools_3.22.6.0-4.debian.tar.xz 9.1 KiB a540f83b4cffbe7a0066b63968770c360e3ea6661176aceb412a297f17da7154

Available diffs

No changes file available.

Binary packages built by this source

inotify-tools: command-line programs providing a simple interface to inotify

 inotify (inode notify) is a Linux kernel subsystem that monitors events in
 filesystems and reports those events to applications in real time via API.
 .
 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.
 .
 inotify-tools is a set of command-line programs for Linux providing a simple
 interface to inotify. These programs can be used to monitor and act upon
 filesystem events. inotify-tools consists of four utilities: inotifywait,
 inotifywatch, fsnotifywait and fsnotifywatch.
 .
 inotifywait efficiently waits for changes to files, making it appropriate
 for use in shell scripts.
 .
 inotifywatch collects filesystem usage statistics and outputs counts of each
 inotify event.
 .
 fsnotifywait and fsnotifywatch are similar to inotifywait and inotifywatch,
 but they are using Linux's fanotify(7) interface by default. The fanotify API
 also provides notification and interception of filesystem events. Additional
 capabilities compared to the inotify(7) API include the ability to monitor
 all of the objects in a mounted filesystem, the ability to make access
 permission decisions, and the possibility to read or modify files before
 access by other applications.
 .
 inotify-tools is also useful for security activities in firewall systems or
 to detect changes and injections of new files in webservers by intruders.

inotify-tools-dbgsym: debug symbols for inotify-tools
libinotifytools0: utility wrapper around inotify

 inotify (inode notify) is a Linux kernel subsystem that monitors events in
 filesystems and reports those events to applications in real time via API.
 .
 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.
 .
 libinotifytools is a thin layer on top of the kernel interface which makes
 it easy to set up watches on many files at once, read events without having
 to deal with low-level I/O and several utility functions for inotify-related
 string formatting.

libinotifytools0-dbgsym: debug symbols for libinotifytools0
libinotifytools0-dev: Development library and header files for libinotifytools0

 inotify (inode notify) is a Linux kernel subsystem that monitors events in
 filesystems and reports those events to applications in real time via API.
 .
 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.
 .
 libinotifytools is a thin layer on top of the kernel interface which makes
 it easy to set up watches on many files at once, read events without having
 to deal with low-level I/O and several utility functions for inotify-related
 string formatting.
 .
 This package is for development only, providing headers, static libraries and
 documentation for the libinotifytools library.