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

xguimard-guest pushed a commit to branch master
in repository libnet-server-mail-perl.

commit c0219900246d629559fda4950a62f88becf17c70
Author: Xavier Guimard <x.guim...@free.fr>
Date:   Wed Jan 13 07:25:03 2016 +0100

    Add spelling patch (reported)
---
 debian/changelog                     |  7 +++++++
 debian/patches/series                |  1 +
 debian/patches/spelling-errors.patch | 25 +++++++++++++++++++++++++
 3 files changed, 33 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 1768a02..26fb8fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libnet-server-mail-perl (0.23-1) unstable; urgency=medium
+
+  * New upstream release
+  * Add spelling patch
+
+ -- Xavier Guimard <x.guim...@free.fr>  Wed, 13 Jan 2016 07:24:56 +0100
+
 libnet-server-mail-perl (0.22-1) unstable; urgency=medium
 
   [ gregor herrmann ]
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..38edaa7
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling-errors.patch
diff --git a/debian/patches/spelling-errors.patch 
b/debian/patches/spelling-errors.patch
new file mode 100644
index 0000000..89ddfa5
--- /dev/null
+++ b/debian/patches/spelling-errors.patch
@@ -0,0 +1,25 @@
+Description: Spelling errors
+Author: Xavier Guimard <x.guim...@free.fr>
+Forwarded: 
https://github.com/rs/net-server-mail/commit/c2240f9c7e896ae54f56e2c2b991c8c0f56ddb1b
+Last-Update: 2016-01-13
+
+--- a/lib/Net/Server/Mail.pm
++++ b/lib/Net/Server/Mail.pm
+@@ -678,7 +678,7 @@
+ 
+ This event append where connection is closed or an error occurs during 
reading from socket.
+ 
+-Takes the error description as an argument if an error occured and the 
argument is undefined if the session was closed by peer.
++Takes the error description as an argument if an error occurred and the 
argument is undefined if the session was closed by peer.
+ 
+     $mailserver->set_callback
+     (
+@@ -687,7 +687,7 @@
+             my($session, $err) = @_;
+             if( defined $err )
+             {
+-                print "Error occured during processing: $err\n";
++                print "Error occurred during processing: $err\n";
+             }
+             else
+             {

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to