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

Antonio Terceiro terceiro at softwarelivre.org
Mon May 9 20:20:48 UTC 2011


The following commit has been merged in the master branch:
commit 1da247a44e4ad5f4109b09fcd122adee8a7a39a2
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Mon May 9 11:33:06 2011 -0700

    Depend on ruby | ruby-interpreter by default
    
    This way the choice of default Ruby implementation is delegated to the
    'ruby' package

diff --git a/lib/gem2deb/dh_make_ruby.rb b/lib/gem2deb/dh_make_ruby.rb
index 6f5a840..e7015d9 100644
--- a/lib/gem2deb/dh_make_ruby.rb
+++ b/lib/gem2deb/dh_make_ruby.rb
@@ -267,7 +267,7 @@ module Gem2Deb
         self.architecture = architecture
       end
       def dependencies
-        ['${shlibs:Depends}', '${misc:Depends}', 'ruby1.8 | ruby-interpreter' ]
+        ['${shlibs:Depends}', '${misc:Depends}', 'ruby | ruby-interpreter' ]
       end
       def gem_dependencies
 	@gem_dependencies ||= []

-- 
gem2deb.git



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