[libmessage-passing-amqp-perl] branch master updated (f9ec0c1 -> 716bf72)

Jonas Smedegaard dr at jones.dk
Wed Aug 5 08:54:45 UTC 2015


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

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

      from  f9ec0c1   update changelog
      adds  1f8739f   Add/update .travis.yml
      adds  7258f21   Allow arguments to queues for HA
      adds  eb095a5   Fix metadata
      adds  48fdbe5   Update .travis.yml
      adds  0e4b551   Add support for "exclusive" queues.
      adds  dcd8148   fix Message::Passing::AMQP::Role::HasAChannel pod name
      adds  a725762   add documentation to roles
      adds  9736755   Add TLS support
      adds  3bb2112   Fix die on AMQP server restart (RT#87705)
      adds  4b6139f   Fix docs regarding supported AMQP protocol versions (RT#94388)
      adds  26bea44   Add support for auto_delete queues
      adds  0e81a90   fix t/author/spelling.t failure
      adds  a1d3472   regenerate README for release
      adds  bbc6ecb   Version 0.004
      adds  4ee3b95   Fix TLS support
      adds  0c04f9b   Version 0.005
      adds  8becb62   Fix License
      adds  7829174   Imported Upstream version 0.006
       new  5646d66   Merge tag 'upstream/0.006'
       new  2d412f7   Modernize git-buildpackage config: Avoid git- prefix.
       new  357b5ff   Bump debhelper compatibility level to 9.
       new  cc6f1d9   Tidy rules file: Suppress versioned debhelper build-dependency.
       new  606cb65   Sync control.in with control: Update Vcs-Browser URL to use cgit web frontend.
       new  786176d   Declare compliance with Debian Policy 3.9.6.
       new  1af9456   Update copyright info: Use License-Grant and License-Reference fields. Thanks to Ben Finney.
       new  3c89c7e   Update copyright info: Extend coverage of packaging to include current year.
       new  ef9fbf6   Override lintian regarding license in License-Reference field. See bug#786450.
       new  d4870d3   Override lintian regarding build-depending unversioned on debhelper.
       new  17ab64e   Update copyright info: Switch main license to LGPL-2.1 (from AGPL-3).
       new  716bf72   Prepare for release: Update changelog, control file and copyright hints.

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 +
 META.yml                                          |  14 +-
 Makefile.PL                                       |   6 +-
 README                                            |  10 +-
 debian/changelog                                  |  34 +-
 debian/compat                                     |   2 +-
 debian/control                                    |   2 +-
 debian/control.in                                 |   4 +-
 debian/copyright                                  | 730 +---------------------
 debian/copyright_hints                            |  37 +-
 debian/gbp.conf                                   |   2 -
 debian/rules                                      |   6 +-
 debian/source/lintian-overrides                   |   8 +
 inc/Module/Install.pm                             |  23 +-
 inc/Module/Install/Authority.pm                   |   2 +-
 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/AMQP.pm                       |  10 +-
 lib/Message/Passing/AMQP/ConnectionManager.pm     |  34 +
 lib/Message/Passing/AMQP/Role/DeclaresExchange.pm |  24 +
 lib/Message/Passing/AMQP/Role/DeclaresQueue.pm    |  58 ++
 lib/Message/Passing/AMQP/Role/HasAChannel.pm      |   2 +-
 lib/Message/Passing/AMQP/Role/HasAConnection.pm   |  27 +-
 t/author/spelling.t                               |   3 +
 29 files changed, 374 insertions(+), 810 deletions(-)
 create mode 100644 debian/source/lintian-overrides

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



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