fswatch 1.14.0+repack-13.1 source package in Ubuntu

Changelog

fswatch (1.14.0+repack-13.1) unstable; urgency=high

  * Non-maintainer upload.
  * debian/rules: Correctly use DEB_HOST_MULTIARCH for libdir.
    (Closes: #950366)
  * debian/patches/0001-autoconf2.70-compat.patch: Add upstream
    patch to fix FTBFS with autoconf 2.70+. (Closes: #978813)
  * debian/gbp.conf: Drop custom compression format. This causes
    errors during building. Implicitly use default format instead.

 -- Boyuan Yang <email address hidden>  Wed, 15 Sep 2021 17:44:32 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
fswatch_1.14.0+repack-13.1.dsc 1.9 KiB d92e7f42916ca287be95ec9cfb451c563d07475fc87079f689ae787cb6c2547c
fswatch_1.14.0+repack.orig.tar.xz 206.2 KiB 2cf2b677d65a3c92bf7a3bbdd77b13a7e8f745e8cbd8cd6f7fc1ec61b2fa7ba2
fswatch_1.14.0+repack-13.1.debian.tar.xz 5.8 KiB c76a53273abea8dd2ee5730c2a2f40153b83c41fd34f37d0bf09b2bac98d9c11

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