[DRE-maint] Bug#685330: ruby-hoe: dependancy on "rubygems" makes rails3 install ruby1.8

shawn shawn at jengr.tk
Sun Aug 19 20:02:40 UTC 2012


Package: ruby-hoe
Version: 3.0.3-1
Severity: important
Tags: patch

"rubygems" is ruby 1.8 specific, "rubygems1.9.1" is for ruby1.9, and is now provided by
the ruby1.9.1 package

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

-- System Information:
Debian Release: wheezy
  APT prefers testing
  APT policy: (990, 'testing'), (1, 'experimental')
Architecture: armel (armv5tel)

Kernel: Linux 3.4.0-tomoyo-00006-gfd64aac (PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages ruby-hoe depends on:
pn  rake                          <none>
ii  ruby                          4.9
ii  ruby1.9.1 [ruby-interpreter]  1.9.3.194-1
pn  rubygems                      <none>

ruby-hoe recommends no packages.

ruby-hoe suggests no packages.



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