Your message dated Thu, 18 Oct 2007 13:47:15 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#445433: fixed in ruby1.9 1.9.0+20071016-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: ruby1.9
Version: 1.9.0+20070910
Severity: wishlist
Tags: patch
User: [EMAIL PROTECTED]
Usertags: eabi
Hi,
Thanks for fixing ruby1.8 for armel. The same patch needs to be applied
to ruby1.9 as well. The problem is that DEB_HOST_GNU_TYPE is
arm-linux-gnueabi, and just replacing "linux-gnu" with linux gives the wrong
result.
Thanks,
Riku
--
"rm -rf" only sounds scary if you don't have backups
diff -u ruby1.9-1.9.0+20070910/debian/rules ruby1.9-1.9.0+20070910/debian/rules
--- ruby1.9-1.9.0+20070910/debian/rules
+++ ruby1.9-1.9.0+20070910/debian/rules
@@ -3,7 +3,7 @@
ruby_ver = 1.9
tcltk_ver = 8.4
-arch_name = $(subst linux-gnu,linux,$(DEB_BUILD_GNU_TYPE))
+arch_name = $(subst linux-gnu,linux-,$(patsubst
%linux-gnu,%linux,$(DEB_BUILD_GNU_TYPE)))
ruby_libdir = usr/lib/ruby/$(ruby_ver)
ruby_archdir = usr/lib/ruby/$(ruby_ver)/$(arch_name)
bin_dir = usr/bin
diff -u ruby1.9-1.9.0+20070910/debian/changelog
ruby1.9-1.9.0+20070910/debian/changelog
--- ruby1.9-1.9.0+20070910/debian/changelog
+++ ruby1.9-1.9.0+20070910/debian/changelog
@@ -1,3 +1,9 @@
+ruby1.9 (1.9.0+20070910-1+armel) unstable; urgency=low
+
+ * Fix armel arch name
+
+ -- Riku Voipio <[EMAIL PROTECTED]> Thu, 04 Oct 2007 20:40:03 +0300
+
ruby1.9 (1.9.0+20070910-1) unstable; urgency=low
* new upstream snapshot. (r13426)
--- End Message ---
--- Begin Message ---
Source: ruby1.9
Source-Version: 1.9.0+20071016-1
We believe that the bug you reported is fixed in the latest version of
ruby1.9, which is due to be installed in the Debian FTP archive:
irb1.9_1.9.0+20071016-1_all.deb
to pool/main/r/ruby1.9/irb1.9_1.9.0+20071016-1_all.deb
libdbm-ruby1.9_1.9.0+20071016-1_i386.deb
to pool/main/r/ruby1.9/libdbm-ruby1.9_1.9.0+20071016-1_i386.deb
libgdbm-ruby1.9_1.9.0+20071016-1_i386.deb
to pool/main/r/ruby1.9/libgdbm-ruby1.9_1.9.0+20071016-1_i386.deb
libopenssl-ruby1.9_1.9.0+20071016-1_i386.deb
to pool/main/r/ruby1.9/libopenssl-ruby1.9_1.9.0+20071016-1_i386.deb
libreadline-ruby1.9_1.9.0+20071016-1_i386.deb
to pool/main/r/ruby1.9/libreadline-ruby1.9_1.9.0+20071016-1_i386.deb
libruby1.9-dbg_1.9.0+20071016-1_i386.deb
to pool/main/r/ruby1.9/libruby1.9-dbg_1.9.0+20071016-1_i386.deb
libruby1.9_1.9.0+20071016-1_i386.deb
to pool/main/r/ruby1.9/libruby1.9_1.9.0+20071016-1_i386.deb
libtcltk-ruby1.9_1.9.0+20071016-1_i386.deb
to pool/main/r/ruby1.9/libtcltk-ruby1.9_1.9.0+20071016-1_i386.deb
rdoc1.9_1.9.0+20071016-1_all.deb
to pool/main/r/ruby1.9/rdoc1.9_1.9.0+20071016-1_all.deb
ri1.9_1.9.0+20071016-1_all.deb
to pool/main/r/ruby1.9/ri1.9_1.9.0+20071016-1_all.deb
ruby1.9-dev_1.9.0+20071016-1_i386.deb
to pool/main/r/ruby1.9/ruby1.9-dev_1.9.0+20071016-1_i386.deb
ruby1.9-elisp_1.9.0+20071016-1_all.deb
to pool/main/r/ruby1.9/ruby1.9-elisp_1.9.0+20071016-1_all.deb
ruby1.9-examples_1.9.0+20071016-1_all.deb
to pool/main/r/ruby1.9/ruby1.9-examples_1.9.0+20071016-1_all.deb
ruby1.9_1.9.0+20071016-1.diff.gz
to pool/main/r/ruby1.9/ruby1.9_1.9.0+20071016-1.diff.gz
ruby1.9_1.9.0+20071016-1.dsc
to pool/main/r/ruby1.9/ruby1.9_1.9.0+20071016-1.dsc
ruby1.9_1.9.0+20071016-1_i386.deb
to pool/main/r/ruby1.9/ruby1.9_1.9.0+20071016-1_i386.deb
ruby1.9_1.9.0+20071016.orig.tar.gz
to pool/main/r/ruby1.9/ruby1.9_1.9.0+20071016.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
akira yamada <[EMAIL PROTECTED]> (supplier of updated ruby1.9 package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Thu, 18 Oct 2007 09:36:36 +0900
Source: ruby1.9
Binary: rdoc1.9 ri1.9 libruby1.9 ruby1.9-elisp libtcltk-ruby1.9 libgdbm-ruby1.9
libopenssl-ruby1.9 libdbm-ruby1.9 ruby1.9-examples irb1.9 libruby1.9-dbg
libreadline-ruby1.9 ruby1.9 ruby1.9-dev
Architecture: source i386 all
Version: 1.9.0+20071016-1
Distribution: unstable
Urgency: high
Maintainer: akira yamada <[EMAIL PROTECTED]>
Changed-By: akira yamada <[EMAIL PROTECTED]>
Description:
irb1.9 - Interactive Ruby (for Ruby 1.9)
libdbm-ruby1.9 - DBM interface for Ruby 1.9
libgdbm-ruby1.9 - GDBM interface for Ruby 1.9
libopenssl-ruby1.9 - OpenSSL interface for Ruby 1.9
libreadline-ruby1.9 - Readline interface for Ruby 1.9
libruby1.9 - Libraries necessary to run Ruby 1.9
libruby1.9-dbg - Debugging symbols for Ruby 1.9
libtcltk-ruby1.9 - Tcl/Tk interface for Ruby 1.9
rdoc1.9 - Generate documentation from Ruby source files (for Ruby 1.9)
ri1.9 - Ruby Interactive reference (for Ruby 1.9)
ruby1.9 - Interpreter of object-oriented scripting language Ruby 1.9
ruby1.9-dev - Header files for compiling extension modules for the Ruby 1.9
ruby1.9-elisp - ruby-mode for Emacsen
ruby1.9-examples - Examples for Ruby 1.9
Closes: 366444 445433 446180
Changes:
ruby1.9 (1.9.0+20071016-1) unstable; urgency=high
.
* new upstream snapshot. (r13713)
- fixed CVE-2007-5162.
- fixed illegal instructions at runtime on sparc. (closes: #366444)
Thanks to Lucas Nussbaum.
* updated debian/generated-incs/* files.
* debian/rules: fixed wrong arch_name for arm-linux-gnueabi.
(closes: #445433) Thanks to Riku Voipio.
* debian/ruby1.9-elisp.emacsen-startup: uses "\\\\'" for ignore newlines in
filenames. (closes: #446180) Thanks to Trent W. Buck.
* debian/control: added Daigo Moriwaki to uploaders and removed Akira Tagoh
from uploaders.
Files:
037ea5c92cc085389373048a4e5261bd 1095 interpreters optional
ruby1.9_1.9.0+20071016-1.dsc
22a98fc36699ea5e6a37d43a4b46d09c 5121899 interpreters optional
ruby1.9_1.9.0+20071016.orig.tar.gz
dee10a8a16d4c06c8bd9acac9aa3b43a 38530 interpreters optional
ruby1.9_1.9.0+20071016-1.diff.gz
36af198594e45e429c6aab28eb4efb77 364730 interpreters optional
ruby1.9-examples_1.9.0+20071016-1_all.deb
7a9a8654c6691c34a113d8529b9f8c8f 329712 interpreters optional
ruby1.9-elisp_1.9.0+20071016-1_all.deb
baf108b557a1a0f0462344ff09ff61ab 1427776 interpreters optional
ri1.9_1.9.0+20071016-1_all.deb
aba11f8fcbd5ce4e275c6418f5ec2edf 428338 doc optional
rdoc1.9_1.9.0+20071016-1_all.deb
6cc29785e61d76c9b2e5651733f2445d 354592 interpreters optional
irb1.9_1.9.0+20071016-1_all.deb
a0eae0e9d6e3b4d2f673325b8da14242 336736 interpreters optional
ruby1.9_1.9.0+20071016-1_i386.deb
c7a09cfd615ab12e2799353d859e847b 2049296 libs optional
libruby1.9_1.9.0+20071016-1_i386.deb
ffecfe81efed67b2d5c14b49958ddc72 1236022 libdevel extra
libruby1.9-dbg_1.9.0+20071016-1_i386.deb
81622193ec5ef4ee4be3b47f7ed02b2b 982878 devel optional
ruby1.9-dev_1.9.0+20071016-1_i386.deb
fb78c5154e65e5dd9117492289f707c3 315412 interpreters optional
libdbm-ruby1.9_1.9.0+20071016-1_i386.deb
469085392c2e3891e35172ac52e9cb6e 314348 interpreters optional
libgdbm-ruby1.9_1.9.0+20071016-1_i386.deb
4f1bfb36872902ac34fec36e66e80394 315158 interpreters optional
libreadline-ruby1.9_1.9.0+20071016-1_i386.deb
39a6dbc0ff053c5b13de1bd98a19f938 1981712 interpreters optional
libtcltk-ruby1.9_1.9.0+20071016-1_i386.deb
b7290848dc0e2153c48834442031fa2c 426358 interpreters optional
libopenssl-ruby1.9_1.9.0+20071016-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHFq8aXzkxpuIT8aARAhX5AJ4zFhc+CivT0Nk15JFuZ1313zRiqACfe+g7
HdInxUZpSyzWwUd1QLgVuFQ=
=4nvq
-----END PGP SIGNATURE-----
--- End Message ---