fswatch 1.11.2+repack-1 source package in Ubuntu

Changelog

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

  * Cherry-picked new upstream release 1.11.2.
  * Removed kqueue build dependency - not available in the arches where
    it would make sense.
  * Added linker flag -latomic
  * fixed excluded files in debian/copyright
  * fixed symbols for some arches

 -- Alf Gaida <email address hidden>  Sun, 26 Nov 2017 03:07:02 +0100

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.11.2+repack-1.dsc 1.7 KiB 8bf629d8bde5acdcd1c9ea38b329bfcf509ce3cddbb8233643b6187955108d1c
fswatch_1.11.2+repack.orig.tar.gz 311.5 KiB d60a76a99dbe3a980d2482d24066eeac3829146b33521e46db12b9ed1aea65c3
fswatch_1.11.2+repack-1.debian.tar.xz 9.7 KiB e40d7895bc70423af8dc6cb203adf740d0a3ee6bd13d208034cf089cbd955b6e

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