liblinux-inotify2-perl 1:2.3-2build1 source package in Ubuntu

Changelog

liblinux-inotify2-perl (1:2.3-2build1) noble; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Wed, 10 Jan 2024 14:08:57 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Joao Eriberto Mota Filho
Architectures:
linux-any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
liblinux-inotify2-perl_2.3.orig.tar.gz 10.2 KiB cb99150f9ffa51dbc3be5ee98d8e91c98cdfeae22eb88e718f2cf367bf270d17
liblinux-inotify2-perl_2.3-2build1.debian.tar.xz 4.0 KiB 89d4e992683a92fdd8e4398ec170429c57e35cc2692696c784a6ce3feb489d86
liblinux-inotify2-perl_2.3-2build1.dsc 2.0 KiB cc052ae5db899535340b16537333d042e00dc6f85f7ac28fdb06ac584255c5e1

View changes file

Binary packages built by this source

liblinux-inotify2-perl: scalable directory and file change notification

 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.
 .
 This module implements an interface to the Linux 2.6.13 and later inotify
 directory and file change notification system.
 .
 It has a number of advantages over the Linux::Inotify module:
   - It is portable (Linux::Inotify only works on x86).
   - The equivalent of fullname works correctly.
   - It is better documented.
   - It has callback-style interface, which is better suited for integration.
 .
 This package provides the Perl module Linux::Inotify2.

liblinux-inotify2-perl-dbgsym: debug symbols for liblinux-inotify2-perl