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

Changelog

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

  * New upstream version 2.2.
  * Using new DH level format. Consequently:
      - debian/compat: removed.
      - debian/control: changed from 'debhelper' to 'debhelper-compat' in
        Build-Depends field and bumped level to 12.
  * debian/control:
      - Added 'Rules-Requires-Root: no' to source stanza.
      - Bumped Standards-Version to 4.4.1.
  * debian/salsa-ci.yml: added to provide CI tests for Salsa.

 -- Joao Eriberto Mota Filho <email address hidden>  Mon, 16 Dec 2019 12:18:08 -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.2-1.dsc 2.0 KiB ae453ceb37c5825744ae33c148d7311356d32b1af52dc50cde688fed276c577f
liblinux-inotify2-perl_2.2.orig.tar.gz 10.0 KiB dd41a20da5689fb2071eea23a383c4e0f8d85b462ba65baa6c4f53a254ed3433
liblinux-inotify2-perl_2.2-1.debian.tar.xz 3.5 KiB 5a77660f96bcf080d7963cae9138d88a17d7bdb7182ddb732a0b30ca0dbb95c6

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