fswatch 1.14.0+repack-13 source package in Ubuntu

Changelog

fswatch (1.14.0+repack-13) unstable; urgency=medium

  * Made libfswatch a private library (Closes: #939382)
  * Removed libfswatch11 and libfswatch-dev
  * Added the needed Breaks and Replaces
  * Fixed d/copyright files excludes
  * Re-imported the cleaned up repacked source tarball
  * Fixed package description (Closes: #939025)

 -- Alf Gaida <email address hidden>  Sat, 26 Oct 2019 16:38:15 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
fswatch_1.14.0+repack-13.dsc 1.5 KiB 37f486c7ac3c3f5a746304865199b7b8e9455f9fb4a2d62d6c5bf2546c893b03
fswatch_1.14.0+repack.orig.tar.xz 206.2 KiB 2cf2b677d65a3c92bf7a3bbdd77b13a7e8f745e8cbd8cd6f7fc1ec61b2fa7ba2
fswatch_1.14.0+repack-13.debian.tar.xz 5.2 KiB f47f68104ba526abecde122ff7e45c2513d7c933ab685e874880e323ac11cb08

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 the
 following 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