[libnanomsg-raw-perl] 03/04: Create patch fixing spelling error in manpage

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Wed Sep 30 14:52:47 UTC 2015


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

kanashiro-guest pushed a commit to branch master
in repository libnanomsg-raw-perl.

commit f92fd18a1ee9dedb17a350faa6065a683d5f43fa
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Wed Sep 30 11:46:48 2015 -0300

    Create patch fixing spelling error in manpage
---
 debian/changelog                                   |  1 +
 debian/patches/fix_spelling_error_in_manpage.patch | 17 +++++++++++++++++
 debian/patches/series                              |  1 +
 3 files changed, 19 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index db0f614..cb8e0e3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libnanomsg-raw-perl (0.06-1) UNRELEASED; urgency=medium
 
   * Team upload.
   * Import upstream version 0.06
+  * Create patch fixing spelling error in manpage
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Wed, 30 Sep 2015 11:38:04 -0300
 
diff --git a/debian/patches/fix_spelling_error_in_manpage.patch b/debian/patches/fix_spelling_error_in_manpage.patch
new file mode 100644
index 0000000..ef0c336
--- /dev/null
+++ b/debian/patches/fix_spelling_error_in_manpage.patch
@@ -0,0 +1,17 @@
+Description: fix spelling error in manpage
+Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
+Last-Update: 2015-09-30
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=107425
+Bug: https://rt.cpan.org/Ticket/Display.html?id=107425
+
+--- a/lib/NanoMsg/Raw.pm
++++ b/lib/NanoMsg/Raw.pm
+@@ -966,7 +966,7 @@ In the future, C<nn_recvmsg> might allow
+ 
+ Allocate a message of the specified C<$size> to be sent in zero-copy
+ fashion. The content of the message is undefined after allocation and it should
+-be filled in by the user. While C<nn_send> and C<nn_sendmsg> allow to send
++be filled in by the user. While C<nn_send> and C<nn_sendmsg> allow one to send
+ arbitrary buffers, buffers allocated using C<nn_allocmsg> can be more efficient
+ for large messages as they allow for using zero-copy techniques.
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..b05c295
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix_spelling_error_in_manpage.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnanomsg-raw-perl.git



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