[liblinux-epoll-perl] branch master updated (47c3487 -> 9c20a9f)

gregor herrmann gregoa at debian.org
Thu Jun 11 19:38:44 UTC 2015


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

gregoa pushed a change to branch master
in repository liblinux-epoll-perl.

      from  47c3487   releasing package liblinux-epoll-perl version 0.011-1
       new  dfa8e53   Add debian/upstream/metadata
       new  71df54c   Update debian/changelog
      adds  258529b   Initial commit
      adds  051e506   Addded LICENSE
      adds  44a50d4   Converted create to XS
      adds  7995640   Major refactoring
      adds  6daa204   Added basic unit tests
      adds  ed43ba2   Run PERL_ASYNC_CHECK before retry
      adds  84bb1a6   Rewrote backref handling
      adds  29c9716   Rewrite of unit tests
      adds  dc7bba6   Return undef on minor error in add & friends
      adds  ca5987f   Skip cloning on epoll instances
      adds  528443c   Made internal names of utilities consistent
      adds  4d63bd9   Added documentation
      adds  b7c0a10   Check return values of add/modify/delete
      adds  9fa9d26   Return "0 but true" as truthy value
      adds  8cbe48a   Version 0.001
      adds  c29ef83   Fixed event_bits_to_hash,added event_bits_to_names
      adds  c463ea1   Version 0.002
      adds  ebef041   Converted to Dist::Zilla
      adds  071a683   Handle 5.15.3's new POSIX::SigSet representation
      adds  e06b9ea   Fix strerror_r usage wrt GNU vs POSIX
      adds  fd2d2d6   v0.003
      adds  09b3630   Modernize dist.ini
      adds  afda222   Fixed multiplicity issue
      adds  40145df   Fixed abstract for new dzil
      adds  2bfb0b9   Be more GNU conformant wrt sterror_r
      adds  5f43b33   v0.004
      adds  0d37b01   Don't restart on EINTR
      adds  8317189   Don't expose bitmasks anymore
      adds  c91d684   Get rid of __END__
      adds  5f32f74   v0.005
      adds  f45b8f1   Fix rounding issue in timeout
      adds  0015e40   Be more permissive with EINTR and EPERM
      adds  cb54461   Fix example for new EINTR behavior
      adds  eb0011f   v0.006
      adds  d9a3583   Lookup magic in more modern way
      adds  fecbfc5   Refactor backref logic
      adds  cbc6334   Accept hashref as extra argument to new
      adds  dc459ef   Remove some leftovers of interrupted handling
      adds  1ceaff6   Cover over perl bug
      adds  97d7fbc   Create file globs in Linux::Epoll instead Symbol
      adds  0863fc3   v0.007
      adds  88308fd   Updated dist.ini
      adds  1c5eccb   Updated Changes
      adds  f511f21   v0.008
      adds  e9bc405   Import required functionality from ppport for <5.14
      adds  86dc714   Fix C89 issue
      adds  e851dd1   v0.009
      adds  b025fbb   Get rid of unused argument to new
      adds  d0c1360   Speed up event_bits_to_hash
      adds  6b05fee   v0.010
      adds  05efff7   Explicitly state requirements
      adds  2174b11   Prevent stack corruption
      adds  4222a77   v0.011
      adds  7daa880   Keep callbacks alive during the entire loop
      adds  eeda722   v0.012
      adds  0fe5474   Imported Upstream version 0.012
       new  ebd1e0a   Merge tag 'upstream/0.012'
       new  325fa69   Update debian/changelog
       new  3dedad6   Update years of packaging copyright.
       new  b3391bc   Drop version from libmodule-build-perl build dependency.
       new  fe21517   Declare compliance with Debian Policy 3.9.6.
       new  df5a43c   Mark package as autopkgtest-able.
       new  9075885   Fix email address in debian/upstream/metadata.
       new  9c20a9f   releasing package liblinux-epoll-perl version 0.012-1

The 10 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:
 Build.PL                 |  4 ++--
 Changes                  |  3 +++
 MANIFEST                 |  2 +-
 META.json                | 12 ++++++------
 META.yml                 | 12 ++++++------
 README                   |  4 ++--
 debian/changelog         | 12 ++++++++++++
 debian/control           |  5 +++--
 debian/copyright         |  2 +-
 debian/upstream/metadata |  8 ++++++++
 dist.ini                 |  2 +-
 lib/Linux/Epoll.pm       |  4 ++--
 lib/Linux/Epoll.xs       |  5 +++++
 lib/Linux/ppport.h       |  2 +-
 t/00-compile.t           |  9 +++++----
 15 files changed, 58 insertions(+), 28 deletions(-)
 create mode 100644 debian/upstream/metadata

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



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