[perlbrew] 08/09: Create patch to fix spelling error in manpage

Lucas Kanashiro kanashiro.duarte at gmail.com
Mon Mar 21 16:00:35 UTC 2016


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

kanashiro-guest pushed a commit to branch master
in repository perlbrew.

commit 4151ab9f5ce7f2f9649372ede6c4728b6160f6a0
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Mon Mar 21 12:47:36 2016 -0300

    Create patch to fix 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 661f6d3..5489910 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ perlbrew (0.75-1) UNRELEASED; urgency=medium
   * Update Debian packaging copyright
   * Declare compliance with Debian policy 3.9.7
   * Add build dependency on libtest-simple-perl (>= 1.001002)
+  * Create patch to fix spelling error in manpage
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Mon, 21 Mar 2016 12:29:02 -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..66ffcd0
--- /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-03-21
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=113228
+Bug: https://rt.cpan.org/Ticket/Display.html?id=113228
+
+--- a/bin/perlbrew
++++ b/bin/perlbrew
+@@ -34,7 +34,7 @@ Commands:
+     off            Turn off perlbrew in current shell
+     switch         Permanently use the specified perl as default
+     switch-off     Permanently turn off perlbrew (revert to system perl)
+-    exec           exec programs with specified perl enviroments.
++    exec           exec programs with specified perl environments.
+ 
+     self-install       Install perlbrew itself under PERLBREW_ROOT/bin
+     self-upgrade       Upgrade perlbrew itself.
diff --git a/debian/patches/series b/debian/patches/series
index 7fbed8e..7a935e7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+fix-spelling-error-in-manpage.patch
 autopkgtest-path.patch

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



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