ruby1.9.1 1.9.3.484-2ubuntu1 source package in Ubuntu
Changelog
ruby1.9.1 (1.9.3.484-2ubuntu1) trusty; urgency=medium * Merge from Debian unstable. Remaining changes: - debian/control: Add ca-certificates to libruby1.9.1 depends so that rubygems can perform certificate verification - debian/rules: Don't install SSL certificates from upstream sources - debian/patches/20120927-rubygems_disable_upstream_certs.patch: Use /etc/ssl/certs/ca-certificates.crt for the trusted CA certificates. - debian/patches/20131218-stack-size.patch: Increase thread stack size on 64-bit platforms to prevent testsuite failure on ppc64el. - Build-depend on Tcl/Tk 8.5, ruby is not yet ready for Tcl/Tk 8.6. ruby1.9.1 (1.9.3.484-2) unstable; urgency=medium * new strategy for Ruby version transitions: - ruby1.9.1 depends on ruby - libruby1.9.1 depends on ruby1.9.1 * Drop alternatives entries. -- Adam Conrad <email address hidden> Fri, 14 Feb 2014 19:48:22 -0700
Upload details
- Uploaded by:
- Adam Conrad
- Uploaded to:
- Trusty
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- ruby
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | main | ruby |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
ruby1.9.1_1.9.3.484.orig.tar.gz | 12.0 MiB | d684bc3a5ba72cda9ef30039f783c0f8cdc325bae5c8738c7bf05577cbe8f31d |
ruby1.9.1_1.9.3.484-2ubuntu1.debian.tar.gz | 56.1 KiB | 210a3b56e0183950634360959da216694016434ad796ed86880fdf24cf0f841c |
ruby1.9.1_1.9.3.484-2ubuntu1.dsc | 2.1 KiB | df3f0fa38b08a2990f43c5c5d482b34da804033e5bff543812732781090e6d7e |
Available diffs
Binary packages built by this source
- libruby1.9.1: Libraries necessary to run Ruby 1.9.1
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-1.9.1' library, necessary to run Ruby 1.9.
(API version 1.9.1)
- libruby1.9.1-dbg: Debugging symbols for Ruby 1.9.1
Contains debugging symbols for libruby1.9.1.
.
This package is provided primarily to provide a backtrace with names
in a debugger, this makes it somewhat easier to interpret core
dumps. Most people will not need this package.
- libtcltk-ruby1.9.1: Tcl/Tk interface for Ruby 1.9.1
tcltklib is an extension library for Ruby 1.9.1. It makes Ruby 1.9.1
programs to be able to use low level interface for the Tcl/Tk.
- ri1.9.1: No summary available for ri1.9.1 in ubuntu utopic.
No description available for ri1.9.1 in ubuntu utopic.
- ruby1.9.1: Interpreter of object-oriented scripting language 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.
.
In the name of this package, `1.9.1' indicates the Ruby library
compatibility version. This package currently provides the `1.9.3'
branch of Ruby, which is compatible with the `1.9.1' branch.
- ruby1.9.1-dev: No summary available for ruby1.9.1-dev in ubuntu utopic.
No description available for ruby1.9.1-dev in ubuntu utopic.
- ruby1.9.1-examples: Examples for Ruby 1.9
This package provides example programs about Ruby 1.9.1.
.
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.
- ruby1.9.1-full: No summary available for ruby1.9.1-full in ubuntu utopic.
No description available for ruby1.9.1-full in ubuntu utopic.
- ruby1.9.3: Interpreter of object-oriented scripting language Ruby, version 1.9.3
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.
.
Ruby uses two parallel versioning schemes: the `Ruby library compatibility
version' (1.9.1 for this package), which is similar to a library SONAME, and
the `Ruby version' (1.9.3 for this package). Ruby packages in Debian are
named using the Ruby library compatibility version, which is sometimes
confusing for users who do not follow Ruby development closely. This package
depends on the ruby1.9.1 package, and provides compatibility symbolic links
from 1.9.3 executables and manual pages to their 1.9.1 counterparts.