[DRE-commits] [SCM] ruby-hoe.git branch, master, updated. debian/3.0.3-1-1-g25a9a01

Shawn Landden shawnlandden at gmail.com
Sat Aug 25 16:16:59 UTC 2012


The following commit has been merged in the master branch:
commit 25a9a0164f8836258fe80a352438fcfa6c0d6fb4
Author: Shawn Landden <shawnlandden at gmail.com>
Date:   Sun Aug 19 13:02:49 2012 -0700

    control: rubygems1.9.1 | rubygems to not pull in ruby1.8

diff --git a/debian/control b/debian/control
index cd76740..cbbbfab 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,11 @@ XS-Ruby-Versions: all
 Package: ruby-hoe
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, rake (>= 0.8.7), rubygems
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ruby | ruby-interpreter,
+ rake (>= 0.8.7),
+ rubygems1.9.1 | rubygems
 Description: rake/rubygems helper for project Rakefiles
  Hoe is a rake/rubygems helper for project Rakefiles. It helps you
  manage and maintain, and release your project and includes a dynamic

-- 
ruby-hoe.git



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