~ubuntu-branches/ubuntu/precise/ruby1.9.1/precise-security

« back to all changes in this revision

Viewing changes to debian/README.Debian

  • Committer: Bazaar Package Importer
  • Author(s): Lucas Nussbaum
  • Date: 2010-11-01 09:03:33 UTC
  • Revision ID: james.westby@ubuntu.com-20101101090333-q64jk4omhe0l35sv
Tags: 1.9.2.0-2
* Clarify versioning in package description to reduce 1.9.1 <-> 1.9.2
  confusion. Closes: #601526.
* Remove README.Debian. It only contained outdated information.
* Build with -mieee on SH4. Closes: #591785.
* Update debian/NEWS to mention LOAD_PATH change. Closes: #593098.
* ruby1.9.1: add Suggests on ruby1.9.1-dev as it is need to build
  many gems, and that's a FAQ.
* ruby1.9.1-dev: mention building gems in package description.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Ruby 1.9 for Debian GNU/Linux
2
 
-----------------------------
3
 
 
4
 
This is Ruby 1.9 package for Debian GNU/Linux.
5
 
 
6
 
Ruby is the interpreted scripting language for quick and easy
7
 
object-oriented programming.  It has many features to process text files and
8
 
to do system management tasks (as in perl).  It is simple, straight-forward,
9
 
and extensible.
10
 
 
11
 
Ruby 1.9.0 is the development version of Ruby.
12
 
 
13
 
Homepage of Ruby is:
14
 
 
15
 
  <URL:http://www.ruby-lang.org/> (English and Japanese)
16
 
 
17
 
And you can find helpful library or tools from RAA:
18
 
 
19
 
  <URL:http://raa.ruby-lang.org/> (English)
20
 
 
21
 
 
22
 
For Debian users:
23
 
 
24
 
 * You can use /usr/bin/ruby1.9.
25
 
 
26
 
 * ``sitedir'' is /usr/local/lib/site_ruby, so ``$:'' (or ``$LOAD_PATH'')
27
 
   contains the following:
28
 
 
29
 
    ["/usr/local/lib/site_ruby/1.9.0",
30
 
     "/usr/local/lib/site_ruby/1.9.0/i486-linux",
31
 
     "/usr/local/lib/site_ruby/1.9/i386-linux",
32
 
     "/usr/local/lib/site_ruby",
33
 
     "/usr/lib/ruby/vendor_ruby/1.9.0",
34
 
     "/usr/lib/ruby/vendor_ruby/1.9.0/i486-linux",
35
 
     "/usr/lib/ruby/vendor_ruby",
36
 
     "/usr/lib/ruby/1.9.0",
37
 
     "/usr/lib/ruby/1.9.0/i486-linux",
38
 
     "/usr/lib/ruby/1.9/i386-linux",
39
 
     "."]
40
 
 
41
 
   ("1.9.0" means "#{major}.#{minor}.#{teeny}" and "i486-linux" means "#{arch}-#{os}".)
42
 
 
43
 
 * Debian ruby policy is available in /usr/share/doc/ruby/ruby-policy.txt.gz
44
 
   (ruby package) 
45
 
 
46
 
 * Some libraries are in sub-packages.
47
 
     * irb1.9 - irb program and libraries
48
 
     * ri1.9 - ri program
49
 
     * rdoc1.9 - rdoc program and libraries
50
 
     * libdbm-ruby1.9 - dbm.so
51
 
     * libdbm-gruby1.9 - gdbm.so
52
 
     * libreadline-ruby1.9 - readline.so
53
 
     * libtcltk-ruby1.9 - tkutil.so, tcltklib.so and related libraries
54
 
     * libopenssl-ruby1.9 - openssl.so and libraries which use openssl
55
 
     * ruby1.9-dev - header files and mkmf.rb.
56
 
     * ruby1.9-elisp - ruby-mode, etc
57
 
     * ruby1.9-examples - example programs
58
 
 
59
 
 -- akira yamada <akira@debian.org>, Thu, 25 Dec 2007 15:44:00 +0900