[libmessage-passing-zeromq-perl] branch master updated (c10ff66 -> 6e459f5)

Jonas Smedegaard dr at jones.dk
Tue Feb 9 05:30:48 UTC 2016


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

js pushed a change to branch master
in repository libmessage-passing-zeromq-perl.

      from  c10ff66   update changelog
      adds  d709ad4   Switch to ZMQ::FFI.
      adds  d85bf47   Merge pull request #4 from davel/master
      adds  50d408e   Revert "Switch to ZMQ::FFI."
      adds  f826adc   Merge pull request #7 from suretec/revert-4-master
      adds  b574c05   Fix ZeroMQ chdir'ing to /tmp/.
      adds  1eee74e   Merge remote-tracking branch 'gbjk/feature/fix_chdir'
      adds  4f9a942   We need this dependency
      adds  9f03d68   Switch to ZMQ::FFI.
      adds  5ef7a4f   Fix ZeroMQ chdir'ing to /tmp/.
      adds  98a19e7   Bump version for temporary release.
      adds  224b121   ZMQ3 changes
      adds  200b051   Added zmq_major_version accessor
      adds  dba5859   Fix input.t for libzmq3.
      adds  163b8e7   Fix output.t for zmq3.
      adds  d1761ec   Fix first message (probably) not sent with libzmq3
      adds  a8ce5cb   Fix pod coverage warnings on subs documented in roles.
      adds  9ea407d   Bump test release number.
      adds  853dd0f   Fix HWM handling in libzmq2.
      adds  aef869d   Merge
      adds  cfbfebf   Version 0.008
      adds  24b12e1   Imported Upstream version 0.008
       new  fdc84fa   Merge tag 'upstream/0.008'
       new  f0e622c   Update copyright info: Use License-Grant and License-Reference fields. Thanks to Ben Finney.
       new  b57c9fd   Add lintian override regarding license in License-Reference field. See bug#786450.
       new  ef57f59   Bump debhelper compatibility level to 9.
       new  5cf4ac4   Tidy rules file: Suppress versioned debhelper build-dependency.
       new  8f23aa9   Add lintian override regarding debhelper 9.
       new  d1d3e72   Update copyright info: Extend copyright of packaging to cover current year.
       new  a41d0f6   Sync control.in with control: Update Vcs-Browser URL to use cgit web frontend.
       new  c62ff4b   Declare compliance with Debian Policy 3.9.7.
       new  ca2e98c   Update package relations: (Build-)depend on libfile-pushd libmoox-types-mooselike-perl. (Build-)depend on libzmq-ffi-perl (not libzeromq-perl).
       new  6e459f5   Update changelog, control file and copyright hints.

The 11 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                                        |   5 ++
 MANIFEST                                       |   1 +
 META.yml                                       |  15 ++--
 Makefile.PL                                    |   5 +-
 README                                         |   2 +-
 debian/changelog                               |  25 +++++-
 debian/compat                                  |   2 +-
 debian/control                                 |   6 +-
 debian/control.in                              |   4 +-
 debian/copyright                               |  37 +++------
 debian/copyright_hints                         |  34 ++++----
 debian/rules                                   |  11 ++-
 debian/source/lintian-overrides                |   8 ++
 inc/Module/Install.pm                          |  23 +++---
 inc/Module/Install/Base.pm                     |   2 +-
 inc/Module/Install/Can.pm                      |   2 +-
 inc/Module/Install/Fetch.pm                    |   6 +-
 inc/Module/Install/Makefile.pm                 |   4 +-
 inc/Module/Install/Metadata.pm                 | 106 ++++++++++++++++---------
 inc/Module/Install/Win32.pm                    |   6 +-
 inc/Module/Install/WriteAll.pm                 |   6 +-
 lib/Message/Passing/Input/ZeroMQ.pm            |  33 +++++---
 lib/Message/Passing/Output/ZeroMQ.pm           |  85 ++++++++++++++++++--
 lib/Message/Passing/ZeroMQ.pm                  |   5 +-
 lib/Message/Passing/ZeroMQ/Role/HasAContext.pm |  18 ++++-
 lib/Message/Passing/ZeroMQ/Role/HasASocket.pm  |  20 +++--
 t/author/podcoverage.t                         |   6 +-
 t/input.t                                      |  71 +++++++++++------
 t/output.t                                     |  45 ++++++-----
 t/version.t                                    |  12 +++
 30 files changed, 414 insertions(+), 191 deletions(-)
 create mode 100644 debian/source/lintian-overrides
 create mode 100644 t/version.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmessage-passing-zeromq-perl.git



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