Your message dated Sun, 13 Jul 2008 16:02:09 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#490663: fixed in ruby1.9 1.9.0.2-4
has caused the Debian Bug report #490663,
regarding FTBFS on armel: wrong arch string
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.)


-- 
490663: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=490663
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: ruby1.9
Version: 1.9.0.2-3
Severity: serious
Tags: patch

Someone added support for "linux-gnulp" (whatever it is) and broke
armel (linux-gnueabi) while at it. Since the arch_name string is
starting to look complicated, I suggest making it more explicit if/else.


-- 
"rm -rf" only sounds scary if you don't have backups
diff -u ruby1.9-1.9.0.2/debian/rules ruby1.9-1.9.0.2/debian/rules
--- ruby1.9-1.9.0.2/debian/rules
+++ ruby1.9-1.9.0.2/debian/rules
@@ -7,7 +7,11 @@
 ruby_ver_dir = $(ruby_ver).$(ruby_ver_teeny)
 tcltk_ver = 8.4
 
-arch_name = $(subst linux-gnu,linux,$(subst 
linux-gnulp,linux,$(DEB_BUILD_GNU_TYPE)))
+ifeq ($(DEB_HOST_ARCH),armel)
+       arch_name =  arm-linux-eabi
+else
+       arch_name = $(subst linux-gnu,linux,$(subst 
linux-gnulp,linux,$(DEB_BUILD_GNU_TYPE)))
+endif
 ruby_libdir = usr/lib/ruby/$(ruby_ver_dir)
 ruby_archdir = usr/lib/ruby/$(ruby_ver_dir)/$(arch_name)
 bin_dir = usr/bin

--- End Message ---
--- Begin Message ---
Source: ruby1.9
Source-Version: 1.9.0.2-4

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.2-4_all.deb
  to pool/main/r/ruby1.9/irb1.9_1.9.0.2-4_all.deb
libdbm-ruby1.9_1.9.0.2-4_i386.deb
  to pool/main/r/ruby1.9/libdbm-ruby1.9_1.9.0.2-4_i386.deb
libgdbm-ruby1.9_1.9.0.2-4_i386.deb
  to pool/main/r/ruby1.9/libgdbm-ruby1.9_1.9.0.2-4_i386.deb
libopenssl-ruby1.9_1.9.0.2-4_i386.deb
  to pool/main/r/ruby1.9/libopenssl-ruby1.9_1.9.0.2-4_i386.deb
libreadline-ruby1.9_1.9.0.2-4_i386.deb
  to pool/main/r/ruby1.9/libreadline-ruby1.9_1.9.0.2-4_i386.deb
libruby1.9-dbg_1.9.0.2-4_i386.deb
  to pool/main/r/ruby1.9/libruby1.9-dbg_1.9.0.2-4_i386.deb
libruby1.9_1.9.0.2-4_i386.deb
  to pool/main/r/ruby1.9/libruby1.9_1.9.0.2-4_i386.deb
libtcltk-ruby1.9_1.9.0.2-4_i386.deb
  to pool/main/r/ruby1.9/libtcltk-ruby1.9_1.9.0.2-4_i386.deb
rdoc1.9_1.9.0.2-4_all.deb
  to pool/main/r/ruby1.9/rdoc1.9_1.9.0.2-4_all.deb
ri1.9_1.9.0.2-4_all.deb
  to pool/main/r/ruby1.9/ri1.9_1.9.0.2-4_all.deb
ruby1.9-dev_1.9.0.2-4_i386.deb
  to pool/main/r/ruby1.9/ruby1.9-dev_1.9.0.2-4_i386.deb
ruby1.9-elisp_1.9.0.2-4_all.deb
  to pool/main/r/ruby1.9/ruby1.9-elisp_1.9.0.2-4_all.deb
ruby1.9-examples_1.9.0.2-4_all.deb
  to pool/main/r/ruby1.9/ruby1.9-examples_1.9.0.2-4_all.deb
ruby1.9_1.9.0.2-4.diff.gz
  to pool/main/r/ruby1.9/ruby1.9_1.9.0.2-4.diff.gz
ruby1.9_1.9.0.2-4.dsc
  to pool/main/r/ruby1.9/ruby1.9_1.9.0.2-4.dsc
