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

Installed ruby 1.4.2-4 (all source i386)



Installed:
libpty-ruby_1.4.2-4_i386.deb
  to dists/potato/main/binary-i386/interpreters/libpty-ruby_1.4.2-4.deb
  replacing libpty-ruby_1.4.2-3.deb
libcurses-ruby_1.4.2-4_i386.deb
  to dists/potato/main/binary-i386/interpreters/libcurses-ruby_1.4.2-4.deb
  replacing libcurses-ruby_1.4.2-3.deb
ruby-elisp_1.4.2-4_all.deb
  to dists/potato/main/binary-all/interpreters/ruby-elisp_1.4.2-4.deb
  replacing ruby-elisp_1.4.2-3.deb
libsdbm-ruby_1.4.2-4_i386.deb
  to dists/potato/main/binary-i386/interpreters/libsdbm-ruby_1.4.2-4.deb
  replacing libsdbm-ruby_1.4.2-3.deb
libmd5-ruby_1.4.2-4_i386.deb
  to dists/potato/main/binary-i386/interpreters/libmd5-ruby_1.4.2-4.deb
  replacing libmd5-ruby_1.4.2-3.deb
irb_1.4.2-4_all.deb
  to dists/potato/main/binary-all/interpreters/irb_1.4.2-4.deb
  replacing irb_1.4.2-3.deb
libtk-ruby_1.4.2-4_i386.deb
  to dists/potato/main/binary-i386/interpreters/libtk-ruby_1.4.2-4.deb
  replacing libtk-ruby_1.4.2-3.deb
libnkf-ruby_1.4.2-4_i386.deb
  to dists/potato/main/binary-i386/interpreters/libnkf-ruby_1.4.2-4.deb
  replacing libnkf-ruby_1.4.2-3.deb
ruby-examples_1.4.2-4_all.deb
  to dists/potato/main/binary-all/interpreters/ruby-examples_1.4.2-4.deb
  replacing ruby-examples_1.4.2-3.deb
ruby-dev_1.4.2-4_i386.deb
  to dists/potato/main/binary-i386/devel/ruby-dev_1.4.2-4.deb
  replacing ruby-dev_1.4.2-3.deb
ruby_1.4.2-4.diff.gz
  to dists/potato/main/source/interpreters/ruby_1.4.2-4.diff.gz
  replacing ruby_1.4.2-3.diff.gz
libtcltk-ruby_1.4.2-4_i386.deb
  to dists/potato/main/binary-i386/interpreters/libtcltk-ruby_1.4.2-4.deb
  replacing libtcltk-ruby_1.4.2-3.deb
libgdbm-ruby_1.4.2-4_i386.deb
  to dists/potato/main/binary-i386/interpreters/libgdbm-ruby_1.4.2-4.deb
  replacing libgdbm-ruby_1.4.2-3.deb
ruby_1.4.2-4.dsc
  to dists/potato/main/source/interpreters/ruby_1.4.2-4.dsc
  replacing ruby_1.4.2-3.dsc
libdbm-ruby_1.4.2-4_i386.deb
  to dists/potato/main/binary-i386/interpreters/libdbm-ruby_1.4.2-4.deb
  replacing libdbm-ruby_1.4.2-3.deb
libruby_1.4.2-4_i386.deb
  to dists/potato/main/binary-i386/libs/libruby_1.4.2-4.deb
  replacing libruby_1.4.2-3.deb
libreadline-ruby_1.4.2-4_i386.deb
  to dists/potato/main/binary-i386/interpreters/libreadline-ruby_1.4.2-4.deb
  replacing libreadline-ruby_1.4.2-3.deb
ruby_1.4.2-4_i386.deb
  to dists/potato/main/binary-i386/interpreters/ruby_1.4.2-4.deb
  replacing ruby_1.4.2-3.deb


-----BEGIN PGP SIGNED MESSAGE-----

Format: 1.6
Date: Wed, 20 Oct 1999 23:03:52 +0900
Source: ruby
Binary: irb libgdbm-ruby ruby libpty-ruby libtk-ruby libnkf-ruby libtcltk-ruby libreadline-ruby ruby-elisp libsdbm-ruby libmd5-ruby ruby-dev ruby-examples libdbm-ruby libruby libcurses-ruby
Architecture: source i386 all
Version: 1.4.2-4
Distribution: unstable
Urgency: low
Maintainer: akira yamada <akira@debian.org>
Description: 
 irb        - The Intaractive Ruby.
 libcurses-ruby - Curses interface for scripting language Ruby.
 libdbm-ruby - DBM interface for scripting language Ruby.
 libgdbm-ruby - GDBM interface for scripting language Ruby.
 libmd5-ruby - MD5 Message-Digest Algorithm for Ruby.
 libnkf-ruby - Network Kanji code conversion Filter for Ruby.
 libpty-ruby - pseudo tty interface for the scripting language ruby.
 libreadline-ruby - Readline interface for the scripting language ruby.
 libruby    - Libraries necessary to run the Ruby.
 libsdbm-ruby - SDBM interface for scripting language Ruby.
 libtcltk-ruby - Tk interface for scripting language Ruby.
 libtk-ruby - Tk interface for scripting language Ruby.
 ruby       - An interactive object-oriented scripting language.
 ruby-dev   - Header files for compiling extension modules for the Ruby.
 ruby-elisp - Emacs-lisp ruby-mode for the scripting language Ruby.
 ruby-examples - Examples for the scripting language Ruby.
