r75130 - in /trunk/libnet-ntp-perl/debian: changelog patches/ patches/series patches/spelling.patch

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Sun Jun 5 07:51:45 UTC 2011


Author: periapt-guest
Date: Sun Jun  5 07:51:17 2011
New Revision: 75130

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=75130
Log:
Added patch for spelling mistake

Added:
    trunk/libnet-ntp-perl/debian/patches/
    trunk/libnet-ntp-perl/debian/patches/series
    trunk/libnet-ntp-perl/debian/patches/spelling.patch
Modified:
    trunk/libnet-ntp-perl/debian/changelog

Modified: trunk/libnet-ntp-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ntp-perl/debian/changelog?rev=75130&op=diff
==============================================================================
--- trunk/libnet-ntp-perl/debian/changelog (original)
+++ trunk/libnet-ntp-perl/debian/changelog Sun Jun  5 07:51:17 2011
@@ -4,6 +4,7 @@
   * Added myself to Uploaders
   * Added debian/source/format
   * Raised standards version to 3.9.2
+  * Added patch for spelling mistake
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Sat, 04 Jun 2011 10:39:25 +0100
 

Added: trunk/libnet-ntp-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ntp-perl/debian/patches/series?rev=75130&op=file
==============================================================================
--- trunk/libnet-ntp-perl/debian/patches/series (added)
+++ trunk/libnet-ntp-perl/debian/patches/series Sun Jun  5 07:51:17 2011
@@ -1,0 +1,1 @@
+spelling.patch

Added: trunk/libnet-ntp-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ntp-perl/debian/patches/spelling.patch?rev=75130&op=file
==============================================================================
--- trunk/libnet-ntp-perl/debian/patches/spelling.patch (added)
+++ trunk/libnet-ntp-perl/debian/patches/spelling.patch Sun Jun  5 07:51:17 2011
@@ -1,0 +1,24 @@
+Author: Nicholas Bamber <nicholas at periapt.co.uk>
+Subject: spelling
+Forwarded: no
+Last-Update: 2011-06-05
+--- a/lib/Net/NTP.pm
++++ b/lib/Net/NTP.pm
+@@ -217,7 +217,7 @@
+ =head1 ABSTRACT
+ 
+ All this module does is send a packet to an NTP server and then decode
+-the packet recieved into it's respective parts - as outlined in
++the packet received into it's respective parts - as outlined in
+ RFC1305 and RFC2030.
+ 
+ =head1 DESCRIPTION
+@@ -225,7 +225,7 @@
+ This module exports a single method (get_ntp_response) and returns an
+ associative array based upon RFC1305 and RFC2030.  The response from
+ the server is "humanized" to a point that further processing of th
+-information recieved from the server can be manipulated.  For example:
++information received from the server can be manipulated.  For example:
+ timestamps are in epoch, so one could use the localtime function to
+ produce an even more "human" representation of the timestamp.
+ 




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