[libnet-sip-perl] branch master updated (9936092 -> b21b037)
gregor herrmann
gregoa at debian.org
Sun Oct 30 17:51:04 UTC 2016
This is an automated email from the git hooks/post-receive script.
gregoa pushed a change to branch master
in repository libnet-sip-perl.
from 9936092 update changelog
new 93c6a2e Add debian/upstream/metadata.
new 1611ae5 update changelog
adds c41c6ed New upstream version 0.690
new e249e57 Merge tag 'upstream/0.690'
new 960c688 Update debian/changelog
new 5ee3e7a debian/rules: drop removal of POD files.
new 5dff50c Update years of packaging copyright.
new bbffb50 Declare compliance with Debian Policy 3.9.8.
new 9cb74f8 Update (build) dependencies.
new 86630ff Drop pod2man_item.patch, no longer needed.
new d9b9f78 Add more fixes to fix-pod-spelling.patch.
new b21b037 releasing package libnet-sip-perl version 0.690-1
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 | 8 +-
MANIFEST | 3 +-
META.json | 54 ++++++
META.yml | 48 +++---
Makefile.PL | 1 +
README | 12 +-
debian/changelog | 20 ++-
debian/control | 8 +-
debian/copyright | 2 +-
debian/patches/fix-pod-spelling.patch | 188 +++++++++++++++++++-
debian/patches/pod2man_item.patch | 52 ------
debian/patches/series | 1 -
debian/rules | 7 -
debian/upstream/metadata | 6 +
lib/Net/SIP.pm | 2 +-
lib/Net/SIP.pod | 20 +--
lib/Net/SIP/DTMF.pm | 2 +-
lib/Net/SIP/Debug.pod | 30 ++--
lib/Net/SIP/Dispatcher.pm | 80 +++++----
lib/Net/SIP/Dispatcher.pod | 2 +-
lib/Net/SIP/Dispatcher/Eventloop.pm | 4 +-
lib/Net/SIP/Dropper/ByIPPort.pm | 2 +-
lib/Net/SIP/Endpoint.pm | 2 +-
lib/Net/SIP/Endpoint/Context.pod | 10 +-
lib/Net/SIP/Leg.pm | 74 ++++----
lib/Net/SIP/Leg.pod | 2 +-
lib/Net/SIP/NATHelper/Base.pm | 11 +-
lib/Net/SIP/NATHelper/Base.pod | 2 +-
lib/Net/SIP/NATHelper/Client.pm | 4 +-
lib/Net/SIP/Packet.pm | 37 +++-
lib/Net/SIP/Packet.pod | 6 +-
lib/Net/SIP/Redirect.pod | 4 +-
lib/Net/SIP/SDP.pm | 32 ++--
lib/Net/SIP/Simple.pm | 13 +-
lib/Net/SIP/Simple/Call.pm | 15 +-
lib/Net/SIP/Simple/Call.pod | 2 +-
lib/Net/SIP/Simple/RTP.pm | 23 ++-
lib/Net/SIP/Simple/RTP.pod | 8 +-
lib/Net/SIP/StatelessProxy.pm | 30 ++--
lib/Net/SIP/Util.pm | 303 ++++++++++++++++++++++++++++++---
lib/Net/SIP/Util.pod | 61 +++++++
samples/invite_and_send.pl | 2 +-
t/02_listen_and_invite.t | 68 ++++----
t/04_call_with_rtp.t | 68 +++++---
t/05_call_with_stateless_proxy.t | 166 +++++++++---------
t/06_call_with_reinvite.t | 74 ++++----
t/07_call_on_hold.t | 74 ++++----
t/08_register_with_auth.t | 38 +++--
t/11_invite_timeout.t | 68 ++++----
t/12_maddr.t | 71 ++++----
t/17_call_with_reinvite_and_auth.t | 56 +++---
t/18_register_with_auth_step_by_step.t | 37 ++--
t/19_call_with_dtmf.t | 56 +++---
t/testlib.pl | 55 ++++--
54 files changed, 1350 insertions(+), 674 deletions(-)
create mode 100644 META.json
delete mode 100644 debian/patches/pod2man_item.patch
create mode 100644 debian/upstream/metadata
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-sip-perl.git
More information about the Pkg-perl-cvs-commits
mailing list