Changes: 
 ruby (1.4.2-4) unstable; urgency=low
 .
   * Applied patch (ruby-dev: #7965, #7970, #8012, #8044, #8048, #8068,
     ruby-list: #17373, #17613, #17648):
         - pack.c (pack_unpack): % in printf format should be %%.
         - parse.y (rb_intern): should generate distinct ID_ATTRSET symbols
           for the name with multiple `='s at the end.
         - io.c (io_read): length may be 0 or negative.
         - file.c (test_s): should return nil for false condition.
         - eval.c (rb_eval): should not execute the `else' clause on the
           case the exceptions are handled by the `rescue' clause.
         - eval.c (block_pass): should copy block to prevent modifications.
           tag in the structure should be updated from latest prot_tag.
         - eval.c (proc_s_new): tag in struct BLOCK should not point into
           unused stack.
         - array.c (rb_ary_pop): forgot some freeze checks.
         - ext/nkf/nkf.c (rb_nkf_kconv): output should be NUL terminated.
         - marshal.c (marshal_load): should protect the generated object
           table (arg->data) from GC.
Files: 
 479d318fed3e1699eabbc492a3c23797 798 interpreters optional ruby_1.4.2-4.dsc
 a1f295aeca75c638792fe1e1f9ad35e5 25580 interpreters optional ruby_1.4.2-4.diff.gz
 6da4f86203774a18172e5d8391a0ebbf 34172 interpreters optional ruby-examples_1.4.2-4_all.deb
 b67fa9a95494ffd47aabfb284360f70c 20570 interpreters optional ruby-elisp_1.4.2-4_all.deb
 bf19591d51e23fbace80498ad12282e6 27416 interpreters optional irb_1.4.2-4_all.deb
 bde2ea1daa3349726ff8cb022430cdc5 154338 interpreters optional ruby_1.4.2-4_i386.deb
 8c3d8e13dbc41c27a187babbe456b513 219880 interpreters optional libruby_1.4.2-4_i386.deb
 ccda0dff50ac329a16c37f8abcaf529a 331996 interpreters optional ruby-dev_1.4.2-4_i386.deb
 1d5feac76a561310562a1029338a4ed2 15374 interpreters optional libcurses-ruby_1.4.2-4_i386.deb
 3b7db6b9beb4554d7a22f15d193b9af0 13558 interpreters optional libdbm-ruby_1.4.2-4_i386.deb
 90fbd47dd707fce9ba3cd2fbef9e9621 13800 interpreters optional libgdbm-ruby_1.4.2-4_i386.deb
 159b8fdcac02642a71f1d360e691f346 13232 interpreters optional libmd5-ruby_1.4.2-4_i386.deb
 346dd829fe5e18c0e4cd1f5be588f7d3 20272 interpreters optional libnkf-ruby_1.4.2-4_i386.deb
 87320325a5c29a32befde11d76fa5de2 18026 interpreters optional libpty-ruby_1.4.2-4_i386.deb
 417e6684362c5142cc5de3e36de5560c 13804 interpreters optional libreadline-ruby_1.4.2-4_i386.deb
 e3ebaecfbac03be105fcb50bb675ba02 16448 interpreters optional libsdbm-ruby_1.4.2-4_i386.deb
 f982498ff3b7692361536d199e9da00a 33016 interpreters optional libtcltk-ruby_1.4.2-4_i386.deb
 062c6675b5273831b474a8e04a5b4ce4 42556 interpreters optional libtk-ruby_1.4.2-4_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: 2.6.3ia
Charset: noconv

iQCVAwUBOA3PTf5tTMjYJHblAQFR+gP/YuP3EA69xuAJSA8xhiGwVx8JeYWc138D
RmrywUJihoiDu34l4MR124ThTHQNUSWfpjGfTF4U+6F1MicrAmok3P2zpxocr3/K
9MkpLhw0DQtXqajIEk6h3ch/cK0gy77sIRosQRBOKvwhXursk7mj7laYksHBiWHH
NvaDY8SY21s=
=S+bB
-----END PGP SIGNATURE-----


Reply to: