~ubuntu-branches/ubuntu/quantal/ruby1.9.1/quantal

« back to all changes in this revision

Viewing changes to debian/README.Debian

  • Committer: Bazaar Package Importer
  • Author(s): Lucas Nussbaum
  • Date: 2009-07-30 19:06:31 UTC
  • Revision ID: james.westby@ubuntu.com-20090730190631-3x30w2mtev71ah62
Tags: 1.9.1.243-0ubuntu1
* Upload snapshot from Debian's pkg-ruby SVN repository to karmic.
  SVN revision: 235.
  Likely to be similar to the final package uploaded to Debian.
  Known issues:
  + lintian warnings/errors (nothing important)

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