[carton] 08/09: Create patch to fix another typo in manpage

Lucas Kanashiro kanashiro at moszumanska.debian.org
Thu Jun 30 14:50:44 UTC 2016


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

kanashiro pushed a commit to branch master
in repository carton.

commit f8a966b3785430d5b7d1b676021121cdd3d16cc3
Author: Lucas Kanashiro <kanashiro at debian.org>
Date:   Thu Jun 30 11:32:50 2016 -0300

    Create patch to fix another typo in manpage
---
 debian/changelog                              |  1 +
 debian/patches/0001_fix-typo-in-manpage.patch | 17 +++++++++++++++++
 debian/patches/series                         |  1 +
 3 files changed, 19 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 2fe32ab..38829b2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ carton (1.0.28-1) UNRELEASED; urgency=medium
   * debian/control: add libcapture-tiny-perl as build dependency
   * debian/control: remove fixed version of some dependencies, they already are
     satisfied. Thanks cme.
+  * Create patch to fix another typo in manpage
 
  -- Lucas Kanashiro <kanashiro at debian.org>  Thu, 30 Jun 2016 10:59:07 -0300
 
diff --git a/debian/patches/0001_fix-typo-in-manpage.patch b/debian/patches/0001_fix-typo-in-manpage.patch
new file mode 100644
index 0000000..5164d05
--- /dev/null
+++ b/debian/patches/0001_fix-typo-in-manpage.patch
@@ -0,0 +1,17 @@
+Description: fix typo in manpage
+Author: Lucas Kanashiro <kanashiro at debian.org>
+Last-Updated: 2016-06-30
+Forwarded: https://github.com/perl-carton/carton/issues/207
+Bug: https://github.com/perl-carton/carton/issues/207
+
+--- a/lib/Carton/Doc/FAQ.pod
++++ b/lib/Carton/Doc/FAQ.pod
+@@ -111,7 +111,7 @@ L<Any::Moose>.
+ 
+ =head2 I'm using perlbrew, but C<< carton install >> uses system perl, how to fix?
+ 
+-The issue is most likelly caused by a inital bad install of C<cpanm>
++The issue is most likelly caused by a initial bad install of C<cpanm>
+ or C<carton> or both, that ended up with a shebang line pointed to the
+ (wrong) system perl.
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 5d02bd3..f29d1a2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+0001_fix-typo-in-manpage.patch
 adjust_shebang.diff

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



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