File: control

package info (click to toggle)
liblinux-inotify2-perl 1.01-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 100 kB
  • ctags: 99
  • sloc: ansic: 143; perl: 126; makefile: 53
file content (21 lines) | stat: -rw-r--r-- 773 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: liblinux-inotify2-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 4.0.2)
Build-Depends-Indep: perl (>= 5.8.0-7)
Maintainer: Michael Bramer <grisu@debian.org>
Standards-Version: 3.6.1

Package: liblinux-inotify2-perl
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, 
Description:  scalable directory/file change notification
 This module implements an interface to the Linux 2.6.13 and later Inotify
 file/directory change notification sytem.
 .
 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.