[libswagger2-perl] 03/04: Add patch fixing spelling error in manpage
Lucas Kanashiro
kanashiro.duarte at gmail.com
Tue Feb 2 03:01:27 UTC 2016
This is an automated email from the git hooks/post-receive script.
kanashiro-guest pushed a commit to branch master
in repository libswagger2-perl.
commit 59d08e9fe52d123bcb2476a3a08ff6953655cafb
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date: Tue Feb 2 00:35:07 2016 -0200
Add 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 4970bf7..4c8c0cb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ libswagger2-perl (0.70-1) UNRELEASED; urgency=medium
[ Lucas Kanashiro ]
* Import upstream version 0.70
+ * Add patch fixing spelling error in manpage
-- Lucas Kanashiro <kanashiro.duarte at gmail.com> Tue, 02 Feb 2016 00:16:53 -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..3fdedc5
--- /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-02
+Forwarded: https://github.com/jhthorsen/swagger2/issues/70
+Bug: https://github.com/jhthorsen/swagger2/issues/70
+
+--- a/lib/Mojolicious/Command/swagger2.pm
++++ b/lib/Mojolicious/Command/swagger2.pm
+@@ -170,7 +170,7 @@ Usage:
+ # Get documentation for a method
+ mojo swagger2 client path/to/spec.json <method> help
+
+- # Specifiy spec and/or base URL from environment.
++ # Specify spec and/or base URL from environment.
+ # Useful for shell wrappers
+ SWAGGER_API_FILE=path/to/spec.json mojo swagger2 client <method>
+ SWAGGER_BASE_URL=https://example.com/1.0 mojo swagger2 client <method>
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/libswagger2-perl.git
More information about the Pkg-perl-cvs-commits
mailing list