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

« back to all changes in this revision

Viewing changes to debian/control

  • 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
Source: ruby1.9.1
 
2
Section: ruby
 
3
Priority: optional
 
4
Maintainer: Lucas Nussbaum <lucas@lucas-nussbaum.net>
 
5
XSBC-Original-Maintainer: akira yamada <akira@debian.org>
 
6
Uploaders: Fumitoshi UKAI <ukai@debian.or.jp>, Daigo Moriwaki <daigo@debian.org>, Lucas Nussbaum <lucas@lucas-nussbaum.net>
 
7
Build-Depends: debhelper (>= 4.1.0), cdbs, dpatch, patch, autoconf, m4, bison, binutils (>= 2.14.90.0.7), libgdbm-dev, libncurses5-dev, libreadline5-dev, tcl8.4-dev, tk8.4-dev, zlib1g-dev, libssl-dev (>= 0.9.6b), procps
 
8
Build-Conflicts: gcc-3.3 (<< 1:3.3.2-0pre1)
 
9
Standards-Version: 3.8.2
 
10
Homepage: http://www.ruby-lang.org/
 
11
Vcs-Browser: http://svn.debian.org/wsvn/pkg-ruby/ruby1.9/trunk/
 
12
Vcs-Svn: svn://svn.debian.org/pkg-ruby/ruby1.9/trunk/
 
13
 
 
14
Package: ruby1.9.1
 
15
Architecture: any
 
16
Depends: libruby1.9.1 (= ${binary:Version}), ${shlibs:Depends}
 
17
Suggests: ruby1.9.1-examples, rdoc1.9.1, ri1.9.1, rubygems1.9.1
 
18
Description: Interpreter of object-oriented scripting language Ruby 1.9.1
 
19
 Ruby is the interpreted scripting language for quick and easy
 
20
 object-oriented programming.  It has many features to process text
 
21
 files and to do system management tasks (as in perl).  It is simple,
 
22
 straight-forward, and extensible.
 
23
 .
 
24
 This package provides version 1.9.1 series of Ruby.
 
25
 
 
26
Package: libruby1.9.1
 
27
Section: libs
 
28
Architecture: any
 
29
Depends: ${shlibs:Depends}
 
30
Description: Libraries necessary to run Ruby 1.9.1
 
31
 Ruby is the interpreted scripting language for quick and easy
 
32
 object-oriented programming.  It has many features to process text
 
33
 files and to do system management tasks (as in perl).  It is simple,
 
34
 straight-forward, and extensible.
 
35
 .
 
36
 This package includes the libruby, necessary to run Ruby 1.9. (API version
 
37
 1.9.1)
 
38
 
 
39
Package: libruby1.9.1-dbg
 
40
Section: debug 
 
41
Priority: extra
 
42
Architecture: any
 
43
Depends: libruby1.9.1 (= ${binary:Version})
 
44
Description: Debugging symbols for Ruby 1.9.1
 
45
 Contains debugging symbols for libruby1.9.
 
46
 .
 
47
 This package is provided primarily to provide a backtrace with names
 
48
 in a debugger, this makes it somewhat easier to interpret core
 
49
 dumps.  Most people will not need this package.
 
50
 
 
51
Package: ruby1.9.1-dev
 
52
Architecture: any
 
53
Depends: libruby1.9.1 (= ${binary:Version}), libc6-dev
 
54
Recommends: ruby1.9.1 (= ${binary:Version})
 
55
Description: Header files for compiling extension modules for the Ruby 1.9.1
 
56
 Ruby is the interpreted scripting language for quick and easy
 
57
 object-oriented programming.  It has many features to process text
 
58
 files and to do system management tasks (as in perl).  It is simple,
 
59
 straight-forward, and extensible.
 
60
 .
 
61
 This package contains the header files and the mkmf library, necessary
 
62
 to make extension library for Ruby 1.9.1.
 
63
 
 
64
Package: libdbm-ruby1.9.1
 
65
Architecture: any
 
66
Depends: ${shlibs:Depends}
 
67
Description: DBM interface for Ruby 1.9.1
 
68
 This package provides an extension library "dbm" for Ruby 1.9.1.  The
 
69
 library makes Ruby programs to be able to access to a DBM file.
 
70
 .
 
71
 On Debian, the extension library is built with GDBM.
 
72
 
 
73
Package: libgdbm-ruby1.9.1
 
74
Architecture: any
 
75
Depends: ${shlibs:Depends}
 
76
Description: GDBM interface for Ruby 1.9.1
 
77
 This package provides an extension library "gdbm" for Ruby 1.9.1.  The
 
