r51957 - in /trunk/libnet-sip-perl/debian: changelog control patches/fix-pod-spelling.patch patches/series

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Jan 31 23:11:54 UTC 2010


Author: jawnsy-guest
Date: Sun Jan 31 23:11:25 2010
New Revision: 51957

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=51957
Log:
Add a patch to fix POD spelling errors

Added:
    trunk/libnet-sip-perl/debian/patches/fix-pod-spelling.patch
Modified:
    trunk/libnet-sip-perl/debian/changelog
    trunk/libnet-sip-perl/debian/control
    trunk/libnet-sip-perl/debian/patches/series

Modified: trunk/libnet-sip-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-sip-perl/debian/changelog?rev=51957&op=diff
==============================================================================
--- trunk/libnet-sip-perl/debian/changelog (original)
+++ trunk/libnet-sip-perl/debian/changelog Sun Jan 31 23:11:25 2010
@@ -1,8 +1,9 @@
 libnet-sip-perl (0.55-1) UNRELEASED; urgency=low
 
   * New upstream release
-
- -- Jonathan Yu <jawnsy at cpan.org>  Sat, 30 Jan 2010 12:55:31 -0500
+  * Add a patch to fix POD spelling errors
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Sun, 31 Jan 2010 18:22:49 -0500
 
 libnet-sip-perl (0.54-1) unstable; urgency=low
 

Modified: trunk/libnet-sip-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-sip-perl/debian/control?rev=51957&op=diff
==============================================================================
--- trunk/libnet-sip-perl/debian/control (original)
+++ trunk/libnet-sip-perl/debian/control Sun Jan 31 23:11:25 2010
@@ -15,7 +15,7 @@
 Package: libnet-sip-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libnet-dns-perl
-Description: Perl framework for SIP modules
+Description: framework for SIP modules
  Net::SIP is a Perl framework that provides many useful tools with which to
  write software for SIP endpoints (e.g phones, answer machines), SIP proxies
  and registrars. It contains no GUI and no real code for working with video

Added: trunk/libnet-sip-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-sip-perl/debian/patches/fix-pod-spelling.patch?rev=51957&op=file
==============================================================================
--- trunk/libnet-sip-perl/debian/patches/fix-pod-spelling.patch (added)
+++ trunk/libnet-sip-perl/debian/patches/fix-pod-spelling.patch Sun Jan 31 23:11:25 2010
@@ -1,0 +1,61 @@
+Description: fix POD spelling errors
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- a/lib/Net/SIP/Endpoint.pod
++++ b/lib/Net/SIP/Endpoint.pod
+@@ -133,7 +133,7 @@
+ 
+ =item from
+ 
+-The adress to register at the registrar. Mandatory.
++The address to register at the registrar. Mandatory.
+ 
+ =item contact
+ 
+--- a/lib/Net/SIP/Leg.pod
++++ b/lib/Net/SIP/Leg.pod
+@@ -111,7 +111,7 @@
+ ADDR is a hostname which can be prefixed by the protocol ( e.g. C<udp:host> )
+ and postfixed by the port ( C<host:port>, C<tcp:host:port>,... ).
+ 
+-If the caller has 'proto','addr' and 'port' already as seperate items
++If the caller has 'proto','addr' and 'port' already as separate items
+ it can call the method with %SPEC instead.
+ 
+ Right now it has now way to check if the leg can deliver to a specific
+--- a/lib/Net/SIP/Request.pod
++++ b/lib/Net/SIP/Request.pod
+@@ -77,7 +77,7 @@
+ 
+ Returns Net::SIP::Response packet for the received request C<$self> with
+ numerical code CODE and text message MSG. Header for the response will
+-be based on the request, but can be added or overriden using \%HEADER.
++be based on the request, but can be added or overridden using \%HEADER.
+ 
+ For details to \%HEADER and BODY see B<new_from_parts> in L<Net::SIP::Packet>.
+ 
+--- a/lib/Net/SIP/Simple.pod
++++ b/lib/Net/SIP/Simple.pod
+@@ -67,8 +67,8 @@
+ \@List of legs or single leg. Leg can be an existing L<Net::SIP::Leg> (or derived)
+ object, an L<IO::Handle> (existing socket), a hash reference which can be used
+ in the constructor of L<Net::SIP::Leg> or a string of C<< "proto:ip:port" >>.
+-In the latter case C<proto> can be ommitted (including the colon) and defaults
+-to 'udp' and C<port> can be ommitted to (including the colon) defaulting to 5060.
++In the latter case C<proto> can be omitted (including the colon) and defaults
++to 'udp' and C<port> can be omitted to (including the colon) defaulting to 5060.
+ 
+ Either B<legs> or B<outgoing_proxy> has to be provided, e.g. it needs at least one
+ leg.
+--- a/lib/Net/SIP/Simple/Call.pod
++++ b/lib/Net/SIP/Simple/Call.pod
+@@ -159,7 +159,7 @@
+ 
+ =item ...
+ 
+-More parameters may be specified and are accessable from the callbacks.
++More parameters may be specified and are accessible from the callbacks.
+ For instance B<media_send_recv> in L<Net::SIP::Simple::RTP> uses a parameter
+ B<cb_rtp_done>. See there.
+ 

Modified: trunk/libnet-sip-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-sip-perl/debian/patches/series?rev=51957&op=diff
==============================================================================
--- trunk/libnet-sip-perl/debian/patches/series (original)
+++ trunk/libnet-sip-perl/debian/patches/series Sun Jan 31 23:11:25 2010
@@ -1,1 +1,2 @@
+fix-pod-spelling.patch
 pod2man_item.patch




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