[DRE-commits] [bundler] 11/14: d/patches: manpage-typo: new patch
Samuel Henrique
samueloph-guest at moszumanska.debian.org
Fri Dec 29 01:36:16 UTC 2017
This is an automated email from the git hooks/post-receive script.
samueloph-guest pushed a commit to branch master
in repository bundler.
commit 5004384ac8b19322731edeabfc86b4cfbb73f2b1
Author: Samuel Henrique <samueloph at gmail.com>
Date: Thu Dec 28 22:53:23 2017 -0200
d/patches: manpage-typo: new patch
---
debian/patches/manpage-typo | 16 ++++++++++++++++
debian/patches/series | 1 +
2 files changed, 17 insertions(+)
diff --git a/debian/patches/manpage-typo b/debian/patches/manpage-typo
new file mode 100644
index 0000000..0c3c893
--- /dev/null
+++ b/debian/patches/manpage-typo
@@ -0,0 +1,16 @@
+Description: Fix typo
+Author: Samuel Henrique <samueloph at gmail.com>
+Forwarded: https://github.com/bundler/bundler/pull/6235
+Index: bundler/man/bundle-binstubs.ronn
+===================================================================
+--- bundler.orig/man/bundle-binstubs.ronn
++++ bundler/man/bundle-binstubs.ronn
+@@ -7,7 +7,7 @@ bundle-binstubs(1) -- Install the binstu
+
+ ## DESCRIPTION
+
+-Binstubs are scripts that wrap aroung executables. Bundler creates a
++Binstubs are scripts that wrap around executables. Bundler creates a
+ small Ruby file (a binstub) that loads Bundler, runs the command,
+ and puts it into `bin/`. Binstubs are a shortcut-or alternative-
+ to always using `bundle exec`. This gives you a file that can by run
diff --git a/debian/patches/series b/debian/patches/series
index 9f17f27..244240c 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
+manpage-typo
--
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