[DRE-commits] [SCM] gem2deb.git branch, master, updated. 0.2.13-15-g55b3e69

Antonio Terceiro terceiro at debian.org
Fri Apr 13 12:26:15 UTC 2012


The following commit has been merged in the master branch:
commit 55b3e6977f1180f22e97ea1b39b62c2ea19165d6
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Fri Apr 13 09:23:18 2012 -0300

    Fix documentation of require-rubygems.overrides

diff --git a/bin/dh_ruby b/bin/dh_ruby
index 1f8eeef..afcc19c 100755
--- a/bin/dh_ruby
+++ b/bin/dh_ruby
@@ -206,8 +206,12 @@ This file is expect to contain a YAML document with a list of files that must
 be ignored when checking for `require "rubygems"` lines. Example:
 
   --- 
-  - lib/foo.rb
-  - lib/foo/rubygems.rg
+  - debian/ruby-foo/usr/lib/ruby/vendor_ruby/foo.rb
+  - debian/ruby-foo/usr/lib/ruby/vendor_ruby/foo/rubygems.rg
+
+As you can see above, you have to list filenames based on their corresponding
+install locations in the package temporary install directory, i.e.
+`debian/${pkg}/..`
 
 =back
 

-- 
gem2deb.git



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