[libmojolicious-perl] 02/03: Add spelling-error-in-manpage.patch

Nick Morrott nickm-guest at moszumanska.debian.org
Wed Jan 4 06:44:21 UTC 2017


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

nickm-guest pushed a commit to branch master
in repository libmojolicious-perl.

commit bcb3d6aea89586afabcc9e258aaac578229c292f
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date:   Wed Jan 4 06:33:14 2017 +0000

    Add spelling-error-in-manpage.patch
---
 debian/changelog                               |  7 +++++++
 debian/patches/series                          |  1 +
 debian/patches/spelling-error-in-manpage.patch | 16 ++++++++++++++++
 3 files changed, 24 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 9ecb936..af40764 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libmojolicious-perl (7.13+dfsg-1) UNRELEASED; urgency=medium
+
+  * Import upstream version 7.13
+  * Add spelling-error-in-manpage.patch
+
+ -- Nick Morrott <knowledgejunkie at gmail.com>  Wed, 04 Jan 2017 06:30:20 +0000
+
 libmojolicious-perl (7.12+dfsg-1) unstable; urgency=medium
 
   * Import upstream version 7.12
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..f7c4b35
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling-error-in-manpage.patch
diff --git a/debian/patches/spelling-error-in-manpage.patch b/debian/patches/spelling-error-in-manpage.patch
new file mode 100644
index 0000000..797fd5c
--- /dev/null
+++ b/debian/patches/spelling-error-in-manpage.patch
@@ -0,0 +1,16 @@
+Description: Correct spelling error (lintian)
+Author: Nick Morrott <knowledgejunkie at gmail.com>
+Bug: https://github.com/kraih/mojo/pull/1027
+Last-Update: 2017-01-04
+---
+--- a/lib/Mojo/Transaction.pm
++++ b/lib/Mojo/Transaction.pm
+@@ -260,7 +260,7 @@
+   my $res = $tx->result;
+ 
+ Returns the L<Mojo::Message::Response> object from L</"res"> or dies if a
+-connection error has occured.
++connection error has occurred.
+ 
+   # Fine grained response handling (dies on connection errors)
+   my $res = $tx->result;

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



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