inotify-hookable 0.09-2 source package in Ubuntu

Changelog

inotify-hookable (0.09-2) unstable; urgency=medium

  * Team upload.

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * debian/upstream/metadata: change GitHub/CPAN URL(s) to HTTPS.
  * debian/upstream/metadata: use HTTPS for GitHub URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * debian/*: update URLs from {search,www}.cpan.org to MetaCPAN.

  [ Laurent Baillet ]
  * fix lintian wrong-path-for-interpreter error
  * fix lintian file-contains-trailing-whitespace warning

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.
  * Add patch to document --quiet option.
    Thanks to James Vasile for the bug report. (Closes: #984471)
  * Update debian/upstream/metadata.
  * Declare compliance with Debian Policy 4.5.1.
  * Set Rules-Requires-Root: no.
  * Annotate test-only build dependencies with <!nocheck>.
  * Bump debhelper-compat to 13.
  * Build with --no-parallel.
    Otherwise we get build failures with some ordering issued around manpages
    and libraries.
  * Annotate debian/patches/fix-man-page with "Forwarded: not-needed".

 -- gregor herrmann <email address hidden>  Sun, 07 Mar 2021 02:27:52 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

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

Builds

Impish: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
inotify-hookable_0.09-2.dsc 2.5 KiB 7e4ca6a434db7825f3491aab3baf4a88d13454ca7350433b90d3f1af40fb5b1f
inotify-hookable_0.09.orig.tar.gz 17.1 KiB 1b7e31ccff995409dedcdd54f7d628364b1af2934bbbf2acc39f2da19822eaa6
inotify-hookable_0.09-2.debian.tar.xz 3.2 KiB 17be7b6745f018ef89350a333c9024c5d59ef71464e61aef55bde41ddff524a4

Available diffs

No changes file available.

Binary packages built by this source

inotify-hookable: blocking command-line interface to inotify

 inotify-hookable is a program that monitor files with Linux inotify. This
 program accepts options to specify the files to be monitored and the command
 to run when a file has changed (based in kernel inotify)
 .
 inotify-hookable main advantage over inotifywait are:
  - command to run after watch can be specified with an option
  - emacs and vi backup files are ignored by default
 .
 Example:
 .
  inotify-hookable -f foo.c -c 'gcc -o foo foo.c'