ruby-standalone 3.0~0 source package in Ubuntu

Changelog

ruby-standalone (3.0~0) unstable; urgency=medium

  * Allow building against a non-default Ruby
  * Makefile: optionally include a config.mk
  * .gitignore: add binstubs provided by ruby3.0
  * binstubs: generate shebang matching the ruby we compile for
  * Depend on the correct rubyX.Y package that we built for
  * Bump Standards-Version to 4.6.0 (no changes needed)

 -- Antonio Terceiro <email address hidden>  Wed, 26 Jan 2022 12:18:54 -0300

Upload details

Uploaded by:
Antonio Terceiro
Uploaded to:
Sid
Original maintainer:
Antonio Terceiro
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ruby-standalone_3.0~0.dsc 1.6 KiB 637bdaa87f1684781aa3e1b6d52d0bb989cd4083af40499c9c241410cdaea039
ruby-standalone_3.0~0.tar.xz 8.0 KiB c70c1958ef7c93707d73b569dcf18eb9e7e3d8fe3cb74254ef8a936301b44c9b

Available diffs

No changes file available.

Binary packages built by this source

ruby-standalone: Ruby interpreter that won't integrate with Debian packages

 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 provides a Ruby interpreter without providing support for other
 Debian-provided Ruby packages, i.e. it won't use any code from Debian packages
 that provide Ruby libraries, Rubygems won't recognize libraries installed with
 Debian packages etc.
 .
 This package is mostly useful for server deployments or development
 environments where one wants or needs to obtain the Ruby interpreter from
 Debian (and thus benefit from having security updates, not having to build
 from source, obtaining pre-built binaries from a trusted source etc.), but
 install everything else from sources external to Debian such as rubygems.org.
 .
 No official Debian Ruby packages, application or library, should depend on this
 package.

ruby-standalone-dbgsym: debug symbols for ruby-standalone