[libnet-xmpp-perl] branch master updated (20109c3 -> a1f866c)

Axel Beckert abe at deuxchevaux.org
Sat Aug 8 19:23:26 UTC 2015


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

abe pushed a change to branch master
in repository libnet-xmpp-perl.

      from  20109c3   releasing package libnet-xmpp-perl version 1.02-5
       new  7bbfe63   Add debian/upstream/metadata
       new  a432605   Update debian/changelog
      adds  958c27c   Imported Upstream version 1.05
       new  ac23648   Merge tag 'upstream/1.05'
       new  98b59fb   Update debian/changelog
       new  7b03b32   Drop all patches applied upstream
       new  a1f866c   Drop "Files: t/lib/Test/*" stanza from debian/copyright

The 6 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                                           |   61 +-
 CHANGES                                            |   57 +
 LICENSE                                            |  541 ++++++++
 LICENSE.LGPL                                       |  482 -------
 MANIFEST                                           |   88 +-
 META.json                                          |   94 ++
 META.yml                                           |  102 +-
 Makefile.PL                                        |   38 +-
 README                                             |   28 +-
 SIGNATURE                                          |   68 +
 debian/changelog                                   |   11 +
 debian/copyright                                   |    4 -
 ..._check-definedness-of-hash-key-before-use.patch |   18 -
 debian/patches/digest-sha.patch                    |   68 -
 debian/patches/dns-srv.patch                       |   73 -
 .../missing-import-of-Net::XMPP::Debug.patch       |   18 -
 debian/patches/series                              |    5 -
 debian/patches/spelling.patch                      |   40 -
 debian/upstream/metadata                           |    4 +
 lib/Net/XMPP.pm                                    |  276 ++--
 lib/Net/XMPP/Client.pm                             |  306 +++--
 lib/Net/XMPP/Connection.pm                         |   52 +-
 lib/Net/XMPP/Debug.pm                              |  214 +--
 lib/Net/XMPP/IQ.pm                                 |   15 +-
 lib/Net/XMPP/JID.pm                                |  151 ++-
 lib/Net/XMPP/Message.pm                            |   15 +-
 lib/Net/XMPP/Namespaces.pm                         |  183 +--
 lib/Net/XMPP/Presence.pm                           |  366 +++--
 lib/Net/XMPP/PrivacyLists.pm                       |   14 +-
 lib/Net/XMPP/Protocol.pm                           | 1271 +++++++++++-------
 lib/Net/XMPP/Roster.pm                             |  215 ++-
 lib/Net/XMPP/Stanza.pm                             |   58 +-
 stderr                                             |   13 -
 t/2_client_jabberd1.4.t                            |    2 +-
 t/3_client_jabberd2.t                              |    2 +-
 t/config/accounts.yml.copyme                       |   13 +
 t/gtalk.t                                          |  232 ++++
 t/iq.t                                             |    6 +-
 t/jid.t                                            |    4 +-
 t/lib/Net/XMPP/Test/Utils.pm                       |   64 +
 t/lib/Test/Builder.pm                              | 1408 --------------------
 t/lib/Test/More.pm                                 | 1248 -----------------
 t/lib/Test/Simple.pm                               |  235 ----
 t/memory_cycle.t                                   |   35 +
 t/memory_leak.t                                    |   71 +
 t/message.t                                        |    6 +-
 t/packet_iqauth.t                                  |    6 +-
 t/packet_iqroster.t                                |    4 +-
 t/presence.t                                       |    6 +-
 t/rawxml.t                                         |    4 +-
 t/roster.t                                         |    8 +-
 t/srv.t                                            |   73 +
 52 files changed, 3385 insertions(+), 4991 deletions(-)
 create mode 100644 LICENSE
 delete mode 100644 LICENSE.LGPL
 create mode 100644 META.json
 create mode 100644 SIGNATURE
 delete mode 100644 debian/patches/626897_check-definedness-of-hash-key-before-use.patch
 delete mode 100644 debian/patches/digest-sha.patch
 delete mode 100644 debian/patches/dns-srv.patch
 delete mode 100644 debian/patches/missing-import-of-Net::XMPP::Debug.patch
 delete mode 100644 debian/patches/spelling.patch
 create mode 100644 debian/upstream/metadata
 delete mode 100644 stderr
 create mode 100644 t/config/accounts.yml.copyme
 create mode 100644 t/gtalk.t
 create mode 100644 t/lib/Net/XMPP/Test/Utils.pm
 delete mode 100644 t/lib/Test/Builder.pm
 delete mode 100644 t/lib/Test/More.pm
 delete mode 100644 t/lib/Test/Simple.pm
 create mode 100644 t/memory_cycle.t
 create mode 100644 t/memory_leak.t
 create mode 100644 t/srv.t

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



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