23 lines
801 B
Text
23 lines
801 B
Text
|
Source: inotify-info
|
||
|
Section: utils
|
||
|
Priority: optional
|
||
|
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
|
||
|
Build-Depends:
|
||
|
debhelper-compat (= 13),
|
||
|
Rules-Requires-Root: no
|
||
|
Standards-Version: 4.7.0
|
||
|
Homepage: https://github.com/mikesart/inotify-info
|
||
|
Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/inotify-info
|
||
|
Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/inotify-info
|
||
|
|
||
|
Package: inotify-info
|
||
|
Section: utils
|
||
|
Architecture: linux-any
|
||
|
Depends:
|
||
|
${misc:Depends},
|
||
|
${shlibs:Depends},
|
||
|
Description: tracking the number of inotify watches
|
||
|
The Linux inotify system can be difficult to debug when the system runs out of
|
||
|
watches. inotify-info allows tracking down how many inotify watches, instances,
|
||
|
and which files are being watched.
|