ruby1.9_1.9.0.2-4_i386.deb
  to pool/main/r/ruby1.9/ruby1.9_1.9.0.2-4_i386.deb



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.
Lucas Nussbaum <[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.8
Date: Sun, 13 Jul 2008 16:30:24 +0200
Source: ruby1.9
Binary: ruby1.9 libruby1.9 libruby1.9-dbg ruby1.9-dev libdbm-ruby1.9 
libgdbm-ruby1.9 libreadline-ruby1.9 libtcltk-ruby1.9 libopenssl-ruby1.9 
ruby1.9-examples ruby1.9-elisp ri1.9 rdoc1.9 irb1.9
Architecture: source all i386
Version: 1.9.0.2-4
Distribution: unstable
Urgency: low
Maintainer: akira yamada <[EMAIL PROTECTED]>
Changed-By: Lucas Nussbaum <[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: 490663
Changes: 
 ruby1.9 (1.9.0.2-4) unstable; urgency=low
 .
   * Modified computing of arch_name to cope with armel. This was broken
     because of the change for lpia. We are now using the same code as
     ruby1.8's debian/rules. Closes: #490663.
   * Cleaned up debian/rules to use DEB_HOST_* instead of DEB_BUILD_*.
Checksums-Sha1: 
 df01a79a18347fb3ba30e31d261c9b73180f3950 1643 ruby1.9_1.9.0.2-4.dsc
 db986af618bcf06deda21fac8ba6e1a544e7f867 40235 ruby1.9_1.9.0.2-4.diff.gz
 6424297407d3fdff77a9f9745dc29c4a0657ba73 481026 
ruby1.9-examples_1.9.0.2-4_all.deb
 a3220cb9bd6ed22bda26710adaee31ee9c581b79 447798 ruby1.9-elisp_1.9.0.2-4_all.deb
 ea76189a6ff67ad5d8a1c50c63c4cab71a628468 1432636 ri1.9_1.9.0.2-4_all.deb
 98bf03c1516350ab20002963ecc8e160a3d036db 535430 rdoc1.9_1.9.0.2-4_all.deb
 164de309793877bf4c58de7df333f19e756741fc 472762 irb1.9_1.9.0.2-4_all.deb
 9eac7f380ba7b94b24a5dfe6f565e2abce59bbe1 451422 ruby1.9_1.9.0.2-4_i386.deb
 1758a2a8c0547359f4cbb756c8ca9446512942cc 2547016 libruby1.9_1.9.0.2-4_i386.deb
 725fa159074e19395f384effb820ca0f35e8745d 2329036 
libruby1.9-dbg_1.9.0.2-4_i386.deb
 be80f8fd2aa9addad3d764f87595561ba682b59a 1306110 ruby1.9-dev_1.9.0.2-4_i386.deb
 1b7df9e7811496c838eb65cba9e151dd67659b08 433968 
libdbm-ruby1.9_1.9.0.2-4_i386.deb
 a2fc5d1bc39e58a8f3d75a7f0b3ae294837c2ef2 433312 
libgdbm-ruby1.9_1.9.0.2-4_i386.deb
 718acd0ae6389575e7b1b86d582b2ccf1223d190 433644 
libreadline-ruby1.9_1.9.0.2-4_i386.deb
 dd2fd145c9e8e481affae961e9103263aa3303bb 2177300 
libtcltk-ruby1.9_1.9.0.2-4_i386.deb
 e411aeeaecbddaac8a02d9a81e07aac04b319c17 543716 
libopenssl-ruby1.9_1.9.0.2-4_i386.deb
Checksums-Sha256: 
 ebfc9d71a3ffa8e9c96665c6145016df0199bb2cf743e91ff9c2f1b91ed6963f 1643 
ruby1.9_1.9.0.2-4.dsc
 33cbf36717ba6b796578cd23097b49b286343ed59761df8c30fb0c469f504051 40235 
ruby1.9_1.9.0.2-4.diff.gz
 1453eea962b6ad08f0a19dbd6dc452e72493032bd07cf3fdf1080eda35539206 481026 
ruby1.9-examples_1.9.0.2-4_all.deb
 8c5515dc91fdc50e47ca804da2f602bc2e3ea133d68d378fb30108244a5c2866 447798 
ruby1.9-elisp_1.9.0.2-4_all.deb
 fc4e3753de9e19e2be0974d7e7ed92886be7073a1db59521169882d8c182ee47 1432636 
ri1.9_1.9.0.2-4_all.deb
 0ef1a0003d42fd515d07bd3f5aec67cefe817d41cd4da136999b0009ebf80978 535430 
rdoc1.9_1.9.0.2-4_all.deb
 6c77d163df2e525ec9208019a98884c4615b1f210dbe25a1982a752c206f549a 472762 
irb1.9_1.9.0.2-4_all.deb
 cd04fd38ab711e792935bb9569657d873b2e1991ed0fc57680d14db48565e49d 451422 
ruby1.9_1.9.0.2-4_i386.deb
 a69edef34745e2f32e24b32d828db933328eb8f28e3acd2a3b44d815f39101ca 2547016 
libruby1.9_1.9.0.2-4_i386.deb
 69dc43a4f0db47568b2d89be254d13b83130045dc6ceb09ae184f6277d065226 2329036 
libruby1.9-dbg_1.9.0.2-4_i386.deb
 e12ee1b4945e72d1a04d78175b534f1f4bb43fca89ba94322b214feb5310a5c7 1306110 
ruby1.9-dev_1.9.0.2-4_i386.deb
 f2e0c020b7e930a63f42864fe31b9f75fc3f20247dcec659ebb742e4ae484943 433968 
libdbm-ruby1.9_1.9.0.2-4_i386.deb
 73caa669883cbd2fc45fe6255126105585895609755fd2668ae2e76e610a7d51 433312 
libgdbm-ruby1.9_1.9.0.2-4_i386.deb
 7897c40ec45c982ab58d0ed96eacbba925514bc72344bbf640dd85fd751e93e0 433644 
libreadline-ruby1.9_1.9.0.2-4_i386.deb
 f25465e3ff06d47e5f4aa0088e79d0d53d7e95eeac5b112d63bf3be02211bf6b 2177300 
libtcltk-ruby1.9_1.9.0.2-4_i386.deb
 955cdee0318109f74a750e770de438b06520f225fada936fc219fce6f40ce05b 543716 
libopenssl-ruby1.9_1.9.0.2-4_i386.deb
Files: 
 848027a00ac8e30b34fba2ae23a48ccd 1643 interpreters optional 
ruby1.9_1.9.0.2-4.dsc
 b7f39ddc2b1efc0f38ff960492fc78f0 40235 interpreters optional 
ruby1.9_1.9.0.2-4.diff.gz
 a872d18d602b4c9793b38ff0debe96f6 481026 interpreters optional 
ruby1.9-examples_1.9.0.2-4_all.deb
 6bed61a26cf9c48277637e835a3babd9 447798 interpreters optional 
ruby1.9-elisp_1.9.0.2-4_all.deb
 918e2780a17e9b3d19117746425b229c 1432636 interpreters optional 
ri1.9_1.9.0.2-4_all.deb
 2021cd7ab4a5b32cdda0cec776b67319 535430 doc optional rdoc1.9_1.9.0.2-4_all.deb
 72598394edc737c0a3411a95ae58c73f 472762 interpreters optional 
irb1.9_1.9.0.2-4_all.deb
 5a1a91574b7dc39a95ccdf737a501b34 451422 interpreters optional 
ruby1.9_1.9.0.2-4_i386.deb
 51fe4e88baea6165287b08c7b04cc82b 2547016 libs optional 
libruby1.9_1.9.0.2-4_i386.deb
 cac4cdbc55222e96ec29856fe0e53d80 2329036 libdevel extra 
libruby1.9-dbg_1.9.0.2-4_i386.deb
 7ac7358012018c4a445edf90fd9376dc 1306110 devel optional 
ruby1.9-dev_1.9.0.2-4_i386.deb
 37e03368885abe0db6aa481884b36487 433968 interpreters optional 
libdbm-ruby1.9_1.9.0.2-4_i386.deb
 d5f20a5801a52fab164ebd61e82e1d56 433312 interpreters optional 
libgdbm-ruby1.9_1.9.0.2-4_i386.deb
 d7300d54ef493fe95b50520b4aa1363d 433644 interpreters optional 
libreadline-ruby1.9_1.9.0.2-4_i386.deb
 c95edcd02f45edda747e8bc59d5a1b9d 2177300 interpreters optional 
libtcltk-ruby1.9_1.9.0.2-4_i386.deb
 b6f639de9b48b97eb5e2292f471af707 543716 interpreters optional 
libopenssl-ruby1.9_1.9.0.2-4_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFIeiIF2hliNwI7P08RAmoiAKDNqQFmwjvRjfrR6QKTuPjsYjiV/ACffsKl
wCJLkdTRl45nyWFN6EwBf3E=
=Jk+m
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to