[liblog-any-perl] 07/08: Add a patch fixing spelling error in manpage
Lucas Kanashiro
kanashiro.duarte at gmail.com
Wed Feb 17 23:45:15 UTC 2016
This is an automated email from the git hooks/post-receive script.
kanashiro-guest pushed a commit to branch master
in repository liblog-any-perl.
commit a96a9409d02c617044f1362d928351095da9907a
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date: Wed Feb 17 21:33:40 2016 -0200
Add a 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 573b128..f73609f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ liblog-any-perl (1.038-1) UNRELEASED; urgency=medium
* Update Debian packaging copyright
* Bump debhelper compatibility level to 9
* Declare compliance with Debian policy 3.9.7
+ * Add a patch fixing spelling error in manpage
-- Lucas Kanashiro <kanashiro.duarte at gmail.com> Wed, 17 Feb 2016 21:11:12 -0200
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..6711bb1
--- /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-Updated: 2016-02-17
+Forwarded: https://github.com/dagolden/Log-Any/issues/38
+Bug: https://github.com/dagolden/Log-Any/issues/38
+
+--- a/lib/Log/Any/Proxy.pm
++++ b/lib/Log/Any/Proxy.pm
+@@ -170,7 +170,7 @@ Pass a string to be logged. Do not incl
+
+ $log->info("Got some new for you.");
+
+-The log string will be tranformed via the C<filter> attribute (if any) and
++The log string will be transformed via the C<filter> attribute (if any) and
+ the C<prefix> (if any) will be prepended.
+
+ B<NOTE>: While you are encouraged to pass a single string to be logged, if
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..8810115
--- /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/liblog-any-perl.git
More information about the Pkg-perl-cvs-commits
mailing list