1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: fwatch
Section: devel
Priority: optional
Maintainer: Cyril Bouthors <cyril@bouthors.org>
Build-Depends: debhelper (>= 4.0.0)
Standards-Version: 3.6.1.0
Package: fwatch
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Kernel level file activity monitoring
Allows you to seamlessly follow the file activity (open, close, stat)
by hooking directly into the Linux kernel and reporting every
operation to /dev/fwatch. Can help debugging and tuning. Fwatch is
distributed as a Linux kernel module.
Package: fwatch-modules-src
Architecture: all
Depends: module-assistant, debhelper
Suggests: kernel-package
Description: Kernel module source, reporting changes on files to /dev/fwatch
This package provides the source code for the fwatch kernel modules.
The fwatch package is also required in order to make use of these
modules. Kernel source is required to compile these modules.
|