fswatch 1.11.2+repack-3 source package in Ubuntu

Changelog

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

  * Removed build dependency git
  * Fixed symbols for some more arches
  * Make the build reproducible, thanks Chris Lamb <email address hidden>
    (Closes: #882818)
  * latomic works fine (Closes: #882708)

 -- Alf Gaida <email address hidden>  Mon, 27 Nov 2017 18:59:51 +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-3.dsc 1.8 KiB 24d741ad35df99b4c399b2af9afb0110a948bca0af934feccdfd5de144a3b5f0
fswatch_1.11.2+repack.orig.tar.gz 311.5 KiB d60a76a99dbe3a980d2482d24066eeac3829146b33521e46db12b9ed1aea65c3
fswatch_1.11.2+repack-3.debian.tar.xz 10.4 KiB c032df94fa8b6f3096acd0e998087228528e03406a192c4f92e59f78bf67fe9f

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