jruby 1.7.22-1ubuntu1 source package in Ubuntu

Changelog

jruby (1.7.22-1ubuntu1) wily; urgency=medium

  * Merge with Debian; remaining changes:
    - Add libjzlib-java dependency.
    - Build-depend on locales-all | language-pack-en.

jruby (1.7.22-1) unstable; urgency=medium

  * New upstream release.
  * Install jruby-stdlib Maven artifact. (Closes: #792906).
    - Added a lintian override for codeless-jar warning.
  * Install jruby-noasm Maven artifact.
  * Install correct jruby-core Maven artifact.
  * Install jruby-core-noasm Maven artifact.
  * Install jruby-complete Maven artifact.
  * Add B-D on libmaven-install-plugin-java.
  * Add versioned B-D on maven (>= 3.3~).

 -- Matthias Klose <email address hidden>  Mon, 12 Oct 2015 18:50:41 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Wily
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe ruby

Builds

Xenial: [FULLYBUILT] amd64

Wily: [FAILEDTOBUILD] amd64

Downloads

File Size SHA-256 Checksum
jruby_1.7.22.orig.tar.gz 9.7 MiB f2811ead66a9754921a7f8b4c645efe7d5b60e1b389373fc48e5ccab96bb4f4d
jruby_1.7.22-1ubuntu1.debian.tar.xz 85.9 KiB a21cbe86a45b559e03a82b6630e611798875de5b92fbe4596c1fa3bf98a45cbe
jruby_1.7.22-1ubuntu1.dsc 3.0 KiB b33fbc8bb7a5c6a3e0d5282722b34fa4d2d210382d99a65a0d71e25577ba1fb0

View changes file

Binary packages built by this source

jruby: 100% pure-Java implementation of Ruby

 JRuby is a high performance, stable, fully threaded Java implementation
 of the Ruby programming language.
 .
 JRuby is tightly integrated with Java to allow the embedding of the
 interpreter into any Java application with full two-way access
 between the Java and the Ruby code (similar to Jython for the Python
 language).
 .
 JRuby provides a complete set of core "builtin" classes and syntax
 for the Ruby language, as well as most of the Ruby Standard
 Libraries. The standard libraries are mostly Ruby's own complement of
 ".rb" files, but a few that depend on C language-based extensions have
 been reimplemented. Some are still missing, but JRuby hopes to
 implement as many as is feasible.