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

Changelog

liblinux-inotify2-perl (1:2.3-1) unstable; urgency=medium

  * New upstream version 2.3.
  * Ran wrap-and-sort.
  * debian/control:
      - Bumped Standards-Version to 4.5.1.
      - Migrated DH level to 13.
  * debian/copyright:
      - Renamed license to Perl.
      - Updated upstream and packaging copyright years.
  * debian/patches/10_fix-interpreter-path.patch: added a leading zero to patch
    name.
  * debian/tests/control:
      - Added a new test.
      - Set the first test as superficial.
  * debian/upstream/metadata: created.

 -- Joao Eriberto Mota Filho <email address hidden>  Mon, 16 Aug 2021 23:26:49 -0300

Upload details

Uploaded by:
Joao Eriberto Mota Filho
Uploaded to:
Sid
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-1.dsc 2.0 KiB 09eeaa0fce2195d6b67ec71d1f06e8271fff3cdde7dbfc044af0db7b016a490d
liblinux-inotify2-perl_2.3.orig.tar.gz 10.2 KiB cb99150f9ffa51dbc3be5ee98d8e91c98cdfeae22eb88e718f2cf367bf270d17
liblinux-inotify2-perl_2.3-1.debian.tar.xz 3.9 KiB c29dbb01a31f4d4e13eb0caebbd67dbcd4e1ce141e9bf17bb1cfbb818b843513

No changes file available.

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