1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130
|
Source: ruby-defaults
Section: ruby
Priority: optional
Maintainer: Antonio Terceiro <terceiro@debian.org>
Uploaders: Christian Hofstaedtler <zeha@debian.org>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.8
Homepage: http://www.ruby-lang.org/
Vcs-Git: https://anonscm.debian.org/git/collab-maint/ruby-defaults.git
Vcs-Browser: https://anonscm.debian.org/git/collab-maint/ruby-defaults.git
Testsuite: autopkgtest
Package: ruby
Architecture: any
Multi-Arch: allowed
Depends: ruby2.3, ${misc:Depends}
Suggests: ri, ruby-dev
Conflicts: ruby-activesupport-3.2, ruby-activesupport-2.3
Breaks:
apt-listbugs (<< 0.1.6),
ruby-switch (<= 0.1.0),
rbenv (<= 0.4.0-1),
ruby-debian (<< 0.3.8+b3)
Replaces: irb, rdoc, rubygems
Provides: irb, rdoc, rubygems
Description: Interpreter of object-oriented scripting language Ruby (default version)
Ruby is the interpreted scripting language for quick and easy
object-oriented programming. It has many features to process text
files and to do system management tasks (as in perl). It is simple,
straight-forward, and extensible.
.
This package is a dependency package, which depends on Debian's default Ruby
version (currently v2.3).
Package: ruby-dev
Section: devel
Architecture: any
Multi-Arch: same
Depends: ruby2.3-dev, ${misc:Depends}
Description: Header files for compiling extension modules for Ruby (default version)
Ruby is the interpreted scripting language for quick and easy
object-oriented programming. It has many features to process text
files and to do system management tasks (as in perl). It is simple,
straight-forward, and extensible.
.
This package contains the header files and the mkmf library, necessary
to make extension library for Ruby. It is also required to build
many gems.
.
This package is a dependency package, which depends on Debian's default Ruby
version (currently v2.3).
Package: ruby-all-dev
Section: devel
Architecture: any
Multi-Arch: same
Depends: ${ruby-all-dev:Depends}, ${misc:Depends}
Description: Ruby development environment (all versions supported in Debian)
Ruby is the interpreted scripting language for quick and easy
object-oriented programming. It has many features to process text
files and to do system management tasks (as in perl). It is simple,
straight-forward, and extensible.
.
This package depends on the respective development packages for every Ruby
version currently supported by Debian. This will usually be a single version
(the default one), but during transitions multiple versions might be
supported.
.
To programmatically list all the supported versions, install the `gem2deb`
package and run `dh_ruby --print-supported`. To determine which is the default
version, just dereference the /usr/bin/ruby symbolic link.
.
If you are not building Ruby packages for Debian, you probably do not need
this package.
Package: libruby
Section: libs
Architecture: all
Depends: libruby2.3, ${misc:Depends}
Description: Libraries necessary to run Ruby
Ruby is the interpreted scripting language for quick and easy
object-oriented programming. It has many features to process text
files and to do system management tasks (as in perl). It is simple,
straight-forward, and extensible.
.
This package includes the 'libruby' library, necessary to run Ruby.
.
This package is a dependency package, which depends on Debian's default Ruby
version (currently v2.3).
Package: ruby-tcltk
Provides: libtcltk-ruby
Architecture: all
Depends: ruby2.3-tcltk, ${misc:Depends}
Description: Tcl/Tk interface for Ruby
tcltklib is an extension library for Ruby. It makes Ruby
programs to be able to use low level interface for the Tcl/Tk.
.
This package is a dependency package, which depends on Debian's default Ruby
version (currently v2.3).
Package: ri
Architecture: all
Depends: ruby2.3, ruby2.3-doc, ${misc:Depends}
Description: Ruby Interactive reference
ri is a command line tool that displays descriptions of built-in Ruby
methods, classes, and modules. For methods, it shows you the calling
sequence and a description. For classes and modules, it shows a
synopsis along with a list of the methods the class or module
implements.
.
This package provides ri command and descriptions about Ruby.
This package provides the ri documentation for the Ruby standard library.
The ri executable itself is in the ruby package.
.
This package is a dependency package, which depends on Debian's default Ruby
version (currently v2.3).
Package: ruby-full
Architecture: all
Depends: ruby, ruby-dev, ruby-tcltk, ri, ${misc:Depends}
Description: Ruby full installation (default version)
For many good reasons, the Ruby programming language is split in many
small different packages. Installing this package will make sure you have
all the packages that add up to a full Ruby installation, with the exception
of the Tcl/Tk bindings for Ruby, which are only recommended.
.
This package is a dependency package, which depends on Debian's default Ruby
version (currently v2.3).
|