File: control

package info (click to toggle)
fswatch 1.14.0%2Brepack-8
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,836 kB
  • sloc: cpp: 4,557; sh: 4,197; makefile: 166; sed: 16
file content (57 lines) | stat: -rw-r--r-- 2,235 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
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Source: fswatch
Maintainer: Alf Gaida <agaida@siduction.org>
Section: misc
Priority: optional
Build-Depends: debhelper (>= 11~),
               doxygen,
               libtool,
               linux-libc-dev,
               texinfo
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/debian/fswatch
Vcs-Git: https://salsa.debian.org/debian/fswatch.git
Homepage: http://emcrisostomo.github.io/fswatch

Package: fswatch
Architecture: linux-any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: file change monitor based on inotify
 fswatch is a file change monitor that receives notifications when the contents
 of the specified files or directories are modified. fswatch implements four
 kinds of monitors:
  * A monitor based on the File System Events API of Apple OS X.
  * A monitor based on kqueue, an event notification interface introduced in
    FreeBSD 4.1 and supported on most *BSD systems (including OS X).
  * A monitor based on inotify, a Linux kernel subsystem that reports file
    system changes to applications.
  * A monitor based on File Events Notification, a Solaris/Illumos kernel API
    that reports file events.
  * A monitor which periodically stats the file system, saves file modification
    times in memory and manually calculates file system changes, which can work
    on any operating system where stat (2) can be used.
 .
 fswatch should build and work correctly on any system shipping either of the
 aforementioned APIs

Package: libfswatch11
Architecture: linux-any
Section: libs
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: file change monitor based on inotify (library)
 fswatch is a file change monitor that receives notifications when the contents
 of the specified files or directories are modified.
 .
 This package contains the shared library needed by the fswatch.

Package: libfswatch-dev
Architecture: linux-any
Section: libdevel
Depends: ${misc:Depends},
         libfswatch11 (= ${binary:Version})
Description: file change monitor based on inotify (dev-files)
 fswatch is a file change monitor that receives notifications when the contents
 of the specified files or directories are modified.
 .
 This package contain the development files.