78
 library makes Ruby 1.9.1 programs to be able to access to a DBM file.
 
79
 
 
80
Package: libreadline-ruby1.9.1
 
81
Architecture: any
 
82
Depends: ${shlibs:Depends}
 
83
Description: Readline interface for Ruby 1.9.1
 
84
 This package provides an extension library "readline" for Ruby 1.9.1.
 
85
 The library makes Ruby programs to be able to use functions (line
 
86
 editing, history, completion, etc.) of the readline library(3).
 
87
 
 
88
Package: libtcltk-ruby1.9.1
 
89
Architecture: any
 
90
Depends: ${shlibs:Depends}
 
91
Description: Tcl/Tk interface for Ruby 1.9.1
 
92
 tcltklib is an extension library for Ruby 1.9.1.  It makes Ruby 1.9.1
 
93
 programs to be able to use low level interface for the Tcl/Tk.
 
94
 
 
95
Package: libopenssl-ruby1.9.1
 
96
Architecture: any
 
97
Depends: ${shlibs:Depends}
 
98
Description: OpenSSL interface for Ruby 1.9.1
 
99
 This package provides OpenSSL support for Ruby 1.9.1. It includes SSL and
 
100
 TLS support for the HTTP and TELNET protocols.
 
101
 
 
102
Package: ruby1.9.1-examples
 
103
Architecture: all
 
104
Suggests: ruby1.9.1 (>= ${source:Version})
 
105
Description: Examples for Ruby 1.9
 
106
 This package provides example programs about Ruby 1.9.1.
 
107
 .
 
108
 Ruby is the interpreted scripting language for quick and easy
 
109
 object-oriented programming.  It has many features to process text
 
110
 files and to do system management tasks (as in perl).  It is simple,
 
111
 straight-forward, and extensible.
 
112
 
 
113
Package: ruby1.9.1-elisp
 
114
Architecture: all
 
115
Depends: emacs22 | emacsen
 
116
Suggests: ruby1.9.1 (>= ${source:Version}), irb1.9.1 (>= ${source:Version})
 
117
Conflicts: ruby-elisp (<< 1.8), ruby1.6-elisp, ruby1.7-elisp, ruby-beta-elisp, ruby1.8-elisp
 
118
Description: ruby-mode for Emacsen
 
119
 This package provides major-mode for editing Ruby scripts and some
 
120
 emacs-lisp programs for Ruby programmers.
 
121
 
 
122
Package: ri1.9.1
 
123
Priority: optional
 
124
Architecture: all
 
125
Depends: ruby1.9.1, rdoc1.9.1 (= ${source:Version})
 
126
Description: Ruby Interactive reference (for Ruby 1.9.1)
 
127
 ri is a command line tool that displays descriptions of built-in Ruby
 
128
 methods, classes, and modules. For methods, it shows you the calling
 
129
 sequence and a description. For classes and modules, it shows a
 
130
 synopsis along with a list of the methods the class or module
 
131
 implements.
 
132
 .
 
133
 This package provides ri command and descriptions about Ruby 1.9.1.
 
134
 
 
135
Package: rdoc1.9.1
 
136
Section: doc
 
137
Architecture: all
 
138
Depends: ruby1.9.1 (>= ${source:Version}), irb1.9.1 (>= ${source:Version}), libruby1.9.1 (>= ${source:Version})
 
139
Suggests: graphviz
 
140
Description: Generate documentation from Ruby source files (for Ruby 1.9.1)
 
141
 RDoc - Documentation from Ruby Source Files:
 
142
  * Generates structured HTML and XML documentation from Ruby source
 
143
    and C extensions.
 
144
  * Automatically extracts class, module, method, and attribute
 
145
    definitions.  These can be annotated using inline comments.
 
146
  * Analyzes method visibility.
 
147
  * Handles aliasing.
 
148
  * Uses non-intrusive and implicit markup in the comments. Readers of
 
149
    the original source needn't know that it is marked up at all.
 
150
 .
 
151
 This package provides the RDoc tool which uses Ruby 1.9.1.
 
152
 
 
153
Package: irb1.9.1
 
154
Architecture: all
 
155
Depends: ruby1.9.1 (>= ${source:Version}), libreadline-ruby1.9.1 (>= ${source:Version})
 
156
Description: Interactive Ruby (for Ruby 1.9.1)
 
157
 The irb is acronym for Interactive RuBy.  It evaluates Ruby expression from
 
158
 the terminal. 
 
159
 .
 
160
 This package provides the irb which uses Ruby 1.9.1.