Your message dated Mon, 09 Jul 2012 12:38:26 +0000
with message-id <[email protected]>
and subject line Bug#679300: Removed package(s) from unstable
has caused the Debian Bug report #676248,
regarding ruby-commandline: Fails to do anything (even to fail) under Ruby 1.9.1
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.)
--
676248: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=676248
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ruby-commandline
Version: 0.7.10-13
Severity: grave
Justification: renders package unusable
CommandLine::Application fails to work under Ruby 1.9.1, which is now
the default Ruby version in Debian. This makes any application built
on 1.9.1 die silently:
$ cat app2.rb
require 'commandline'
class App < CommandLine::Application
def initialize
end
def main
raise 'foo'
end
end
$ ruby1.8 app2.rb --help
Unknown option '--help'.
Usage: app2.rb
$ ruby1.8 app2.rb
ERROR: foo
$ ruby1.9.1 app2.rb --help
$ ruby1.9.1 app2.rb
$
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages ruby-commandline depends on:
ii ruby 4.9
ii ruby-open4 1.1.0-1
ii ruby-text-format 1.0.0-3
ii ruby1.8 [ruby-interpreter] 1.8.7.358-4
ii ruby1.9.1 [ruby-interpreter] 1.9.3.194-1
ruby-commandline recommends no packages.
ruby-commandline suggests no packages.
-- debconf-show failed
--- End Message ---
--- Begin Message ---
Version: 0.7.10-13+rm
Dear submitter,
as the package ruby-commandline has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see http://bugs.debian.org/679300
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Alexander Reichle-Schmehl (the ftpmaster behind the curtain)
--- End Message ---