[DRE-commits] [SCM] gem2deb.git branch, master, updated. 0.3.0-7-g7c25dbf

Cédric Boutillier boutil at debian.org
Wed May 15 12:27:25 UTC 2013


The following commit has been merged in the master branch:
commit 3c24ac26b38f39b7ed0f15da8cba1b2dc0d0b11c
Author: Cédric Boutillier <boutil at debian.org>
Date:   Wed May 15 13:39:18 2013 +0200

    fix typos in gem2deb and dh_ruby manpages. Thanks Francesco Poli (Closes: #691132, #691133)

diff --git a/bin/dh_ruby b/bin/dh_ruby
index 7861140..b7b175f 100755
--- a/bin/dh_ruby
+++ b/bin/dh_ruby
@@ -142,7 +142,7 @@ by using debian/I<package>.install.
 
 Determines which file contain the gem specification with package metadata.  By
 default, dh_ruby will read metadata from a .gemspec file in the root of source
-package directory. You can use this variable to override that if want to
+package directory. You can use this variable to override that if you want to
 provide custom metadata for the Debian package.
 
 In the case there are more than one .gemspec in the source package root, you
@@ -202,7 +202,7 @@ Fine-tune the "require-rubygems" test. If the package has a very good reason to
 actually `require "rubygems"`, you can use this file as a whitelist of files
 allowed to have `require "rubygems"`.
 
-This file is expect to contain a YAML document with a list of files that must
+This file is expected to contain a YAML document with a list of files that must
 be ignored when checking for `require "rubygems"` lines. Example:
 
   --- 
diff --git a/bin/gem2deb b/bin/gem2deb
index 93671a0..4aa8952 100755
--- a/bin/gem2deb
+++ b/bin/gem2deb
@@ -189,7 +189,7 @@ It contains all the files the gem contains.
 
 =item Metadata
 
-It contains the gem metadata ends up in a file named ``metadata.yml`` inside
+It contains the gem metadata in a file named ``metadata.yml`` inside
 the I<mygem-0.1.0> directory.
 
 =back

-- 
gem2deb.git



More information about the Pkg-ruby-extras-commits mailing list