[DRE-commits] [bundler] 05/07: Add patch for manpage typo.
Scott Leggett
smlx-guest at moszumanska.debian.org
Thu Dec 8 10:29:13 UTC 2016
This is an automated email from the git hooks/post-receive script.
smlx-guest pushed a commit to branch master
in repository bundler.
commit ec63b716706991492ac461187cd1bc9b72fda636
Author: Scott Leggett <scott at sl.id.au>
Date: Wed Dec 7 20:52:59 2016 +1100
Add patch for manpage typo.
---
debian/patches/0004-Fix-typo-in-manpages.patch | 35 ++++++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 36 insertions(+)
diff --git a/debian/patches/0004-Fix-typo-in-manpages.patch b/debian/patches/0004-Fix-typo-in-manpages.patch
new file mode 100644
index 0000000..885c054
--- /dev/null
+++ b/debian/patches/0004-Fix-typo-in-manpages.patch
@@ -0,0 +1,35 @@
+From: Scott Leggett <scott at sl.id.au>
+Date: Wed, 7 Dec 2016 20:50:09 +1100
+Subject: Fix typo in manpages
+
+---
+ man/bundle-config.ronn | 2 +-
+ man/bundle-install.ronn | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/man/bundle-config.ronn b/man/bundle-config.ronn
+index 3ea6d10..57598cb 100644
+--- a/man/bundle-config.ronn
++++ b/man/bundle-config.ronn
+@@ -65,7 +65,7 @@ The options that can be configured are:
+ The location to install the specified gems to. This defaults to Rubygems'
+ setting. Bundler shares this location with Rubygems, `gem install ...` will
+ have gem installed there, too. Therefore, gems installed without a
+- `--path ...` setting will show up by calling `gem list`. Accodingly, gems
++ `--path ...` setting will show up by calling `gem list`. Accordingly, gems
+ installed to other locations will not get listed.
+
+ * `without`:
+diff --git a/man/bundle-install.ronn b/man/bundle-install.ronn
+index 92d1d8d..3a03090 100644
+--- a/man/bundle-install.ronn
++++ b/man/bundle-install.ronn
+@@ -110,7 +110,7 @@ time `bundle install` is run, use `bundle config` (see bundle-config(1)).
+ The location to install the specified gems to. This defaults to Rubygems'
+ setting. Bundler shares this location with Rubygems, `gem install ...` will
+ have gem installed there, too. Therefore, gems installed without a
+- `--path ...` setting will show up by calling `gem list`. Accodingly, gems
++ `--path ...` setting will show up by calling `gem list`. Accordingly, gems
+ installed to other locations will not get listed.
+
+ * `--quiet`:
diff --git a/debian/patches/series b/debian/patches/series
index 9f17f27..5782fbb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
no-git-in-gemspec
unvendorize
do-not-add-system-path-to-RUBYLIB
+0004-Fix-typo-in-manpages.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/bundler.git
More information about the Pkg-ruby-extras-commits
mailing list