This is an automated email from the git hooks/post-receive script. nomadium pushed a commit to branch master in repository jruby.
commit 9ee644de5f9258568c7847cd98ffa4205fa9b0c1 Author: Miguel Landaeta <[email protected]> Date: Sun Jul 5 20:35:35 2015 -0300 Add Provides: ruby-interpreter for jruby binary package --- debian/changelog | 3 ++- debian/control | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5ec9415..d28456b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ jruby (1.7.20.1-3) UNRELEASED; urgency=medium * Add missing dependencies for jruby binary package. (Closes: #771694). + * Add Provides: ruby-interpreter for jruby binary package. - -- Miguel Landaeta <[email protected]> Sun, 28 Jun 2015 16:51:24 -0300 + -- Miguel Landaeta <[email protected]> Sun, 05 Jul 2015 20:35:16 -0300 jruby (1.7.20.1-2) unstable; urgency=medium diff --git a/debian/control b/debian/control index 704d9e9..c081d18 100644 --- a/debian/control +++ b/debian/control @@ -87,6 +87,7 @@ Depends: default-jre | java6-runtime, libyecht-java (>= 1.0~), ${misc:Depends} Recommends: ri +Provides: ruby-interpreter Description: 100% pure-Java implementation of Ruby JRuby is a high performance, stable, fully threaded Java implementation of the Ruby programming language. -- 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

