Your message dated Mon, 27 Aug 2012 09:09:35 +0200
with message-id <[email protected]>
and subject line Re: Bug#685951: unblock: ruby-hoe/3.0.3-2
has caused the Debian Bug report #685951,
regarding unblock: ruby-hoe/3.0.3-2
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
685951: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=685951
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
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 <[email protected]>
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 <[email protected]> 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
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
On 2012-08-26 23:44, Antonio Terceiro wrote:
> Package: release.debian.org
> Severity: normal
> User: [email protected]
> 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
>
> [...]
Unblocked, thanks.
~Niels
--- End Message ---