fswatch 1.10.0+repack-1 source package in Ubuntu

Changelog

fswatch (1.10.0+repack-1) unstable; urgency=medium

  * Imported upstream version 1.10.0 (repacked)
  * Initial release (Closes: #846401)

 -- Alf Gaida <email address hidden>  Tue, 03 Oct 2017 18:48:14 +0200

Upload details

Uploaded by:
Alf Gaida
Uploaded to:
Sid
Original maintainer:
Alf Gaida
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
fswatch_1.10.0+repack-1.dsc 2.1 KiB 1321141240a07946cc1ff60b7c77cd11fb872533849dc9c3c3ee7015cfc1df83
fswatch_1.10.0+repack.orig.tar.xz 229.2 KiB 011d0f17acee32d3f0760a68f81d8a52072b81b3cbc7596aadce92e834885dd9
fswatch_1.10.0+repack-1.debian.tar.xz 9.4 KiB fcdbfa33c601d774c8c399193c103ec1d903a4db92bb49f7b381ce5bbb5802aa

No changes file available.

Binary packages built by this source

fswatch: 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

fswatch-dbgsym: debug symbols for fswatch
libfswatch-dev: 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.

libfswatch9: 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.

libfswatch9-dbgsym: debug symbols for libfswatch9