[SCM] Debian packaging of libnet-xmpp-perl branch, master, updated. 2c7fce7678f015018efcd8493e75a73f2d9d6636

gregor herrmann gregoa at debian.org
Mon Aug 8 18:19:48 UTC 2011


The following commit has been merged in the master branch:
commit 6770b99176c3382ad4737cff51d9e93b87d567ee
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Aug 8 20:16:05 2011 +0200

    Add a new patch to fix some spelling mistakes.

diff --git a/debian/patches/series b/debian/patches/series
index 681b2bd..1bec2d2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 disable_networking_tests.patch
 digest-sha.patch
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..2064828
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,39 @@
+Description: fix some spelling mistakes
+Origin: vendor
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2011-08-08
+
+--- a/lib/Net/XMPP.pm
++++ b/lib/Net/XMPP.pm
+@@ -68,7 +68,7 @@
+   directly in your code.  Instead you will instantiate objects that call
+   functions from this module to do work.  The three main objects that
+   you will work with are the Message, Presence, and IQ modules. Each one
+-  corresponds to the Jabber equivilant and allows you get and set all
++  corresponds to the Jabber equivalent and allows you get and set all
+   parts of those packets.
+ 
+   There are a few functions that are the same across all of the objects:
+--- a/lib/Net/XMPP/Namespaces.pm
++++ b/lib/Net/XMPP/Namespaces.pm
+@@ -118,7 +118,7 @@
+ 
+   In jabber:iq:roster, the <item/> tag can be repeated multiple times,
+   and is sort of like a mini-namespace in itself.  To that end, we treat
+-  it like a seperate namespace and defined a __netxmpp__:iq:roster:item
++  it like a separate namespace and defined a __netxmpp__:iq:roster:item
+   namespace to hold it.  What happens is this, in my code I define that
+   the <item/>s tag is "item" and anything with that tag name is to create
+   a new Net::XMPP::Stanza object with the namespace
+--- a/lib/Net/XMPP/Protocol.pm
++++ b/lib/Net/XMPP/Protocol.pm
+@@ -283,7 +283,7 @@
+                  send=>function,       <message/>, <presence/>, and
+                  receive=>function,    <iq/>.  If a packet is received
+                  update=>function)     with an ID which is found in the
+-                                       registerd ID list (see RegisterID
++                                       registered ID list (see RegisterID
+                                        below) then it is not sent to
+                                        these functions, instead it
+                                        is inserted into a LIST and can

-- 
Debian packaging of libnet-xmpp-perl



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