[inotify-hookable] branch master updated (5342ffd -> 870fa86)

Lucas Kanashiro kanashiro.duarte at gmail.com
Thu Feb 18 00:25:55 UTC 2016


This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a change to branch master
in repository inotify-hookable.

      from  5342ffd   update changelog
       new  9551817   Add debian/upstream/metadata
       new  51ff20c   Update debian/changelog
      adds  6af2a51   App::Inotify::Hookable: a new module to solve the problem described in DESCRIPTION
      adds  91c92a8   v0.01
      adds  1dc5ebc   Remove watches on directories that have been deleted
      adds  c268421   v0.02
      adds  a54e0dc   Add --quiet option
      adds  864ccb9   support for watching individual files
      adds  bef678d   Merge pull request #2 from rkitover/master
      adds  357f80c   switch from Linux::Inotify to Linux::Inotify2
      adds  b9cf711   v0.03
      adds  4b556ae   fix -f, ignore vim/emacs temp files, refactor
      adds  4899f78   v0.04
      adds  7e4b60a   fix missing dep on File::Find::Rule
      adds  f852f44   v0.05
      adds  64f0772   Un-break the ignoring of .git directories
      adds  9c23cdc   Print the number of added/removed/replaced watches
      adds  a38041f   Line up assignments
      adds  bea0160   Fix undefined behavior in assignment
      adds  5b39772   Print total number of watches and the time it took to set them up
      adds  75017dc   Fix feature for removing watches that never worked, now kinda works
      adds  d64d1ae   Use a bare type in Moose isa
      adds  88edd19   Stop re-adding watches for paths that already have a watch
      adds  ed8da6a   Changes: a bunch more changes since the last release.
      adds  3c8e64c   v0.06
      adds  4a7cddf   Stop using File::Find::Rule and use find(1) again
      adds  538be9e   v0.07
      adds  97632d0   fix time units in doc and log messages
      adds  3d72be6   Merge pull request #3 from bjakubski/master
      adds  4b9ad02   Clarify that you can do --no-recursive to negate --recursive
      adds  5ef51da   Add a README.pod
      adds  6f5a294   Remove trailing whitespace
      adds  46d640a   Handle not ENOENT errors while adding watches
      adds  81634c8   v0.08
      adds  63b723e   Write the changelog entry for 0.09 which I forgot to do...
      adds  7b91b99   v0.09
      adds  ad1dced   Imported Upstream version 0.09
       new  8f76b76   Merge tag 'upstream/0.09'
       new  1c186ae   Update debian/changelog
       new  4def0a3   Fix Contact in d/u/metadata
       new  049ff04   Refresh existent patch
       new  2cf9010   Update years of upstream copyright
       new  39312ea   Update Debian packaging copyright
       new  af35582   Bump debhelper compatibility level to 9
       new  bb315ac   Declare compliance with Debian policy 3.9.7
       new  e43f88c   Mark package as autopkgtest-able
       new  870fa86   Releasing inotify-hookable version 0.09-1

The 12 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                           |  14 +++++
 LICENSE                           |   8 +--
 MANIFEST                          |   1 +
 META.json                         |  19 ++++--
 META.yml                          |  10 +--
 Makefile.PL                       |  29 ++++++---
 README                            |   4 ++
 README.pod                        | 124 ++++++++++++++++++++++++++++++++++++++
 bin/inotify-hookable              |   2 +-
 debian/changelog                  |  17 +++++-
 debian/compat                     |   2 +-
 debian/control                    |   5 +-
 debian/copyright                  |   3 +-
 debian/patches/fix-man-page       |   4 +-
 debian/tests/pkg-perl/smoke-files |   2 +
 debian/upstream/metadata          |   8 +++
 lib/App/Inotify/Hookable.pm       |  28 ++++++---
 t/00-compile.t                    | 121 +++++++++++++++++++------------------
 18 files changed, 305 insertions(+), 96 deletions(-)
 create mode 100644 README.pod
 create mode 100644 debian/tests/pkg-perl/smoke-files
 create mode 100644 debian/upstream/metadata

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/inotify-hookable.git



More information about the Pkg-perl-cvs-commits mailing list