[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#685951: unblock: ruby-hoe/3.0.3-2



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package ruby-hoe

This version fixes an important bug (#685330) which causes ruby1.8 to be
installed even if it's not needed. This bug makes it harder for the Ruby
team to phase ruby1.8 out, so it would be nice if this fix could get
into Wheezy.

a git diff against the package in testing is attached.

unblock ruby-hoe/3.0.3-2

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=pt_BR.utf8, LC_CTYPE=pt_BR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- 
Antonio Terceiro <terceiro@debian.org>
diff --git a/debian/changelog b/debian/changelog
index f0af190..41f3fac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+ruby-hoe (3.0.3-2) unstable; urgency=low
+
+  [ Shawn Landden ]
+  * Change dependency to `rubygems1.9.1 | rubygems` to avoid pulling ruby1.8
+    through rubygems if ruby1.9.1 (which provides rubygems1.9.1) is already
+    installed.
+    (Closes: #685330)
+
+  [ Antonio Terceiro ]
+  * Team upload.
+
+ -- Antonio Terceiro <terceiro@debian.org>  Sun, 26 Aug 2012 18:00:12 -0300
+
 ruby-hoe (3.0.3-1) unstable; urgency=low
 
   [ Cédric Boutillier ]
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

Attachment: signature.asc
Description: Digital signature


Reply to: