This is an automated email from the git hooks/post-receive script. nomadium pushed a commit to branch experimental in repository jruby.
commit 6c9840aff4f8c541d5e6e068942c72409a7a0ce9 Author: Miguel Landaeta <[email protected]> Date: Sat Feb 11 16:35:32 2017 +0000 Update package description --- debian/changelog | 1 + debian/control | 22 ++++++++++------------ 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/debian/changelog b/debian/changelog index f40ffce..793d4c5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -48,6 +48,7 @@ jruby (9.1.6.0-1~exp1) UNRELEASED; urgency=medium were not necessary anymore. Also, upstream switched their build system to polyglot-maven, so new ones were introduced. * Update d/rules. + * Update package description. * Drop jruby-core-noasm Maven artifact, is not provided by upstream anymore. diff --git a/debian/control b/debian/control index 9a136eb..34e760f 100644 --- a/debian/control +++ b/debian/control @@ -87,17 +87,15 @@ Recommends: jruby-openssl, ruby-rspec, ruby-test-unit Description: 100% pure-Java implementation of Ruby - JRuby is a high performance, stable, fully threaded Java implementation - of the Ruby programming language. + JRuby is an implementation of the ruby language using the JVM. . - 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). + It aims to be a complete, correct and fast implementation of Ruby, at the + same time as providing powerful new features such as concurrency without a + global interpreter lock, true parallelism and tight integration to the Java + language to allow one to use Java classes in Ruby programs and to allow + JRuby to be embedded into a Java application. . - 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. + JRuby can be used as a faster version of Ruby, it can be used to run Ruby + on the JVM and access powerful JVM libraries such as highly tuned concurrency + primitives, it can also be used to embed Ruby as a scripting language in your + Java program, or many other possibilities. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jruby.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

