fileschanged 0.6.5-1.2 source package in Ubuntu

Changelog

fileschanged (0.6.5-1.2) unstable; urgency=low

  * Non-maintainer upload.
  * Fix "ftbfs with gcc-4.6 -Werror": add patch 07_unused_variables.dpatch
    from Ubuntu / Colin Watson:
    - Avoid unused variable warnings so they don't cause build failures with
      -Werror (closes: #625330, LP: #831209).
  * Stop installing /usr/share/info/dir.gz (ftp-master autoreject reason).
 -- Bhavani Shankar <email address hidden>   Sat, 15 Oct 2011 17:27:14 +0200

Upload details

Uploaded by:
Bhavani Shankar
Uploaded to:
Precise
Original maintainer:
nueces
Architectures:
any
Section:
utils
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe utils

Downloads

File Size SHA-256 Checksum
fileschanged_0.6.5.orig.tar.gz 267.4 KiB e5cb3c2d3c1acba5a52e398602b6237e58a2328cc1b162499f5c4ad477f2b2a4
fileschanged_0.6.5-1.2.diff.gz 5.9 KiB 6671b940b70966a417bdb8dcbce571babd1994b733449158e9f69ae001890352
fileschanged_0.6.5-1.2.dsc 1.4 KiB 0fe61849c146a047093c10ad40d49c5ab94cb9b4c7fc771c4d31080f69b3578e

Available diffs

View changes file

Binary packages built by this source

fileschanged: command-line utility that reports when files have been altered

 This software is a client to FAM (File Alteration Monitor).
 You can use fileschanged in shell scripts to take action when monitored files
 become altered. In it's simplest form, you can give filenames to monitor from
 standard-input, and it will report when those files have changed via
 standard-output. In a more complex usage, fileschanged can monitor
 command-line specified files recursively, while following symbolic links,
 while staying on the current filesystem, and reporting deleted files as well
 as created and changed files that haven't been written to for 2 seconds.