[libdancer2-perl] 02/05: Add patch for typo

Nuno Carvalho smash at cpan.org
Thu Sep 10 00:45:52 UTC 2015


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

mestre-guest pushed a commit to branch master
in repository libdancer2-perl.

commit 582b3cdc6e1cf2fb3ab19e93afde4d70033a2a73
Author: Nuno Carvalho <smash at cpan.org>
Date:   Thu Sep 10 01:07:38 2015 +0100

    Add patch for typo
---
 debian/changelog                   |  6 ++++++
 debian/patches/fix-docs-typo.patch | 18 ++++++++++++++++++
 debian/patches/series              |  1 +
 3 files changed, 25 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 357424f..acd7609 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libdancer2-perl (0.162000+dfsg-1) UNRELEASED; urgency=medium
+
+  * Add patch for fixing documentation typo.
+
+ -- Nuno Carvalho <smash at cpan.org>  Thu, 10 Sep 2015 00:26:46 +0100
+
 libdancer2-perl (0.160003+dfsg-1) unstable; urgency=medium
 
   * Import new release 0.160003. Fixes
diff --git a/debian/patches/fix-docs-typo.patch b/debian/patches/fix-docs-typo.patch
new file mode 100644
index 0000000..a308cfc
--- /dev/null
+++ b/debian/patches/fix-docs-typo.patch
@@ -0,0 +1,18 @@
+Subject: fix typo
+Author: Nuno Carvalho <smash at cpan.org>
+Forwarded: https://github.com/PerlDancer/Dancer2/pull/998
+Description: fix simple documentation typo
+
+Index: libdancer2-perl/lib/Dancer2/Core/Request.pm
+===================================================================
+--- libdancer2-perl.orig/lib/Dancer2/Core/Request.pm
++++ libdancer2-perl/lib/Dancer2/Core/Request.pm
+@@ -959,7 +959,7 @@ C<HTTP_FORWARDED_PROTO>.
+ 
+ Checks whether we are behind a proxy using the C<is_behind_proxy>
+ configuration option, and if so returns the first
+-C<HTTP_X_FORWARDED_HOST>, since this is a comma seperated list.
++C<HTTP_X_FORWARDED_HOST>, since this is a comma separated list.
+ 
+ If you have not configured that you behind a proxy, it returns HTTP
+ header C<HTTP_HOST>.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5db205e
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-docs-typo.patch

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



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